.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-6db360d0-68f0-47ae-ab85-807824bf6d40 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center -700px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-6db360d0-68f0-47ae-ab85-807824bf6d40 {
  min-height: 100px;
display: none;
}
#s-6db360d0-68f0-47ae-ab85-807824bf6d40, #wrap-s-6db360d0-68f0-47ae-ab85-807824bf6d40 { display:none !important; }}@media (max-width: 767px){#s-6db360d0-68f0-47ae-ab85-807824bf6d40 {
  min-height: 100px;
display: none;
}
#s-6db360d0-68f0-47ae-ab85-807824bf6d40, #wrap-s-6db360d0-68f0-47ae-ab85-807824bf6d40 { display:none !important; }}
#s-6db360d0-68f0-47ae-ab85-807824bf6d40 {
  background-image: url(https://i.shgcdn.com/8d70296c-348a-4c2e-96a1-922aaa525d89/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6db360d0-68f0-47ae-ab85-807824bf6d40 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-6db360d0-68f0-47ae-ab85-807824bf6d40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-97629af8-f470-4823-82b4-c60adf77760c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97629af8-f470-4823-82b4-c60adf77760c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-94c13464-1e84-4ae8-87d0-03c7355ba561 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94c13464-1e84-4ae8-87d0-03c7355ba561 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center -300px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb {
  display: none;
}
#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb, #wrap-s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb {
  display: none;
}
#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb, #wrap-s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb {
  min-height: 100px;
}
}@media (max-width: 767px){#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb {
  min-height: 100px;
display: none;
}
#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb, #wrap-s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb { display:none !important; }}
#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb {
  background-image: url(https://i.shgcdn.com/8d70296c-348a-4c2e-96a1-922aaa525d89/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-3ece8a55-9e19-4edc-9cf8-fa0f927d1adb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d1c2f8b-a516-41d4-aba1-b1663670254a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d1c2f8b-a516-41d4-aba1-b1663670254a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-02dcdc00-73c8-4bd7-8637-a627370c1b33 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02dcdc00-73c8-4bd7-8637-a627370c1b33 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 170px;
background-position: center -100px;
}
@media (min-width: 1200px){#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 {
  display: none;
}
#s-85f4b299-8bc4-4465-acbe-c9e399c22c32, #wrap-s-85f4b299-8bc4-4465-acbe-c9e399c22c32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 {
  display: none;
}
#s-85f4b299-8bc4-4465-acbe-c9e399c22c32, #wrap-s-85f4b299-8bc4-4465-acbe-c9e399c22c32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 {
  min-height: 100px;
display: none;
}
#s-85f4b299-8bc4-4465-acbe-c9e399c22c32, #wrap-s-85f4b299-8bc4-4465-acbe-c9e399c22c32 { display:none !important; }}@media (max-width: 767px){#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 {
  min-height: 100px;
}
}
#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 {
  background-image: url(https://i.shgcdn.com/8d70296c-348a-4c2e-96a1-922aaa525d89/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-85f4b299-8bc4-4465-acbe-c9e399c22c32 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-85f4b299-8bc4-4465-acbe-c9e399c22c32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84d4ad6f-b645-4e34-85d1-db82fe8b635b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84d4ad6f-b645-4e34-85d1-db82fe8b635b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-5fcf6eaa-49c1-4bd7-a117-53e58e8e27c1 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fcf6eaa-49c1-4bd7-a117-53e58e8e27c1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e2c5905f-b303-415d-8ae0-f549d1f9603f {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-e2c5905f-b303-415d-8ae0-f549d1f9603f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c5905f-b303-415d-8ae0-f549d1f9603f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fecb84b9-5ed4-4a1f-8b8c-0d411c5a5541 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-fecb84b9-5ed4-4a1f-8b8c-0d411c5a5541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fecb84b9-5ed4-4a1f-8b8c-0d411c5a5541.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-f8620c16-0599-4593-a8c0-f688a2feac17 {
  margin-top: -45px;
}


  #s-f8620c16-0599-4593-a8c0-f688a2feac17 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(233, 234, 236, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-f8620c16-0599-4593-a8c0-f688a2feac17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 234, 236, 1);
  }
#s-f8620c16-0599-4593-a8c0-f688a2feac17 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(85, 85, 85, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 15px;
}

#s-f8620c16-0599-4593-a8c0-f688a2feac17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-f8620c16-0599-4593-a8c0-f688a2feac17 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-f8620c16-0599-4593-a8c0-f688a2feac17 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-bc0015f1-79aa-4213-a4ef-9f5527c5c26b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc0015f1-79aa-4213-a4ef-9f5527c5c26b .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-554a80db-1228-408d-be0c-868e782c209b {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-554a80db-1228-408d-be0c-868e782c209b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-554a80db-1228-408d-be0c-868e782c209b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8ed5416-3c73-45ff-a5cc-50e2bc66799e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8ed5416-3c73-45ff-a5cc-50e2bc66799e .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e8d14f9d-a68c-46d9-bc30-faedd4fe935f {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d14f9d-a68c-46d9-bc30-faedd4fe935f .shogun-heading-component h2 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-a6d5c955-663a-4ce3-a40b-4304c6d806bc {
  margin-top: -10px;
margin-left: 45%;
margin-right: 45%;
}

#s-a6d5c955-663a-4ce3-a40b-4304c6d806bc hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-568a6abd-16b1-4559-8156-a630b8c58ccc {
  margin-top: auto;
margin-left: 5%;
margin-bottom: auto;
margin-right: 5%;
}

#s-455c1fdc-4c90-4f4f-be33-4989138e994e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-455c1fdc-4c90-4f4f-be33-4989138e994e hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-32202ccf-2b4c-4a9a-a187-38268635248d {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-32202ccf-2b4c-4a9a-a187-38268635248d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-32202ccf-2b4c-4a9a-a187-38268635248d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32202ccf-2b4c-4a9a-a187-38268635248d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c362b093-eece-4375-9ec5-8659a992107b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c362b093-eece-4375-9ec5-8659a992107b .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-67d9d68b-8b6e-4d7b-b6ab-6211c68743bc {
  margin-top: -10px;
margin-left: 45%;
margin-right: 45%;
}

#s-67d9d68b-8b6e-4d7b-b6ab-6211c68743bc hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-9b2ca142-7ecc-44f4-b131-23f610b5a551 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-9b2ca142-7ecc-44f4-b131-23f610b5a551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b2ca142-7ecc-44f4-b131-23f610b5a551"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2ca142-7ecc-44f4-b131-23f610b5a551"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2ca142-7ecc-44f4-b131-23f610b5a551"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a127b45-42a0-4c33-8d43-c4370f8fbc74 {
  min-height: 50px;
}








#s-1a127b45-42a0-4c33-8d43-c4370f8fbc74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a127b45-42a0-4c33-8d43-c4370f8fbc74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b36ea4a-8a34-44e1-8719-420cc0910db2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b36ea4a-8a34-44e1-8719-420cc0910db2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-45862ba0-501a-4e74-bd73-108304e94efb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45862ba0-501a-4e74-bd73-108304e94efb .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fada3c2a-5a6b-45c9-8de6-723167cabf0e {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-fada3c2a-5a6b-45c9-8de6-723167cabf0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fada3c2a-5a6b-45c9-8de6-723167cabf0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fada3c2a-5a6b-45c9-8de6-723167cabf0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fada3c2a-5a6b-45c9-8de6-723167cabf0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db877087-9cfa-4019-8def-72dd4a9a3e0a {
  min-height: 50px;
}








#s-db877087-9cfa-4019-8def-72dd4a9a3e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db877087-9cfa-4019-8def-72dd4a9a3e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-752548c9-3394-4287-b3d4-bfe4bd1cb585 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-752548c9-3394-4287-b3d4-bfe4bd1cb585 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8b8fec8f-8a98-428c-b95c-a0ebf04165d3 {
  min-height: 50px;
}








#s-8b8fec8f-8a98-428c-b95c-a0ebf04165d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8fec8f-8a98-428c-b95c-a0ebf04165d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4c60d75-1721-4cbd-b6fe-6931641c0ffa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4c60d75-1721-4cbd-b6fe-6931641c0ffa .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c2772b6b-b4aa-4976-893a-2c7535a910f3 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-c2772b6b-b4aa-4976-893a-2c7535a910f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2772b6b-b4aa-4976-893a-2c7535a910f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2772b6b-b4aa-4976-893a-2c7535a910f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2772b6b-b4aa-4976-893a-2c7535a910f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d03ef04b-8c15-4026-a59c-9d36d87df376 {
  min-height: 50px;
}








#s-d03ef04b-8c15-4026-a59c-9d36d87df376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d03ef04b-8c15-4026-a59c-9d36d87df376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a421bf5-2db5-4b8b-9f63-69917de9f0b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a421bf5-2db5-4b8b-9f63-69917de9f0b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-92bd7966-2c2e-4b6e-88e3-5918bc7c6c20 {
  min-height: 50px;
}








#s-92bd7966-2c2e-4b6e-88e3-5918bc7c6c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92bd7966-2c2e-4b6e-88e3-5918bc7c6c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e97dc101-bc38-4787-9df2-640f362f6356 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e97dc101-bc38-4787-9df2-640f362f6356 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d623be7b-888e-4617-8c8b-075fe2de40cc {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-d623be7b-888e-4617-8c8b-075fe2de40cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d623be7b-888e-4617-8c8b-075fe2de40cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d623be7b-888e-4617-8c8b-075fe2de40cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d623be7b-888e-4617-8c8b-075fe2de40cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6fcba067-54d8-47bb-b094-c2bfa1afaa20 {
  min-height: 50px;
}








#s-6fcba067-54d8-47bb-b094-c2bfa1afaa20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fcba067-54d8-47bb-b094-c2bfa1afaa20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07d1705d-823c-4436-a3d7-24d9f39a15ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07d1705d-823c-4436-a3d7-24d9f39a15ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a0db7fa3-2829-4bde-956d-9d70bfc2bbd2 {
  min-height: 50px;
}








#s-a0db7fa3-2829-4bde-956d-9d70bfc2bbd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0db7fa3-2829-4bde-956d-9d70bfc2bbd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7950fd95-3935-4ec4-8a32-5d0da894eacd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7950fd95-3935-4ec4-8a32-5d0da894eacd .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6d325f55-2097-45b9-92bf-91e6050b8c4a {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-6d325f55-2097-45b9-92bf-91e6050b8c4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d325f55-2097-45b9-92bf-91e6050b8c4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d325f55-2097-45b9-92bf-91e6050b8c4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d325f55-2097-45b9-92bf-91e6050b8c4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71b1916f-c74b-446f-b7db-415d6233e245 {
  min-height: 50px;
}








#s-71b1916f-c74b-446f-b7db-415d6233e245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b1916f-c74b-446f-b7db-415d6233e245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a470af02-5b06-4c17-85dc-025edc217449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a470af02-5b06-4c17-85dc-025edc217449 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-20f54577-65a0-4451-83ab-889b8da6f958 {
  min-height: 50px;
}








#s-20f54577-65a0-4451-83ab-889b8da6f958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f54577-65a0-4451-83ab-889b8da6f958.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05e14230-72bb-4320-8a17-2921f626fd05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05e14230-72bb-4320-8a17-2921f626fd05 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ee5321bd-871e-487d-ade4-b3539d4b3198 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-ee5321bd-871e-487d-ade4-b3539d4b3198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5321bd-871e-487d-ade4-b3539d4b3198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d945863-9466-43a7-8574-1bf4802b5973 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d945863-9466-43a7-8574-1bf4802b5973 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-6432ce22-36eb-464b-b602-539bf73a2c06 {
  margin-top: -10px;
margin-left: 45%;
margin-bottom: 10px;
margin-right: 45%;
}

#s-6432ce22-36eb-464b-b602-539bf73a2c06 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-551048fe-58d9-4471-86aa-e5c4535c1fd3 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-551048fe-58d9-4471-86aa-e5c4535c1fd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-551048fe-58d9-4471-86aa-e5c4535c1fd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-551048fe-58d9-4471-86aa-e5c4535c1fd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-551048fe-58d9-4471-86aa-e5c4535c1fd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fca11116-3df2-42d1-9713-e0cc55298f10 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fca11116-3df2-42d1-9713-e0cc55298f10 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-72f92981-5910-45c1-8b39-1df3aaee20d3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4659ff6f-9869-4734-89f6-6c5e13993bfe {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4659ff6f-9869-4734-89f6-6c5e13993bfe .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8c60f304-d34a-4650-82c3-bd5bdb5bff33 {
  margin-left: 20px;
margin-right: 20px;
}

#s-871dcc13-13ae-40a1-9c5b-f608f59485d1 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-871dcc13-13ae-40a1-9c5b-f608f59485d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-871dcc13-13ae-40a1-9c5b-f608f59485d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-871dcc13-13ae-40a1-9c5b-f608f59485d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-871dcc13-13ae-40a1-9c5b-f608f59485d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a22057f-c71b-4e72-b1f0-de13e3fcb5aa {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a22057f-c71b-4e72-b1f0-de13e3fcb5aa .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-75d896fe-84e4-4ee2-a622-65c4918c8b12 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6e6cb165-43bc-4313-8e5c-40548b5ef407 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e6cb165-43bc-4313-8e5c-40548b5ef407 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-78683f6b-5726-47f0-a561-19dcccd2d31d {
  margin-left: 20px;
margin-right: 20px;
}

#s-2a25cd9f-4148-45a4-98bd-0f48f20aa71a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2a25cd9f-4148-45a4-98bd-0f48f20aa71a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a25cd9f-4148-45a4-98bd-0f48f20aa71a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a25cd9f-4148-45a4-98bd-0f48f20aa71a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a25cd9f-4148-45a4-98bd-0f48f20aa71a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dffb48c7-c550-4c3f-b179-6bc514ebd09d {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dffb48c7-c550-4c3f-b179-6bc514ebd09d .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2e1d403b-ea70-487e-b420-415eb295d446 {
  margin-left: 20px;
margin-right: 20px;
}

#s-66b64e7e-bcb1-4dff-a0e1-ccff3b301d66 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66b64e7e-bcb1-4dff-a0e1-ccff3b301d66 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-19a0dc96-874c-4bd8-94bc-c68f8d664c2e {
  margin-left: 20px;
margin-right: 20px;
}

#s-e5c35736-b00d-437e-b061-7021f9429538 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e5c35736-b00d-437e-b061-7021f9429538 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-3b411cf9-a778-49ff-9a1d-95bbac90b64c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 50px;
}








#s-3b411cf9-a778-49ff-9a1d-95bbac90b64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b411cf9-a778-49ff-9a1d-95bbac90b64c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9144b6fc-62a3-4692-b296-98d50d0af89e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9144b6fc-62a3-4692-b296-98d50d0af89e .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 {
  text-align: center;
}


  #s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
  }
  #s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 207, 81, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(133, 133, 133, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 207, 81, 1);
}

#s-1d4832ec-68f4-4381-af3a-c3fa1a3e78c2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-eb5e3249-8c9d-4f9b-a44e-d233b472946e {
  margin-bottom: 30px;
}

#s-eb5e3249-8c9d-4f9b-a44e-d233b472946e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-eb5e3249-8c9d-4f9b-a44e-d233b472946e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-eb5e3249-8c9d-4f9b-a44e-d233b472946e td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-eb5e3249-8c9d-4f9b-a44e-d233b472946e td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-eb5e3249-8c9d-4f9b-a44e-d233b472946e td.shogun-table-column, #s-eb5e3249-8c9d-4f9b-a44e-d233b472946e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-e243b26d-e04b-4d7f-bf2e-c9e1c7ffca96 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e50e9972-8edc-43c1-a2ad-4ca331256435 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a89448ac-d1d0-4ffb-9058-8408a2ffb32e {
  margin-top: -40px;
margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a89448ac-d1d0-4ffb-9058-8408a2ffb32e {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-a89448ac-d1d0-4ffb-9058-8408a2ffb32e {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-a89448ac-d1d0-4ffb-9058-8408a2ffb32e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89448ac-d1d0-4ffb-9058-8408a2ffb32e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-367d3347-429a-4ebc-8776-e82bd98c872e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-367d3347-429a-4ebc-8776-e82bd98c872e .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-8e9df087-2f45-474b-909a-645ffa7f2c6f {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e9df087-2f45-474b-909a-645ffa7f2c6f .shogun-heading-component h2 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-c899be87-b100-46f1-bdf5-6d5b9786e35f {
  margin-top: -30px;
margin-left: 45%;
margin-right: 45%;
}

#s-c899be87-b100-46f1-bdf5-6d5b9786e35f hr {
  border-top: 7px solid rgba(238, 238, 238, 1);
}

#s-903de34a-9e25-413f-8fdb-b05555eadcc6 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-903de34a-9e25-413f-8fdb-b05555eadcc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-903de34a-9e25-413f-8fdb-b05555eadcc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-903de34a-9e25-413f-8fdb-b05555eadcc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-903de34a-9e25-413f-8fdb-b05555eadcc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ac227008-aed7-4be5-a889-f4266c02125c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-5b8f50ba-67a3-4ecc-a940-7447f0f21812 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5b8f50ba-67a3-4ecc-a940-7447f0f21812 .shogun-icon-wrapper {
  text-align: left;
}


#s-5b8f50ba-67a3-4ecc-a940-7447f0f21812 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-c824c607-8c00-4459-9cd7-7b21ad5d8d6f {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c824c607-8c00-4459-9cd7-7b21ad5d8d6f .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a34a2f98-8595-499e-bc17-48e1ccb96e41 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b666f4c-7ecf-4f87-a52a-b7556508dfb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-0a7dff73-023e-44fb-b50e-1f933a51b169 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0a7dff73-023e-44fb-b50e-1f933a51b169 .shogun-icon-wrapper {
  text-align: left;
}


#s-0a7dff73-023e-44fb-b50e-1f933a51b169 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-088766b4-31d1-4003-a086-ee9cf2142f33 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-088766b4-31d1-4003-a086-ee9cf2142f33 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2f2e2b43-42c6-48ee-9f48-ac037a9bc8f3 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6d9dd007-e787-4de9-8da0-9b2052f20f89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-5d3ddd48-ff97-4458-9780-b87bee6a8c46 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5d3ddd48-ff97-4458-9780-b87bee6a8c46 .shogun-icon-wrapper {
  text-align: left;
}


#s-5d3ddd48-ff97-4458-9780-b87bee6a8c46 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-afe1e2e1-889a-4d23-96b9-9e8be17fb865 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-afe1e2e1-889a-4d23-96b9-9e8be17fb865 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3505fd1f-a583-431c-8937-ce57118120ea {
  margin-left: 20px;
margin-right: 20px;
}

#s-2775445e-25d4-4494-8de4-08d51a473e0f {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2775445e-25d4-4494-8de4-08d51a473e0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2775445e-25d4-4494-8de4-08d51a473e0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2775445e-25d4-4494-8de4-08d51a473e0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2775445e-25d4-4494-8de4-08d51a473e0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2bc60e95-8bb3-4e9f-b527-6a43df9effbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-a823e5c6-89f1-4eb4-8144-da0fa126fd36 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a823e5c6-89f1-4eb4-8144-da0fa126fd36 .shogun-icon-wrapper {
  text-align: left;
}


#s-a823e5c6-89f1-4eb4-8144-da0fa126fd36 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-1cd9512e-b5f4-4c43-9047-a6dde673af64 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1cd9512e-b5f4-4c43-9047-a6dde673af64 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0c23d6a8-7d00-4693-a5d8-ef73a35313ff {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c500a4c0-0793-4015-a523-39ce433fbae0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-976a75be-23b2-4233-9549-b8c973978e7e {
  margin-left: 20px;
margin-right: 20px;
}

#s-976a75be-23b2-4233-9549-b8c973978e7e .shogun-icon-wrapper {
  text-align: left;
}


#s-976a75be-23b2-4233-9549-b8c973978e7e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-840061e7-3932-408a-bb6f-d1e26b094d6f {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-840061e7-3932-408a-bb6f-d1e26b094d6f .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ed65ed16-77da-4783-acba-7e684aaf650b {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64238aaa-5483-4f2d-9eb3-34f519835897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-1f38e171-588b-43f8-9113-b839ef7ae6d4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1f38e171-588b-43f8-9113-b839ef7ae6d4 .shogun-icon-wrapper {
  text-align: left;
}


#s-1f38e171-588b-43f8-9113-b839ef7ae6d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-3b243763-f1de-4095-b1d5-f1dcb0b1895d {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b243763-f1de-4095-b1d5-f1dcb0b1895d .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-14e344f9-1453-42b5-8735-18cc12501f13 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-85f7f673-e45a-4bea-b1cc-e0203b57f6b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85f7f673-e45a-4bea-b1cc-e0203b57f6b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-85f7f673-e45a-4bea-b1cc-e0203b57f6b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-85f7f673-e45a-4bea-b1cc-e0203b57f6b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2c433e4d-077c-4baa-b65e-9219901c8742"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-a9c75f63-e389-4e42-b6e7-e81a51940c73 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a9c75f63-e389-4e42-b6e7-e81a51940c73 .shogun-icon-wrapper {
  text-align: left;
}


#s-a9c75f63-e389-4e42-b6e7-e81a51940c73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-151af8f1-94c0-40df-8a74-d8d690949f85 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-151af8f1-94c0-40df-8a74-d8d690949f85 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c0834f7a-1589-49ab-a38d-057c196d28de {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dda14fe6-c5d8-410c-bc17-fa8c6ff7341f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-466edbe2-1e0f-48a5-b00b-affa24351eac {
  margin-left: 20px;
margin-right: 20px;
}

#s-466edbe2-1e0f-48a5-b00b-affa24351eac .shogun-icon-wrapper {
  text-align: left;
}


#s-466edbe2-1e0f-48a5-b00b-affa24351eac .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-0d5b5402-881b-442a-8b94-8b172715b7e6 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d5b5402-881b-442a-8b94-8b172715b7e6 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2c09b7b5-e0a0-4347-97be-995e4b0ef252 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-89cf605c-d803-402f-9859-d724b5e389c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-d98c5d07-91ad-4fbb-ae1b-96613f6bd7e0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d98c5d07-91ad-4fbb-ae1b-96613f6bd7e0 .shogun-icon-wrapper {
  text-align: left;
}


#s-d98c5d07-91ad-4fbb-ae1b-96613f6bd7e0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-bf22f176-2c20-42bc-9e2f-c694fc4b118a {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf22f176-2c20-42bc-9e2f-c694fc4b118a .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0c9b657b-94b7-4e6d-b4ba-963e83ac15f3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-dd2f4859-7eb5-4eb5-b865-7f7fb59eec68 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-dd2f4859-7eb5-4eb5-b865-7f7fb59eec68 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-c14ed7a1-42f8-4219-919c-c59186bde959 {
  min-height: 50px;
}








#s-c14ed7a1-42f8-4219-919c-c59186bde959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14ed7a1-42f8-4219-919c-c59186bde959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9f2e640-7549-429e-b52d-d16ae78e7481 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9f2e640-7549-429e-b52d-d16ae78e7481 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-8be238f5-8bfd-4aa3-9747-8bb7a2bd6e05 {
  margin-top: -10px;
margin-left: 45%;
margin-right: 45%;
}

#s-8be238f5-8bfd-4aa3-9747-8bb7a2bd6e05 hr {
  border-top: 7px solid rgba(238, 238, 238, 1);
}

#s-b8d9fae9-3ace-452a-a1f0-14051b93ff61 {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-b8d9fae9-3ace-452a-a1f0-14051b93ff61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8d9fae9-3ace-452a-a1f0-14051b93ff61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8d9fae9-3ace-452a-a1f0-14051b93ff61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8d9fae9-3ace-452a-a1f0-14051b93ff61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b25f0b90-7181-4cf8-a38a-3f818cdba215 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 320px;
background-position: center center;
}








#s-b25f0b90-7181-4cf8-a38a-3f818cdba215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b25f0b90-7181-4cf8-a38a-3f818cdba215.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e619406-9702-4d80-891e-e9006f94c2ab {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-8e619406-9702-4d80-891e-e9006f94c2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e619406-9702-4d80-891e-e9006f94c2ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd03d550-3dc3-4e7f-8423-ffba7c9daf66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd03d550-3dc3-4e7f-8423-ffba7c9daf66 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-dfbbe414-04d8-4c93-bed9-50da78ede122 {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-dfbbe414-04d8-4c93-bed9-50da78ede122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfbbe414-04d8-4c93-bed9-50da78ede122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfbbe414-04d8-4c93-bed9-50da78ede122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfbbe414-04d8-4c93-bed9-50da78ede122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-dfbbe414-04d8-4c93-bed9-50da78ede122"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d449dce5-67ad-43dc-9429-a02fbfc914fe {
  padding-left: 10%;
padding-right: 10%;
min-height: 320px;
}








#s-d449dce5-67ad-43dc-9429-a02fbfc914fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d449dce5-67ad-43dc-9429-a02fbfc914fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d420a3-f274-48ae-8602-ba4ebd759349 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-81d420a3-f274-48ae-8602-ba4ebd759349 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



.button-shogun {
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  Font: roboto;
}

.button-shogun1 {
  background-color: #FFCF51; 
  color: black; 
  
}

.button-shogun1:hover {
  background-color: #424242;
  color: white;
}
#s-e079917d-77cc-4fa4-ad45-88c64eb24a7e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-e079917d-77cc-4fa4-ad45-88c64eb24a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e079917d-77cc-4fa4-ad45-88c64eb24a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa1681b3-2750-41f0-87c2-8dac9732a061 {
  margin-top: 20px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

#s-fa1681b3-2750-41f0-87c2-8dac9732a061 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-1ba3a7c3-442b-42c7-8590-e105c51c758d {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-1ba3a7c3-442b-42c7-8590-e105c51c758d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba3a7c3-442b-42c7-8590-e105c51c758d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8282cb36-7738-4a13-b5f4-854b846f7acb {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(247, 247, 247, 1);
}








#s-8282cb36-7738-4a13-b5f4-854b846f7acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8282cb36-7738-4a13-b5f4-854b846f7acb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-c319cd47-0288-4da6-b088-b7cb69088ca7 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c319cd47-0288-4da6-b088-b7cb69088ca7:hover {background-color: rgba(255, 207, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c319cd47-0288-4da6-b088-b7cb69088ca7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c319cd47-0288-4da6-b088-b7cb69088ca7-root {
    text-align: center;
  }


#s-c319cd47-0288-4da6-b088-b7cb69088ca7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c319cd47-0288-4da6-b088-b7cb69088ca7-root {
    text-align: center;
  }


#s-c319cd47-0288-4da6-b088-b7cb69088ca7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c319cd47-0288-4da6-b088-b7cb69088ca7-root {
    text-align: center;
  }


#s-c319cd47-0288-4da6-b088-b7cb69088ca7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c319cd47-0288-4da6-b088-b7cb69088ca7-root {
    text-align: center;
  }


#s-c319cd47-0288-4da6-b088-b7cb69088ca7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c319cd47-0288-4da6-b088-b7cb69088ca7-root {
    text-align: center;
  }


#s-c319cd47-0288-4da6-b088-b7cb69088ca7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7e24514c-b0bd-407b-bb63-870c88013512 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e24514c-b0bd-407b-bb63-870c88013512 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-7e24514c-b0bd-407b-bb63-870c88013512 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-7e24514c-b0bd-407b-bb63-870c88013512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e24514c-b0bd-407b-bb63-870c88013512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4319384d-2950-4813-834f-6f96e8e69947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4319384d-2950-4813-834f-6f96e8e69947"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4319384d-2950-4813-834f-6f96e8e69947"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4319384d-2950-4813-834f-6f96e8e69947"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d1c0047c-3ce6-453c-8667-7dcae1bf5bbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1c0047c-3ce6-453c-8667-7dcae1bf5bbb .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-5f205515-c125-4a13-9981-8c62fe43d798 {
  min-height: 50px;
}








#s-5f205515-c125-4a13-9981-8c62fe43d798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f205515-c125-4a13-9981-8c62fe43d798.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 207, 81, 1);
border-radius: 2px;
background-color: rgba(255, 207, 81, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 207, 81, 1);
}
#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(66, 66, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7159051c-d24a-4d2b-90dd-d53c8617c1eb-root {
    text-align: right;
  }


#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7159051c-d24a-4d2b-90dd-d53c8617c1eb-root {
    text-align: right;
  }


#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7159051c-d24a-4d2b-90dd-d53c8617c1eb-root {
    text-align: right;
  }


#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7159051c-d24a-4d2b-90dd-d53c8617c1eb-root {
    text-align: right;
  }


#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7159051c-d24a-4d2b-90dd-d53c8617c1eb-root {
    text-align: right;
  }


#s-7159051c-d24a-4d2b-90dd-d53c8617c1eb.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-b0f6cb2b-00a8-4781-baba-5c0830244f46 {
  margin-top: -20px;
}

#s-b0f6cb2b-00a8-4781-baba-5c0830244f46 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-1a3adc18-262b-431b-83cf-8056a22376f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-1a3adc18-262b-431b-83cf-8056a22376f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-1a3adc18-262b-431b-83cf-8056a22376f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a3adc18-262b-431b-83cf-8056a22376f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-2336e44e-2f49-49e4-867c-772ea0370a0d {
  min-height: 50px;
}








#s-2336e44e-2f49-49e4-867c-772ea0370a0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2336e44e-2f49-49e4-867c-772ea0370a0d {
  cursor: pointer;
}#s-2336e44e-2f49-49e4-867c-772ea0370a0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-883cc264-3c17-406e-b35a-5864b4d3303b {
  text-align: left;
}



.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883cc264-3c17-406e-b35a-5864b4d3303b img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d824412c-996f-4aa0-a600-abf71e86a629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d824412c-996f-4aa0-a600-abf71e86a629 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e228249a-dbc9-4c7b-8a78-ded94d2808be {
  text-align: center;
}

#s-e228249a-dbc9-4c7b-8a78-ded94d2808be .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e228249a-dbc9-4c7b-8a78-ded94d2808be .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-e228249a-dbc9-4c7b-8a78-ded94d2808be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f488f88-4e9f-42e0-b54c-72a32f496ecf {
  min-height: 50px;
}








#s-7f488f88-4e9f-42e0-b54c-72a32f496ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f488f88-4e9f-42e0-b54c-72a32f496ecf {
  cursor: pointer;
}#s-7f488f88-4e9f-42e0-b54c-72a32f496ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8663c34-6389-4452-b633-72343f474a12 {
  text-align: left;
}



.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8663c34-6389-4452-b633-72343f474a12 img.shogun-image {
  width: 100%;
}



}
#s-be26632c-9dd3-40a0-98d7-6898bf1da619 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be26632c-9dd3-40a0-98d7-6898bf1da619 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e5314f36-a293-4163-b7b9-9ed1661ed75d {
  text-align: center;
}

#s-e5314f36-a293-4163-b7b9-9ed1661ed75d .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e5314f36-a293-4163-b7b9-9ed1661ed75d .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5314f36-a293-4163-b7b9-9ed1661ed75d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0cfb6bb5-d2ac-4e1d-9075-859c067104a6 {
  min-height: 50px;
}








#s-0cfb6bb5-d2ac-4e1d-9075-859c067104a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cfb6bb5-d2ac-4e1d-9075-859c067104a6 {
  cursor: pointer;
}#s-0cfb6bb5-d2ac-4e1d-9075-859c067104a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-622f5117-af88-458e-892a-cffb0a92a172 {
  text-align: left;
}



.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-622f5117-af88-458e-892a-cffb0a92a172 img.shogun-image {
  width: 100%;
}



}
#s-10986a4b-b20b-45cd-a95f-f65f90cd9efa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10986a4b-b20b-45cd-a95f-f65f90cd9efa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7d06739a-0444-448b-92ca-19c75f2da38e {
  text-align: center;
}

#s-7d06739a-0444-448b-92ca-19c75f2da38e .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-7d06739a-0444-448b-92ca-19c75f2da38e .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d06739a-0444-448b-92ca-19c75f2da38e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b81aaf5c-6d89-45f5-b672-dc7244fbdafa {
  min-height: 50px;
}








#s-b81aaf5c-6d89-45f5-b672-dc7244fbdafa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81aaf5c-6d89-45f5-b672-dc7244fbdafa {
  cursor: pointer;
}#s-b81aaf5c-6d89-45f5-b672-dc7244fbdafa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eeb5696-aba8-40b8-9a01-985106600aa6 {
  text-align: left;
}



.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeb5696-aba8-40b8-9a01-985106600aa6 img.shogun-image {
  width: 100%;
}



}
#s-b3d4de0d-48f0-4f52-9628-1bca41a8f90a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3d4de0d-48f0-4f52-9628-1bca41a8f90a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e60bbe8f-c2db-46ed-b69b-d034919f6134 {
  text-align: center;
}

#s-e60bbe8f-c2db-46ed-b69b-d034919f6134 .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e60bbe8f-c2db-46ed-b69b-d034919f6134 .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-e60bbe8f-c2db-46ed-b69b-d034919f6134 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}