.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-eb7dfdd8-c599-423c-beb2-f950ce6bd77e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e {
  display: none;
}
#s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e, #wrap-s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e { display: none !important; }}@media (max-width: 767px){#s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e {
  display: none;
}
#s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e, #wrap-s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e { display: none !important; }}







#s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb7dfdd8-c599-423c-beb2-f950ce6bd77e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
  max-width: 3840px;
aspect-ratio: 3840/1700;
text-align: center;
}





  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image,
  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
    width: 100%;
    height: auto;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
    
    
  }


.s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
      --shg-aspect-ratio: calc(3840/1700); 
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
      position: relative;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image,
  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
    width: 100%;
    height: auto;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
    
    
  }


.s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
      --shg-aspect-ratio: calc(3840/1700); 
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
      position: relative;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image,
  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
    width: 100%;
    height: auto;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
    
    
  }


.s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
      --shg-aspect-ratio: calc(3840/1700); 
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
      position: relative;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image,
  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
    width: 100%;
    height: auto;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
    
    
  }


.s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
      --shg-aspect-ratio: calc(3840/1700); 
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
      position: relative;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image,
  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
    width: 100%;
    height: auto;
  }

  #s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
    
    
  }


.s-c2764724-a74a-42cc-9602-ececcdb8ed0e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e {
      --shg-aspect-ratio: calc(3840/1700); 
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container {
      position: relative;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2764724-a74a-42cc-9602-ececcdb8ed0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-45ddbb3c-636a-48c3-82f8-5a1b94591633 {
  margin-top: 0%;
margin-bottom: 4%;
min-height: 50px;
}








#s-45ddbb3c-636a-48c3-82f8-5a1b94591633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45ddbb3c-636a-48c3-82f8-5a1b94591633.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-06800fc7-3d5a-4a81-9c4c-9b65466f82eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06800fc7-3d5a-4a81-9c4c-9b65466f82eb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 75px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-06800fc7-3d5a-4a81-9c4c-9b65466f82eb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: center;
}


}
.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: ;
}

#s-cbedfc0e-0857-4cfa-8e65-56c18baafa11 {
  margin-top: 10px;
margin-bottom: 10px;
}

.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-43a107b0-6532-43bd-98fa-a9167a2523d1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 275px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-43a107b0-6532-43bd-98fa-a9167a2523d1:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43a107b0-6532-43bd-98fa-a9167a2523d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43a107b0-6532-43bd-98fa-a9167a2523d1-root {
    text-align: center;
  }


#s-43a107b0-6532-43bd-98fa-a9167a2523d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-43a107b0-6532-43bd-98fa-a9167a2523d1-root {
    text-align: center;
  }


#s-43a107b0-6532-43bd-98fa-a9167a2523d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43a107b0-6532-43bd-98fa-a9167a2523d1-root {
    text-align: center;
  }


#s-43a107b0-6532-43bd-98fa-a9167a2523d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43a107b0-6532-43bd-98fa-a9167a2523d1-root {
    text-align: center;
  }


#s-43a107b0-6532-43bd-98fa-a9167a2523d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-43a107b0-6532-43bd-98fa-a9167a2523d1-root {
    text-align: center;
  }


#s-43a107b0-6532-43bd-98fa-a9167a2523d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5589f485-02a1-4aeb-903b-c648065d3430 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 350px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
opacity: 1;
}
#s-5589f485-02a1-4aeb-903b-c648065d3430:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5589f485-02a1-4aeb-903b-c648065d3430:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5589f485-02a1-4aeb-903b-c648065d3430-root {
    text-align: center;
  }


#s-5589f485-02a1-4aeb-903b-c648065d3430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5589f485-02a1-4aeb-903b-c648065d3430-root {
    text-align: center;
  }


#s-5589f485-02a1-4aeb-903b-c648065d3430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5589f485-02a1-4aeb-903b-c648065d3430-root {
    text-align: center;
  }


#s-5589f485-02a1-4aeb-903b-c648065d3430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5589f485-02a1-4aeb-903b-c648065d3430-root {
    text-align: center;
  }


#s-5589f485-02a1-4aeb-903b-c648065d3430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5589f485-02a1-4aeb-903b-c648065d3430-root {
    text-align: center;
  }


#s-5589f485-02a1-4aeb-903b-c648065d3430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-9db70c07-903a-4406-b7ff-bfbd38597575 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-9db70c07-903a-4406-b7ff-bfbd38597575 {
  display: none;
}
#s-9db70c07-903a-4406-b7ff-bfbd38597575, #wrap-s-9db70c07-903a-4406-b7ff-bfbd38597575 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9db70c07-903a-4406-b7ff-bfbd38597575 {
  display: none;
}
#s-9db70c07-903a-4406-b7ff-bfbd38597575, #wrap-s-9db70c07-903a-4406-b7ff-bfbd38597575 { display: none !important; }}
#s-9db70c07-903a-4406-b7ff-bfbd38597575 {
  background-image: url(https://i.shgcdn.com/ef0075c1-8118-4fa5-9ec0-1b52cc79ce3e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9db70c07-903a-4406-b7ff-bfbd38597575 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-9db70c07-903a-4406-b7ff-bfbd38597575.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6850b45a-5ccc-4377-8e38-fa6b1b96490c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
min-height: 350px;
background-color: rgba(0, 0, 0, 0);
}








#s-6850b45a-5ccc-4377-8e38-fa6b1b96490c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6850b45a-5ccc-4377-8e38-fa6b1b96490c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea478a24-d235-46c6-bc67-f8f938fe3bbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea478a24-d235-46c6-bc67-f8f938fe3bbe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}



#s-14e96ed0-d87e-47a5-827d-d83fd4148327 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 275px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-14e96ed0-d87e-47a5-827d-d83fd4148327:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-14e96ed0-d87e-47a5-827d-d83fd4148327:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14e96ed0-d87e-47a5-827d-d83fd4148327-root {
    text-align: center;
  }


#s-14e96ed0-d87e-47a5-827d-d83fd4148327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-14e96ed0-d87e-47a5-827d-d83fd4148327-root {
    text-align: center;
  }


#s-14e96ed0-d87e-47a5-827d-d83fd4148327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14e96ed0-d87e-47a5-827d-d83fd4148327-root {
    text-align: center;
  }


#s-14e96ed0-d87e-47a5-827d-d83fd4148327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14e96ed0-d87e-47a5-827d-d83fd4148327-root {
    text-align: center;
  }


#s-14e96ed0-d87e-47a5-827d-d83fd4148327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-14e96ed0-d87e-47a5-827d-d83fd4148327-root {
    text-align: center;
  }


#s-14e96ed0-d87e-47a5-827d-d83fd4148327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6d2d5042-25a0-414f-b273-0472ca292bca {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 300px;
background-color: rgba(255, 255, 255, 0.01);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-6d2d5042-25a0-414f-b273-0472ca292bca:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d2d5042-25a0-414f-b273-0472ca292bca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d2d5042-25a0-414f-b273-0472ca292bca-root {
    text-align: center;
  }


#s-6d2d5042-25a0-414f-b273-0472ca292bca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d2d5042-25a0-414f-b273-0472ca292bca-root {
    text-align: center;
  }


#s-6d2d5042-25a0-414f-b273-0472ca292bca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d2d5042-25a0-414f-b273-0472ca292bca-root {
    text-align: center;
  }


#s-6d2d5042-25a0-414f-b273-0472ca292bca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d2d5042-25a0-414f-b273-0472ca292bca-root {
    text-align: center;
  }


#s-6d2d5042-25a0-414f-b273-0472ca292bca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d2d5042-25a0-414f-b273-0472ca292bca-root {
    text-align: center;
  }


#s-6d2d5042-25a0-414f-b273-0472ca292bca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-77792411-9b38-469a-b33b-a5f690001090 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-77792411-9b38-469a-b33b-a5f690001090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77792411-9b38-469a-b33b-a5f690001090.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}

@media (min-width: 0px) {
[id="s-cbcf0019-e769-47a8-88d9-58508862388b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbcf0019-e769-47a8-88d9-58508862388b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cbcf0019-e769-47a8-88d9-58508862388b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cbcf0019-e769-47a8-88d9-58508862388b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1208px;
aspect-ratio: 1208/640;
text-align: center;
}





  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image,
  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
    width: 100%;
    height: auto;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
    
    
  }


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shogun-image-content {
  
    align-items: center;
  
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
  box-sizing: border-box;
}


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
      --shg-aspect-ratio: calc(1208/640); 
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
      position: relative;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image,
  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
    width: 100%;
    height: auto;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
    
    
  }


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shogun-image-content {
  
    align-items: center;
  
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
  box-sizing: border-box;
}


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
      --shg-aspect-ratio: calc(1208/640); 
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
      position: relative;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image,
  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
    width: 100%;
    height: auto;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
    
    
  }


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shogun-image-content {
  
    align-items: center;
  
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
  box-sizing: border-box;
}


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
      --shg-aspect-ratio: calc(1208/640); 
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
      position: relative;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image,
  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
    width: 100%;
    height: auto;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
    
    
  }


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shogun-image-content {
  
    align-items: center;
  
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
  box-sizing: border-box;
}


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
      --shg-aspect-ratio: calc(1208/640); 
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
      position: relative;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image,
  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
    width: 100%;
    height: auto;
  }

  #s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
    
    
  }


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shogun-image-content {
  
    align-items: center;
  
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image {
  box-sizing: border-box;
}


.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6736aa0f-892e-482c-baaa-bf7a39f2f351 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 {
      --shg-aspect-ratio: calc(1208/640); 
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container {
      position: relative;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6736aa0f-892e-482c-baaa-bf7a39f2f351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1210px;
aspect-ratio: 1210/640;
text-align: center;
}





  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image,
  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
    width: 100%;
    height: auto;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
    
    
  }


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
  box-sizing: border-box;
}


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
      position: relative;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image,
  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
    width: 100%;
    height: auto;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
    
    
  }


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
  box-sizing: border-box;
}


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
      position: relative;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image,
  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
    width: 100%;
    height: auto;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
    
    
  }


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
  box-sizing: border-box;
}


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
      position: relative;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image,
  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
    width: 100%;
    height: auto;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
    
    
  }


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
  box-sizing: border-box;
}


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
      position: relative;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image,
  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
    width: 100%;
    height: auto;
  }

  #s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
    
    
  }


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image {
  box-sizing: border-box;
}


.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cf5dbd9-5655-4527-88da-3d323d1d547d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container {
      position: relative;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cf5dbd9-5655-4527-88da-3d323d1d547d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1210px;
aspect-ratio: 1210/640;
text-align: center;
}





  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image,
  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
    width: 100%;
    height: auto;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
    
    
  }


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
  box-sizing: border-box;
}


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
      position: relative;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image,
  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
    width: 100%;
    height: auto;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
    
    
  }


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
  box-sizing: border-box;
}


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
      position: relative;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image,
  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
    width: 100%;
    height: auto;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
    
    
  }


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
  box-sizing: border-box;
}


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
      position: relative;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image,
  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
    width: 100%;
    height: auto;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
    
    
  }


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
  box-sizing: border-box;
}


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
      position: relative;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image,
  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
    width: 100%;
    height: auto;
  }

  #s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
    
    
  }


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image {
  box-sizing: border-box;
}


.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c750a57a-af84-4fef-9ac5-2c85c5511e5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b {
      --shg-aspect-ratio: calc(1210/640); 
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container {
      position: relative;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c750a57a-af84-4fef-9ac5-2c85c5511e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e22269e1-e332-477d-8b96-43cc3f3d7d5c {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-e22269e1-e332-477d-8b96-43cc3f3d7d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e22269e1-e332-477d-8b96-43cc3f3d7d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f05f563e-bb44-45c8-bada-34d9964087d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f05f563e-bb44-45c8-bada-34d9964087d1 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-1a9b39bc-a213-4427-a9a7-10d3fed04ca2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a9b39bc-a213-4427-a9a7-10d3fed04ca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1a9b39bc-a213-4427-a9a7-10d3fed04ca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a9b39bc-a213-4427-a9a7-10d3fed04ca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-e43e7c14-901f-4996-a48e-426d2264c6a1 {
  text-align: left;
}



.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e43e7c14-901f-4996-a48e-426d2264c6a1 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-3aaa082a-a6e1-40c1-8b7f-bdb774ed16a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aaa082a-a6e1-40c1-8b7f-bdb774ed16a5 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-533f4de6-16f2-47ad-bc25-549c8469cf6b {
  text-align: center;
}

#s-533f4de6-16f2-47ad-bc25-549c8469cf6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-533f4de6-16f2-47ad-bc25-549c8469cf6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-533f4de6-16f2-47ad-bc25-549c8469cf6b .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-bc516ca1-0c62-4d96-b1d6-94f9b666d109 {
  text-align: left;
}



.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc516ca1-0c62-4d96-b1d6-94f9b666d109 img.shogun-image {
  width: 100%;
}



}
#s-4fd1f078-44f1-4fd8-aeab-e957564e9f98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fd1f078-44f1-4fd8-aeab-e957564e9f98 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-107aefff-d59a-477c-b54e-39280eee1995 {
  text-align: center;
}

#s-107aefff-d59a-477c-b54e-39280eee1995 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-107aefff-d59a-477c-b54e-39280eee1995 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-107aefff-d59a-477c-b54e-39280eee1995 .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-0db6f8de-477a-4f5e-8404-63dbd8132334 {
  text-align: left;
}



.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db6f8de-477a-4f5e-8404-63dbd8132334 img.shogun-image {
  width: 100%;
}



}
#s-104ce5e0-bec5-47ab-bb96-afbaed985f3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-104ce5e0-bec5-47ab-bb96-afbaed985f3a .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a6ed1575-483f-425e-ad5b-579e92cb673d {
  text-align: center;
}

#s-a6ed1575-483f-425e-ad5b-579e92cb673d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a6ed1575-483f-425e-ad5b-579e92cb673d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a6ed1575-483f-425e-ad5b-579e92cb673d .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-2d4526db-4e65-4258-9998-45a15a03f96a {
  text-align: left;
}



.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d4526db-4e65-4258-9998-45a15a03f96a img.shogun-image {
  width: 100%;
}



}
#s-fe506cfb-8810-4145-8062-a7512560d04a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe506cfb-8810-4145-8062-a7512560d04a .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4c8db552-57f2-4506-8d7f-3d20531ee956 {
  text-align: center;
}

#s-4c8db552-57f2-4506-8d7f-3d20531ee956 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c8db552-57f2-4506-8d7f-3d20531ee956 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c8db552-57f2-4506-8d7f-3d20531ee956 .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-750fff31-68c1-4b86-bf92-ddd865de5ca3 {
  background-size: cover;
min-height: 700px;
background-attachment: scroll;
background-position: center center;
}








#s-750fff31-68c1-4b86-bf92-ddd865de5ca3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-750fff31-68c1-4b86-bf92-ddd865de5ca3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f17fd482-d827-45b4-bdc8-f81113ab4fb8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-f17fd482-d827-45b4-bdc8-f81113ab4fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f17fd482-d827-45b4-bdc8-f81113ab4fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71b9a049-df39-4718-8596-c60638cbdd09 {
  max-width: 250px;
aspect-ratio: 608/339;
text-align: center;
}





  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image,
  #s-71b9a049-df39-4718-8596-c60638cbdd09 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 {
    width: 100%;
    height: auto;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
    
    
  }


.s-71b9a049-df39-4718-8596-c60638cbdd09 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71b9a049-df39-4718-8596-c60638cbdd09 {
      --shg-aspect-ratio: calc(608/339); 
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
      position: relative;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image,
  #s-71b9a049-df39-4718-8596-c60638cbdd09 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 {
    width: 100%;
    height: auto;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
    
    
  }


.s-71b9a049-df39-4718-8596-c60638cbdd09 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71b9a049-df39-4718-8596-c60638cbdd09 {
      --shg-aspect-ratio: calc(608/339); 
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
      position: relative;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image,
  #s-71b9a049-df39-4718-8596-c60638cbdd09 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 {
    width: 100%;
    height: auto;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
    
    
  }


.s-71b9a049-df39-4718-8596-c60638cbdd09 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71b9a049-df39-4718-8596-c60638cbdd09 {
      --shg-aspect-ratio: calc(608/339); 
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
      position: relative;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image,
  #s-71b9a049-df39-4718-8596-c60638cbdd09 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 {
    width: 100%;
    height: auto;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
    
    
  }


.s-71b9a049-df39-4718-8596-c60638cbdd09 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71b9a049-df39-4718-8596-c60638cbdd09 {
      --shg-aspect-ratio: calc(608/339); 
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
      position: relative;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image,
  #s-71b9a049-df39-4718-8596-c60638cbdd09 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 {
    width: 100%;
    height: auto;
  }

  #s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
    
    
  }


.s-71b9a049-df39-4718-8596-c60638cbdd09 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71b9a049-df39-4718-8596-c60638cbdd09 {
      --shg-aspect-ratio: calc(608/339); 
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container {
      position: relative;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71b9a049-df39-4718-8596-c60638cbdd09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1d17f3d4-7dd8-4577-97c7-c03757323011 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d17f3d4-7dd8-4577-97c7-c03757323011 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1979074d-f831-44ea-8bf1-1aa90ff03e5b-root {
    text-align: center;
  }


#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1979074d-f831-44ea-8bf1-1aa90ff03e5b-root {
    text-align: center;
  }


#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1979074d-f831-44ea-8bf1-1aa90ff03e5b-root {
    text-align: center;
  }


#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1979074d-f831-44ea-8bf1-1aa90ff03e5b-root {
    text-align: center;
  }


#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1979074d-f831-44ea-8bf1-1aa90ff03e5b-root {
    text-align: center;
  }


#s-1979074d-f831-44ea-8bf1-1aa90ff03e5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-561ddeef-ecf5-40ad-8102-fe7342364796 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-561ddeef-ecf5-40ad-8102-fe7342364796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561ddeef-ecf5-40ad-8102-fe7342364796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-3186f973-b1aa-410a-8c16-95fb094ca029 {
  display: none;
}
#s-3186f973-b1aa-410a-8c16-95fb094ca029, #wrap-s-3186f973-b1aa-410a-8c16-95fb094ca029 { display: none !important; }}@media (max-width: 767px){#s-3186f973-b1aa-410a-8c16-95fb094ca029 {
  display: unset;
}
#s-3186f973-b1aa-410a-8c16-95fb094ca029, #wrap-s-3186f973-b1aa-410a-8c16-95fb094ca029 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-3186f973-b1aa-410a-8c16-95fb094ca029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3186f973-b1aa-410a-8c16-95fb094ca029"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3186f973-b1aa-410a-8c16-95fb094ca029"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3186f973-b1aa-410a-8c16-95fb094ca029"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1180px;
aspect-ratio: 1180/1600;
text-align: center;
}





  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image,
  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
    width: 100%;
    height: auto;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
    
    
  }


.s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
      position: relative;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image,
  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
    width: 100%;
    height: auto;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
    
    
  }


.s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
      position: relative;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image,
  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
    width: 100%;
    height: auto;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
    
    
  }


.s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
      position: relative;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image,
  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
    width: 100%;
    height: auto;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
    
    
  }


.s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
      position: relative;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image,
  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
    width: 100%;
    height: auto;
  }

  #s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
    
    
  }


.s-0b1438bf-6c96-48f9-a056-4fefc4839b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container {
      position: relative;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1438bf-6c96-48f9-a056-4fefc4839b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c766c686-286d-4d7d-a8c4-cab7cd86f5a7 {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-c766c686-286d-4d7d-a8c4-cab7cd86f5a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c766c686-286d-4d7d-a8c4-cab7cd86f5a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0e6e6cc-139b-4cfe-82fd-35f2aeff0589 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0e6e6cc-139b-4cfe-82fd-35f2aeff0589 .shogun-heading-component h1 {
  color: rgba(246, 246, 246, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937-root {
    text-align: center;
  }


#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937-root {
    text-align: center;
  }


#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937-root {
    text-align: center;
  }


#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937-root {
    text-align: center;
  }


#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937-root {
    text-align: center;
  }


#s-0340f1e8-ba65-4c6d-bcaa-105fc0c5f937.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f72099a6-338d-41d6-ad47-275596176570 {
  border-style: solid;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f72099a6-338d-41d6-ad47-275596176570:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f72099a6-338d-41d6-ad47-275596176570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f72099a6-338d-41d6-ad47-275596176570-root {
    text-align: center;
  }


#s-f72099a6-338d-41d6-ad47-275596176570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f72099a6-338d-41d6-ad47-275596176570-root {
    text-align: center;
  }


#s-f72099a6-338d-41d6-ad47-275596176570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f72099a6-338d-41d6-ad47-275596176570-root {
    text-align: center;
  }


#s-f72099a6-338d-41d6-ad47-275596176570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f72099a6-338d-41d6-ad47-275596176570-root {
    text-align: center;
  }


#s-f72099a6-338d-41d6-ad47-275596176570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f72099a6-338d-41d6-ad47-275596176570-root {
    text-align: center;
  }


#s-f72099a6-338d-41d6-ad47-275596176570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1180px;
aspect-ratio: 1180/1600;
text-align: center;
}





  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image,
  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
    width: 100%;
    height: auto;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
    
    
  }


.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
      position: relative;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image,
  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
    width: 100%;
    height: auto;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
    
    
  }


.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
      position: relative;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image,
  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
    width: 100%;
    height: auto;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
    
    
  }


.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
      position: relative;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image,
  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
    width: 100%;
    height: auto;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
    
    
  }


.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
      position: relative;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image,
  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
    width: 100%;
    height: auto;
  }

  #s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
    
    
  }


.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container {
      position: relative;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c310055-2d9a-4eb2-b2c9-7cb4fb89f916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1cd238ff-3f6b-427e-aa7e-71a20b763ba2 {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-1cd238ff-3f6b-427e-aa7e-71a20b763ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd238ff-3f6b-427e-aa7e-71a20b763ba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1e5f567-bf83-4494-8976-c220b0928e54 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1e5f567-bf83-4494-8976-c220b0928e54 .shogun-heading-component h1 {
  color: rgba(246, 246, 246, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-071da585-6fee-441f-9f0f-5c8a4bfb87cd-root {
    text-align: center;
  }


#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-071da585-6fee-441f-9f0f-5c8a4bfb87cd-root {
    text-align: center;
  }


#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-071da585-6fee-441f-9f0f-5c8a4bfb87cd-root {
    text-align: center;
  }


#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-071da585-6fee-441f-9f0f-5c8a4bfb87cd-root {
    text-align: center;
  }


#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-071da585-6fee-441f-9f0f-5c8a4bfb87cd-root {
    text-align: center;
  }


#s-071da585-6fee-441f-9f0f-5c8a4bfb87cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-20dc500c-c1e3-476a-b6c5-569844d09312 {
  border-style: solid;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-20dc500c-c1e3-476a-b6c5-569844d09312:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-20dc500c-c1e3-476a-b6c5-569844d09312:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20dc500c-c1e3-476a-b6c5-569844d09312-root {
    text-align: center;
  }


#s-20dc500c-c1e3-476a-b6c5-569844d09312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-20dc500c-c1e3-476a-b6c5-569844d09312-root {
    text-align: center;
  }


#s-20dc500c-c1e3-476a-b6c5-569844d09312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20dc500c-c1e3-476a-b6c5-569844d09312-root {
    text-align: center;
  }


#s-20dc500c-c1e3-476a-b6c5-569844d09312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20dc500c-c1e3-476a-b6c5-569844d09312-root {
    text-align: center;
  }


#s-20dc500c-c1e3-476a-b6c5-569844d09312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-20dc500c-c1e3-476a-b6c5-569844d09312-root {
    text-align: center;
  }


#s-20dc500c-c1e3-476a-b6c5-569844d09312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3a664b47-d26d-4698-b514-6310b74b50b0 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1180px;
aspect-ratio: 1180/1600;
text-align: center;
}





  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image,
  #s-3a664b47-d26d-4698-b514-6310b74b50b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 {
    width: 100%;
    height: auto;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
    
    
  }


.s-3a664b47-d26d-4698-b514-6310b74b50b0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a664b47-d26d-4698-b514-6310b74b50b0 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
      position: relative;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image,
  #s-3a664b47-d26d-4698-b514-6310b74b50b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 {
    width: 100%;
    height: auto;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
    
    
  }


.s-3a664b47-d26d-4698-b514-6310b74b50b0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a664b47-d26d-4698-b514-6310b74b50b0 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
      position: relative;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image,
  #s-3a664b47-d26d-4698-b514-6310b74b50b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 {
    width: 100%;
    height: auto;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
    
    
  }


.s-3a664b47-d26d-4698-b514-6310b74b50b0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a664b47-d26d-4698-b514-6310b74b50b0 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
      position: relative;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image,
  #s-3a664b47-d26d-4698-b514-6310b74b50b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 {
    width: 100%;
    height: auto;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
    
    
  }


.s-3a664b47-d26d-4698-b514-6310b74b50b0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a664b47-d26d-4698-b514-6310b74b50b0 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
      position: relative;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image,
  #s-3a664b47-d26d-4698-b514-6310b74b50b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 {
    width: 100%;
    height: auto;
  }

  #s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
    
    
  }


.s-3a664b47-d26d-4698-b514-6310b74b50b0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a664b47-d26d-4698-b514-6310b74b50b0 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container {
      position: relative;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a664b47-d26d-4698-b514-6310b74b50b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a70e7042-ac98-487f-a997-5a6f78dc7a63 {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-a70e7042-ac98-487f-a997-5a6f78dc7a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a70e7042-ac98-487f-a997-5a6f78dc7a63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4195729-a666-4c14-979d-48ab94b145d4 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4195729-a666-4c14-979d-48ab94b145d4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85-root {
    text-align: center;
  }


#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85-root {
    text-align: center;
  }


#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85-root {
    text-align: center;
  }


#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85-root {
    text-align: center;
  }


#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85-root {
    text-align: center;
  }


#s-4d6e990d-014d-4eb9-b1b5-d189c4a60d85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-66a58322-d578-472f-8913-f6db11f5ae35 {
  display: none;
}
#s-66a58322-d578-472f-8913-f6db11f5ae35, #wrap-s-66a58322-d578-472f-8913-f6db11f5ae35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66a58322-d578-472f-8913-f6db11f5ae35 {
  display: none;
}
#s-66a58322-d578-472f-8913-f6db11f5ae35, #wrap-s-66a58322-d578-472f-8913-f6db11f5ae35 { display: none !important; }}@media (max-width: 767px){#s-66a58322-d578-472f-8913-f6db11f5ae35 {
  display: none;
}
#s-66a58322-d578-472f-8913-f6db11f5ae35, #wrap-s-66a58322-d578-472f-8913-f6db11f5ae35 { display: none !important; }}
@media (min-width: 0px) {
[id="s-66a58322-d578-472f-8913-f6db11f5ae35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66a58322-d578-472f-8913-f6db11f5ae35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-66a58322-d578-472f-8913-f6db11f5ae35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-66a58322-d578-472f-8913-f6db11f5ae35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1180px;
aspect-ratio: 1180/1600;
text-align: center;
}





  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image,
  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
    width: 100%;
    height: auto;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
    
    
  }


.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
      position: relative;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image,
  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
    width: 100%;
    height: auto;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
    
    
  }


.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
      position: relative;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image,
  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
    width: 100%;
    height: auto;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
    
    
  }


.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
      position: relative;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image,
  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
    width: 100%;
    height: auto;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
    
    
  }


.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
      position: relative;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image,
  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
    width: 100%;
    height: auto;
  }

  #s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
    
    
  }


.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container {
      position: relative;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7a3a90e-cf8d-4acd-9834-b39cf4de4f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a22b6978-6b15-4f84-bcc8-91519695b520 {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-a22b6978-6b15-4f84-bcc8-91519695b520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a22b6978-6b15-4f84-bcc8-91519695b520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a87bec88-2ce2-47a0-81ba-67230031dfc8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a87bec88-2ce2-47a0-81ba-67230031dfc8 .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7db1e2a7-55d9-47d8-a3f0-58a4669406df-root {
    text-align: center;
  }


#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7db1e2a7-55d9-47d8-a3f0-58a4669406df-root {
    text-align: center;
  }


#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7db1e2a7-55d9-47d8-a3f0-58a4669406df-root {
    text-align: center;
  }


#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7db1e2a7-55d9-47d8-a3f0-58a4669406df-root {
    text-align: center;
  }


#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7db1e2a7-55d9-47d8-a3f0-58a4669406df-root {
    text-align: center;
  }


#s-7db1e2a7-55d9-47d8-a3f0-58a4669406df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a3467a8f-0101-4068-8f04-5ba7781875ea {
  border-style: solid;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a3467a8f-0101-4068-8f04-5ba7781875ea:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a3467a8f-0101-4068-8f04-5ba7781875ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3467a8f-0101-4068-8f04-5ba7781875ea-root {
    text-align: center;
  }


#s-a3467a8f-0101-4068-8f04-5ba7781875ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3467a8f-0101-4068-8f04-5ba7781875ea-root {
    text-align: center;
  }


#s-a3467a8f-0101-4068-8f04-5ba7781875ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3467a8f-0101-4068-8f04-5ba7781875ea-root {
    text-align: center;
  }


#s-a3467a8f-0101-4068-8f04-5ba7781875ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3467a8f-0101-4068-8f04-5ba7781875ea-root {
    text-align: center;
  }


#s-a3467a8f-0101-4068-8f04-5ba7781875ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3467a8f-0101-4068-8f04-5ba7781875ea-root {
    text-align: center;
  }


#s-a3467a8f-0101-4068-8f04-5ba7781875ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1180px;
aspect-ratio: 1180/1600;
text-align: center;
}





  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image,
  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
    width: 100%;
    height: auto;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
    
    
  }


.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
      position: relative;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image,
  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
    width: 100%;
    height: auto;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
    
    
  }


.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
      position: relative;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image,
  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
    width: 100%;
    height: auto;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
    
    
  }


.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
      position: relative;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image,
  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
    width: 100%;
    height: auto;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
    
    
  }


.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
      position: relative;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image,
  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
    width: 100%;
    height: auto;
  }

  #s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
    
    
  }


.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container {
      position: relative;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a66d6e8-f277-49e2-a4f2-7bbd00aef470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6f1aa41e-6f14-4c95-9a76-dc9cd9d37856 {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-6f1aa41e-6f14-4c95-9a76-dc9cd9d37856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1aa41e-6f14-4c95-9a76-dc9cd9d37856.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-955dbfa2-0675-421c-b60b-3e178cd382f8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-955dbfa2-0675-421c-b60b-3e178cd382f8 .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-47dff42c-7aef-4319-a189-1ae89c340e71 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-47dff42c-7aef-4319-a189-1ae89c340e71:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47dff42c-7aef-4319-a189-1ae89c340e71:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47dff42c-7aef-4319-a189-1ae89c340e71-root {
    text-align: center;
  }


#s-47dff42c-7aef-4319-a189-1ae89c340e71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-47dff42c-7aef-4319-a189-1ae89c340e71-root {
    text-align: center;
  }


#s-47dff42c-7aef-4319-a189-1ae89c340e71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47dff42c-7aef-4319-a189-1ae89c340e71-root {
    text-align: center;
  }


#s-47dff42c-7aef-4319-a189-1ae89c340e71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47dff42c-7aef-4319-a189-1ae89c340e71-root {
    text-align: center;
  }


#s-47dff42c-7aef-4319-a189-1ae89c340e71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-47dff42c-7aef-4319-a189-1ae89c340e71-root {
    text-align: center;
  }


#s-47dff42c-7aef-4319-a189-1ae89c340e71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-22eafa24-9543-4e29-a6ae-a150abb57809 {
  border-style: solid;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-22eafa24-9543-4e29-a6ae-a150abb57809:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-22eafa24-9543-4e29-a6ae-a150abb57809:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22eafa24-9543-4e29-a6ae-a150abb57809-root {
    text-align: center;
  }


#s-22eafa24-9543-4e29-a6ae-a150abb57809.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-22eafa24-9543-4e29-a6ae-a150abb57809-root {
    text-align: center;
  }


#s-22eafa24-9543-4e29-a6ae-a150abb57809.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22eafa24-9543-4e29-a6ae-a150abb57809-root {
    text-align: center;
  }


#s-22eafa24-9543-4e29-a6ae-a150abb57809.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22eafa24-9543-4e29-a6ae-a150abb57809-root {
    text-align: center;
  }


#s-22eafa24-9543-4e29-a6ae-a150abb57809.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-22eafa24-9543-4e29-a6ae-a150abb57809-root {
    text-align: center;
  }


#s-22eafa24-9543-4e29-a6ae-a150abb57809.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 1180px;
aspect-ratio: 1180/1600;
text-align: center;
}





  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image,
  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
    width: 100%;
    height: auto;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
    
    
  }


.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
      position: relative;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image,
  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
    width: 100%;
    height: auto;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
    
    
  }


.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
      position: relative;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image,
  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
    width: 100%;
    height: auto;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
    
    
  }


.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
      position: relative;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image,
  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
    width: 100%;
    height: auto;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
    
    
  }


.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
      position: relative;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image,
  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
    width: 100%;
    height: auto;
  }

  #s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
    
    
  }


.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 {
      --shg-aspect-ratio: calc(1180/1600); 
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container {
      position: relative;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbcc380c-3c2c-43ec-87c8-8ff689af0841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-08a8a38d-b943-41cc-b34a-88ced7ba5608 {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-08a8a38d-b943-41cc-b34a-88ced7ba5608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08a8a38d-b943-41cc-b34a-88ced7ba5608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6132adb6-72a5-489b-9bbc-38834d0360ea {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6132adb6-72a5-489b-9bbc-38834d0360ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185:hover {background-color: rgba(255, 83, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185-root {
    text-align: center;
  }


#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185-root {
    text-align: center;
  }


#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185-root {
    text-align: center;
  }


#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185-root {
    text-align: center;
  }


#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185-root {
    text-align: center;
  }


#s-8c367b2b-3b5a-4ecc-9d0e-f6ed99124185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-90903d3f-5694-4f7e-808b-79d2c6b0c832 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-90903d3f-5694-4f7e-808b-79d2c6b0c832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90903d3f-5694-4f7e-808b-79d2c6b0c832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b64d256d-e701-44b8-bc36-ebef35cbc5dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b64d256d-e701-44b8-bc36-ebef35cbc5dd .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-1801db23-becd-49ea-9f55-7c5ade31c51d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1801db23-becd-49ea-9f55-7c5ade31c51d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1801db23-becd-49ea-9f55-7c5ade31c51d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1801db23-becd-49ea-9f55-7c5ade31c51d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f {
  text-align: left;
}



.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2dbf3e9-f5f0-46f6-9566-f8ebf7101f3f img.shogun-image {
  width: 100%;
}



}
#s-f1aaa2e8-0a24-4134-aa6b-8f9a76b0ca25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1aaa2e8-0a24-4134-aa6b-8f9a76b0ca25 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-dd772cd2-0026-4dae-b797-d118a3ec6134 {
  text-align: center;
}

#s-dd772cd2-0026-4dae-b797-d118a3ec6134 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd772cd2-0026-4dae-b797-d118a3ec6134 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-dd772cd2-0026-4dae-b797-d118a3ec6134 .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-f2edc28d-d7af-4911-846f-1fce2b928e70 {
  text-align: left;
}



.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2edc28d-d7af-4911-846f-1fce2b928e70 img.shogun-image {
  width: 100%;
}



}
#s-c9e84c6a-cdf1-46ff-9493-26a294344644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9e84c6a-cdf1-46ff-9493-26a294344644 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-cfe5efd0-7190-46ca-9bdd-daa9b27975ba {
  text-align: center;
}

#s-cfe5efd0-7190-46ca-9bdd-daa9b27975ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cfe5efd0-7190-46ca-9bdd-daa9b27975ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cfe5efd0-7190-46ca-9bdd-daa9b27975ba .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-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 {
  text-align: left;
}



.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d9c3f40-ca99-4a6a-80bd-dfb578e456f2 img.shogun-image {
  width: 100%;
}



}
#s-aa00f38c-7fe4-41d9-80c0-1e16928aba85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa00f38c-7fe4-41d9-80c0-1e16928aba85 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5467e5a5-cf6c-456d-9abe-45021a1e46f4 {
  text-align: center;
}

#s-5467e5a5-cf6c-456d-9abe-45021a1e46f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5467e5a5-cf6c-456d-9abe-45021a1e46f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5467e5a5-cf6c-456d-9abe-45021a1e46f4 .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-9ff8770a-ef06-480e-9d7f-5f365342c540 {
  text-align: left;
}



.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ff8770a-ef06-480e-9d7f-5f365342c540 img.shogun-image {
  width: 100%;
}



}
#s-3ffdebc5-4a97-44ba-90af-287a56e0cdd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ffdebc5-4a97-44ba-90af-287a56e0cdd0 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-31bb253a-2605-4dbe-a8de-dd71243a7bec {
  text-align: center;
}

#s-31bb253a-2605-4dbe-a8de-dd71243a7bec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31bb253a-2605-4dbe-a8de-dd71243a7bec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-31bb253a-2605-4dbe-a8de-dd71243a7bec .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-fddee680-84a4-452f-b707-8bfcd1bc9008 {
  padding-top: 4%;
padding-left: 2%;
padding-bottom: 4%;
padding-right: 2%;
min-height: 50px;
}








#s-fddee680-84a4-452f-b707-8bfcd1bc9008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fddee680-84a4-452f-b707-8bfcd1bc9008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95219e23-5c0c-4d45-9382-26ea647338c1 {
  max-width: 200px;
aspect-ratio: 544/297;
text-align: center;
}





  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image,
  #s-95219e23-5c0c-4d45-9382-26ea647338c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 {
    width: 100%;
    height: auto;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
    
    
  }


.s-95219e23-5c0c-4d45-9382-26ea647338c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95219e23-5c0c-4d45-9382-26ea647338c1 {
      --shg-aspect-ratio: calc(544/297); 
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
      position: relative;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image,
  #s-95219e23-5c0c-4d45-9382-26ea647338c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 {
    width: 100%;
    height: auto;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
    
    
  }


.s-95219e23-5c0c-4d45-9382-26ea647338c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95219e23-5c0c-4d45-9382-26ea647338c1 {
      --shg-aspect-ratio: calc(544/297); 
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
      position: relative;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image,
  #s-95219e23-5c0c-4d45-9382-26ea647338c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 {
    width: 100%;
    height: auto;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
    
    
  }


.s-95219e23-5c0c-4d45-9382-26ea647338c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95219e23-5c0c-4d45-9382-26ea647338c1 {
      --shg-aspect-ratio: calc(544/297); 
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
      position: relative;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image,
  #s-95219e23-5c0c-4d45-9382-26ea647338c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 {
    width: 100%;
    height: auto;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
    
    
  }


.s-95219e23-5c0c-4d45-9382-26ea647338c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95219e23-5c0c-4d45-9382-26ea647338c1 {
      --shg-aspect-ratio: calc(544/297); 
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
      position: relative;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image,
  #s-95219e23-5c0c-4d45-9382-26ea647338c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 {
    width: 100%;
    height: auto;
  }

  #s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
    
    
  }


.s-95219e23-5c0c-4d45-9382-26ea647338c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95219e23-5c0c-4d45-9382-26ea647338c1 {
      --shg-aspect-ratio: calc(544/297); 
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container {
      position: relative;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95219e23-5c0c-4d45-9382-26ea647338c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092 {
  display: none;
}
#s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092, #wrap-s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092 { display: none !important; }}@media (max-width: 767px){#s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092 {
  display: none;
}
#s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092, #wrap-s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092 { display: none !important; }}
#s-6a0cf56f-7e1a-49ac-a2a2-5a5e43993092 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-5ceda110-a60a-4be6-b686-7130b6697301 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5ceda110-a60a-4be6-b686-7130b6697301 {
  display: none;
}
#s-5ceda110-a60a-4be6-b686-7130b6697301, #wrap-s-5ceda110-a60a-4be6-b686-7130b6697301 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ceda110-a60a-4be6-b686-7130b6697301 {
  display: none;
}
#s-5ceda110-a60a-4be6-b686-7130b6697301, #wrap-s-5ceda110-a60a-4be6-b686-7130b6697301 { display: none !important; }}
#s-5ceda110-a60a-4be6-b686-7130b6697301 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Antonio";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7c3d7fbe-0489-4c61-84eb-93164d956800 {
  margin-bottom: 20px;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

[id="s-97984f66-1a32-4fa6-82ae-f8282576fa7b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-97984f66-1a32-4fa6-82ae-f8282576fa7b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
