.swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height) var(--arrow-button-size);
}

.swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.swiper-container > .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper:not(.swiper-initialized) ~ .swiper-pagination,
.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.swiper-container > .swiper-button-prev {
  left: 0;
}

.swiper-container > .swiper-button-next {
  right: 0;
}

.swiper-container > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-29ee583f-49ad-4c00-abbc-17cbf8197e84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-29ee583f-49ad-4c00-abbc-17cbf8197e84 {
  display: none;
}
#s-29ee583f-49ad-4c00-abbc-17cbf8197e84, #wrap-s-29ee583f-49ad-4c00-abbc-17cbf8197e84 { display: none !important; }}
#slider-v3-s-29ee583f-49ad-4c00-abbc-17cbf8197e84 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-29ee583f-49ad-4c00-abbc-17cbf8197e84 > .swiper-button-prev,
#slider-v3-s-29ee583f-49ad-4c00-abbc-17cbf8197e84 > .swiper-button-next {
  
    height: 100% !important;
  
}

& > .swiper-button-prev {
  
    left: 2% !important;
  
}

& > .swiper-button-next {
  
    right: 2% !important;
  }


#slider-v3-s-29ee583f-49ad-4c00-abbc-17cbf8197e84 > .swiper-button-next svg,
#slider-v3-s-29ee583f-49ad-4c00-abbc-17cbf8197e84 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-81db6959-3e22-482f-86fc-a46c69adf314 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 50px;
}








#s-81db6959-3e22-482f-86fc-a46c69adf314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81db6959-3e22-482f-86fc-a46c69adf314.shg-box.shg-c {
  justify-content: center;
}

#s-8aaf62bf-c31a-43b9-9a0e-00a9b8c3cc3d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(177, 14, 35, 1);
}








#s-8aaf62bf-c31a-43b9-9a0e-00a9b8c3cc3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8aaf62bf-c31a-43b9-9a0e-00a9b8c3cc3d {
  cursor: pointer;
}#s-8aaf62bf-c31a-43b9-9a0e-00a9b8c3cc3d.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-beb5b7df-a5f8-4999-b9ab-0de4fdfaf2b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beb5b7df-a5f8-4999-b9ab-0de4fdfaf2b5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-beb5b7df-a5f8-4999-b9ab-0de4fdfaf2b5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin-left: auto;
margin-right: auto;
max-width: 3958px;
aspect-ratio: 3958/677;
text-align: center;
}



.shg-image-margin-container-s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
    
    
  }


.s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
      position: relative;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  
  
  
  
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
    
    
  }


.s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
      position: relative;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  
  
  
  
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
    
    
  }


.s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
      position: relative;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  
  
  
  
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
    
    
  }


.s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
      position: relative;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  
  
  
  
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
    
    
  }


.s-8c82396b-484f-4465-8a81-cadc23bdaf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container {
      position: relative;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c82396b-484f-4465-8a81-cadc23bdaf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-20578f6c-9b46-4746-93b0-5f0fc02ae409 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 50px;
}








#s-20578f6c-9b46-4746-93b0-5f0fc02ae409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20578f6c-9b46-4746-93b0-5f0fc02ae409.shg-box.shg-c {
  justify-content: center;
}

#s-0dea3afc-959b-4ce8-a854-c54d519c84ba {
  margin-left: auto;
margin-right: auto;
background-color: rgba(177, 14, 35, 1);
}








#s-0dea3afc-959b-4ce8-a854-c54d519c84ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dea3afc-959b-4ce8-a854-c54d519c84ba {
  cursor: pointer;
}#s-0dea3afc-959b-4ce8-a854-c54d519c84ba.shg-box.shg-c {
  justify-content: center;
}

#s-9fd16ef2-7d99-408d-892b-230c8a6af21a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fd16ef2-7d99-408d-892b-230c8a6af21a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin-left: auto;
margin-right: auto;
max-width: 7917px;
aspect-ratio: 7917/1354;
text-align: center;
}



.shg-image-margin-container-s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      aspect-ratio: 7917/1354;
      width: 100%;
      height: 100%;
    }

    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-link {
      aspect-ratio: 7917/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
    
    
  }


.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
      --shg-aspect-ratio: calc(7917/1354); 
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
      position: relative;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  
  
  
  
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      aspect-ratio: 7917/1354;
      width: 100%;
      height: 100%;
    }

    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-link {
      aspect-ratio: 7917/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
    
    
  }


.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
      --shg-aspect-ratio: calc(7917/1354); 
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
      position: relative;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  
  
  
  
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      aspect-ratio: 7917/1354;
      width: 100%;
      height: 100%;
    }

    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-link {
      aspect-ratio: 7917/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
    
    
  }


.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
      --shg-aspect-ratio: calc(7917/1354); 
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
      position: relative;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  
  
  
  
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      aspect-ratio: 7917/1354;
      width: 100%;
      height: 100%;
    }

    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-link {
      aspect-ratio: 7917/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
    
    
  }


.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
      --shg-aspect-ratio: calc(7917/1354); 
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
      position: relative;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  
  
  
  
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      aspect-ratio: 7917/1354;
      width: 100%;
      height: 100%;
    }

    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-link {
      aspect-ratio: 7917/1354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
    
    
  }


.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 {
      --shg-aspect-ratio: calc(7917/1354); 
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container {
      position: relative;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ada9b98-8031-4e0e-85c6-5575c21a7fb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-a7f876a4-d3d4-4318-8415-0cef96aba723 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a7f876a4-d3d4-4318-8415-0cef96aba723 {
  padding-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7f876a4-d3d4-4318-8415-0cef96aba723 {
  display: none;
}
#s-a7f876a4-d3d4-4318-8415-0cef96aba723, #wrap-s-a7f876a4-d3d4-4318-8415-0cef96aba723 { display: none !important; }}
#s-a65941a6-8165-4904-82fe-0c79de1e30c5 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a65941a6-8165-4904-82fe-0c79de1e30c5 {
  display: none;
}
#s-a65941a6-8165-4904-82fe-0c79de1e30c5, #wrap-s-a65941a6-8165-4904-82fe-0c79de1e30c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a65941a6-8165-4904-82fe-0c79de1e30c5 {
  display: none;
}
#s-a65941a6-8165-4904-82fe-0c79de1e30c5, #wrap-s-a65941a6-8165-4904-82fe-0c79de1e30c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a65941a6-8165-4904-82fe-0c79de1e30c5 {
  margin-top: -35px;
margin-bottom: -5px;
}
}
#s-52e4ef98-f151-44d2-8bb2-01530f699017 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-52e4ef98-f151-44d2-8bb2-01530f699017 .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-52e4ef98-f151-44d2-8bb2-01530f699017 .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-52e4ef98-f151-44d2-8bb2-01530f699017 .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-5f1588e6-2c73-49d2-95be-0c184fe57ff4 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f1588e6-2c73-49d2-95be-0c184fe57ff4 .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-5f1588e6-2c73-49d2-95be-0c184fe57ff4 .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f1588e6-2c73-49d2-95be-0c184fe57ff4 .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}
#s-d41fdce7-f420-464b-98d7-26c1d984d1cb {
  padding-top: 10px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d41fdce7-f420-464b-98d7-26c1d984d1cb {
  display: none;
}
#s-d41fdce7-f420-464b-98d7-26c1d984d1cb, #wrap-s-d41fdce7-f420-464b-98d7-26c1d984d1cb { display: none !important; }}







#s-d41fdce7-f420-464b-98d7-26c1d984d1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d41fdce7-f420-464b-98d7-26c1d984d1cb.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

.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-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3 {
  
}
}@media (max-width: 767px){#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3 {
  
}
}

  #s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3-root {
    text-align: center;
  }


#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3-root {
    text-align: center;
  }


#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3-root {
    text-align: center;
  }


#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3-root {
    text-align: center;
  }


#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3-root {
    text-align: center;
  }


#s-bf1bc861-c4a6-4f10-8b67-ce2036f8a8d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 15px;
min-height: 50px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea {
  display: none;
}
#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea, #wrap-s-1db812f8-ad54-44f6-882d-0d59efc4c1ea { display: none !important; }}@media (max-width: 767px){#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea {
  display: none;
}
#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea, #wrap-s-1db812f8-ad54-44f6-882d-0d59efc4c1ea { display: none !important; }}







#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1db812f8-ad54-44f6-882d-0d59efc4c1ea.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
max-width: 1600px;
}
@media (min-width: 1200px){#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b {
  
}
}@media (max-width: 767px){#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b {
  
}
}







#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b02ee7e3-bd1a-4ce3-84ac-91c7f535073b.shg-box.shg-c {
  justify-content: center;
}

#s-61ec5340-d44f-469b-b0d7-d7a7f4ff148d {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
min-height: 10px;
max-width: 1650px;
}








#s-61ec5340-d44f-469b-b0d7-d7a7f4ff148d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61ec5340-d44f-469b-b0d7-d7a7f4ff148d.shg-box.shg-c {
  justify-content: center;
}

#s-d3ee602e-91c2-460b-89d0-09117250f34d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1600px;
text-align: left;
}

#s-d3ee602e-91c2-460b-89d0-09117250f34d .shogun-heading-component h2 {
  color: rgba(177, 14, 35, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-b67c555f-8d0d-458c-bf3e-058f44eeff96 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-b67c555f-8d0d-458c-bf3e-058f44eeff96 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b67c555f-8d0d-458c-bf3e-058f44eeff96 {
  padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-b67c555f-8d0d-458c-bf3e-058f44eeff96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b67c555f-8d0d-458c-bf3e-058f44eeff96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-b67c555f-8d0d-458c-bf3e-058f44eeff96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-b67c555f-8d0d-458c-bf3e-058f44eeff96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

.shogun-image-container {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-166c4c5f-1883-493f-a0a1-9cb8a99201e0 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-166c4c5f-1883-493f-a0a1-9cb8a99201e0 img.shogun-image,
  #s-166c4c5f-1883-493f-a0a1-9cb8a99201e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-166c4c5f-1883-493f-a0a1-9cb8a99201e0 {
    width: 100%;
    height: auto;
  }



  #s-166c4c5f-1883-493f-a0a1-9cb8a99201e0 img.shogun-image {
    

    
    
    
  }


#s-166c4c5f-1883-493f-a0a1-9cb8a99201e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d03a47-b459-4aa1-bd31-a91092fdc5c2 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-f5d03a47-b459-4aa1-bd31-a91092fdc5c2 img.shogun-image,
  #s-f5d03a47-b459-4aa1-bd31-a91092fdc5c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5d03a47-b459-4aa1-bd31-a91092fdc5c2 {
    width: 100%;
    height: auto;
  }



  #s-f5d03a47-b459-4aa1-bd31-a91092fdc5c2 img.shogun-image {
    

    
    
    
  }


#s-f5d03a47-b459-4aa1-bd31-a91092fdc5c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 {
  margin-top: 20px;
}
}




  #s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 img.shogun-image,
  #s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 {
    width: 100%;
    height: auto;
  }



  #s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 img.shogun-image {
    

    
    
    
  }


#s-ed933ec3-72e8-46ae-ad20-ef5f26f40ee1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff63e230-5127-43bb-9b5e-111834c95a76 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-ff63e230-5127-43bb-9b5e-111834c95a76 {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-ff63e230-5127-43bb-9b5e-111834c95a76 img.shogun-image,
  #s-ff63e230-5127-43bb-9b5e-111834c95a76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff63e230-5127-43bb-9b5e-111834c95a76 {
    width: 100%;
    height: auto;
  }



  #s-ff63e230-5127-43bb-9b5e-111834c95a76 img.shogun-image {
    

    
    
    
  }


#s-ff63e230-5127-43bb-9b5e-111834c95a76 .shogun-image-content {
  
    align-items: center;
  
}

#s-f95cdd2c-3c84-4696-a96d-90d489f86f79 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-f95cdd2c-3c84-4696-a96d-90d489f86f79 {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-f95cdd2c-3c84-4696-a96d-90d489f86f79 img.shogun-image,
  #s-f95cdd2c-3c84-4696-a96d-90d489f86f79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f95cdd2c-3c84-4696-a96d-90d489f86f79 {
    width: 100%;
    height: auto;
  }



  #s-f95cdd2c-3c84-4696-a96d-90d489f86f79 img.shogun-image {
    

    
    
    
  }


#s-f95cdd2c-3c84-4696-a96d-90d489f86f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a41034e-cba3-4027-be67-be51e04a13c8 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-7a41034e-cba3-4027-be67-be51e04a13c8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-7a41034e-cba3-4027-be67-be51e04a13c8 img.shogun-image,
  #s-7a41034e-cba3-4027-be67-be51e04a13c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a41034e-cba3-4027-be67-be51e04a13c8 {
    width: 100%;
    height: auto;
  }



  #s-7a41034e-cba3-4027-be67-be51e04a13c8 img.shogun-image {
    

    
    
    
  }


#s-7a41034e-cba3-4027-be67-be51e04a13c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50 {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50 {
  display: none;
}
#s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50, #wrap-s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50 { display: none !important; }}@media (max-width: 767px){#s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50 {
  display: none;
}
#s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50, #wrap-s-6789845c-2fe6-4f8c-9d37-c85a2dbe2f50 { display: none !important; }}
#s-46c5fbbd-f6c0-4c61-8998-cb7697f29617 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-46c5fbbd-f6c0-4c61-8998-cb7697f29617 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-46c5fbbd-f6c0-4c61-8998-cb7697f29617 {
  
}
}
@media (min-width: 0px) {
[id="s-46c5fbbd-f6c0-4c61-8998-cb7697f29617"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46c5fbbd-f6c0-4c61-8998-cb7697f29617"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-46c5fbbd-f6c0-4c61-8998-cb7697f29617"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-46c5fbbd-f6c0-4c61-8998-cb7697f29617"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c0314e60-6a32-42a3-9a5f-6f9de306bf00 {
  min-height: 50px;
}








#s-c0314e60-6a32-42a3-9a5f-6f9de306bf00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0314e60-6a32-42a3-9a5f-6f9de306bf00.shg-box.shg-c {
  justify-content: center;
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 2500/1821;
text-align: center;
}



.shg-image-margin-container-s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
    
    
  }


.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
      position: relative;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  
  
  
  
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
    
    
  }


.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
      position: relative;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  
  
  
  
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
    
    
  }


.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
      position: relative;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  
  
  
  
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
    
    
  }


.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
      position: relative;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  
  
  
  
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
    
    
  }


.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container {
      position: relative;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc40d61e-cd27-48a6-aae5-890c45a7bdde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-24099e76-0254-4af0-904c-3ae8db843e7d {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-24099e76-0254-4af0-904c-3ae8db843e7d {
  margin-bottom: 15px;
}
}







#s-24099e76-0254-4af0-904c-3ae8db843e7d > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0;
  display: block;
}#s-24099e76-0254-4af0-904c-3ae8db843e7d {
  cursor: pointer;
}#s-24099e76-0254-4af0-904c-3ae8db843e7d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-26626ef3-a893-4d7d-9f1a-3557016cd3a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26626ef3-a893-4d7d-9f1a-3557016cd3a9 {
  
}
}@media (max-width: 767px){#s-26626ef3-a893-4d7d-9f1a-3557016cd3a9 {
  
}
}
#s-d9488d3e-1601-497a-b6d4-4a012e4a0b36 {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9488d3e-1601-497a-b6d4-4a012e4a0b36 {
  
}
}@media (max-width: 767px){#s-d9488d3e-1601-497a-b6d4-4a012e4a0b36 {
  
}
}
#s-5b25aa4e-c868-45ba-bdf9-fa987e49d879 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-5b25aa4e-c868-45ba-bdf9-fa987e49d879 {
  
}
}
#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 2500/1821;
text-align: center;
}



.shg-image-margin-container-s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
    
    
  }


.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
      position: relative;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  
  
  
  
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
    
    
  }


.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
      position: relative;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  
  
  
  
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
    
    
  }


.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
      position: relative;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  
  
  
  
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
    
    
  }


.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
      position: relative;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  
  
  
  
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
    
    
  }


.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container {
      position: relative;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a863f2-c0d1-4d17-abf3-c06293732ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d8a0bae9-cb38-485d-96b1-8dd7cb4e4e6a {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-d8a0bae9-cb38-485d-96b1-8dd7cb4e4e6a {
  margin-bottom: 15px;
}
}







#s-d8a0bae9-cb38-485d-96b1-8dd7cb4e4e6a > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0;
  display: block;
}#s-d8a0bae9-cb38-485d-96b1-8dd7cb4e4e6a {
  cursor: pointer;
}#s-d8a0bae9-cb38-485d-96b1-8dd7cb4e4e6a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-414addaf-cf12-4cca-8cd7-828479d42931 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-414addaf-cf12-4cca-8cd7-828479d42931 {
  
}
}@media (max-width: 767px){#s-414addaf-cf12-4cca-8cd7-828479d42931 {
  
}
}
#s-aba55166-3107-4afe-8f35-2d5e8863bb83 {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aba55166-3107-4afe-8f35-2d5e8863bb83 {
  
}
}@media (max-width: 767px){#s-aba55166-3107-4afe-8f35-2d5e8863bb83 {
  
}
}
#s-1a66a85b-db2e-4b58-bfbd-ca24eb128f9f {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-1a66a85b-db2e-4b58-bfbd-ca24eb128f9f {
  
}
}
#s-82a77ceb-d5ed-4fc0-95bc-c3e40d43fdcf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
max-width: 1650px;
text-align: left;
}

#s-82a77ceb-d5ed-4fc0-95bc-c3e40d43fdcf .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-82a77ceb-d5ed-4fc0-95bc-c3e40d43fdcf .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


}
#s-e9f6e211-dc8e-47dd-8357-e33d59d689dd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
max-width: 1650px;
}

@media (min-width: 0px) {
[id="s-e9f6e211-dc8e-47dd-8357-e33d59d689dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e9f6e211-dc8e-47dd-8357-e33d59d689dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9f6e211-dc8e-47dd-8357-e33d59d689dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9f6e211-dc8e-47dd-8357-e33d59d689dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-153bc29a-af2f-4920-8aa9-114a78814e60 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-153bc29a-af2f-4920-8aa9-114a78814e60 img.shogun-image,
  #s-153bc29a-af2f-4920-8aa9-114a78814e60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-153bc29a-af2f-4920-8aa9-114a78814e60 {
    width: 100%;
    height: auto;
  }



  #s-153bc29a-af2f-4920-8aa9-114a78814e60 img.shogun-image {
    

    
    
    
  }


#s-153bc29a-af2f-4920-8aa9-114a78814e60 .shogun-image-content {
  
    align-items: center;
  
}

#s-885d3348-ce61-4a65-ac8c-64b70f9087cf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-6045daba-3f4d-4e6b-9872-65773300a80a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-6045daba-3f4d-4e6b-9872-65773300a80a img.shogun-image,
  #s-6045daba-3f4d-4e6b-9872-65773300a80a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6045daba-3f4d-4e6b-9872-65773300a80a {
    width: 100%;
    height: auto;
  }



  #s-6045daba-3f4d-4e6b-9872-65773300a80a img.shogun-image {
    

    
    
    
  }


#s-6045daba-3f4d-4e6b-9872-65773300a80a .shogun-image-content {
  
    align-items: center;
  
}

#s-62340d7e-3d04-4c73-b873-6a8338c428e5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-0ce7ec4e-daff-4bfb-bdb3-e8139a061a28 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-0ce7ec4e-daff-4bfb-bdb3-e8139a061a28 img.shogun-image,
  #s-0ce7ec4e-daff-4bfb-bdb3-e8139a061a28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ce7ec4e-daff-4bfb-bdb3-e8139a061a28 {
    width: 100%;
    height: auto;
  }



  #s-0ce7ec4e-daff-4bfb-bdb3-e8139a061a28 img.shogun-image {
    

    
    
    
  }


#s-0ce7ec4e-daff-4bfb-bdb3-e8139a061a28 .shogun-image-content {
  
    align-items: center;
  
}

#s-838b6459-6302-4b42-bb80-473a5b6ae2c7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-0c67a135-4393-4078-9aa0-b16c79e6b311 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-0c67a135-4393-4078-9aa0-b16c79e6b311 img.shogun-image,
  #s-0c67a135-4393-4078-9aa0-b16c79e6b311 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c67a135-4393-4078-9aa0-b16c79e6b311 {
    width: 100%;
    height: auto;
  }



  #s-0c67a135-4393-4078-9aa0-b16c79e6b311 img.shogun-image {
    

    
    
    
  }


#s-0c67a135-4393-4078-9aa0-b16c79e6b311 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e844c4b-df32-4ed5-9218-536731c71944 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-de4dd7ad-2f69-490e-8eec-9975a1138854 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
max-width: 1650px;
}

@media (min-width: 0px) {
[id="s-de4dd7ad-2f69-490e-8eec-9975a1138854"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de4dd7ad-2f69-490e-8eec-9975a1138854"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de4dd7ad-2f69-490e-8eec-9975a1138854"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de4dd7ad-2f69-490e-8eec-9975a1138854"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-14fb74ed-e408-4aa1-bbd6-6cc1ee1d84e0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-14fb74ed-e408-4aa1-bbd6-6cc1ee1d84e0 img.shogun-image,
  #s-14fb74ed-e408-4aa1-bbd6-6cc1ee1d84e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14fb74ed-e408-4aa1-bbd6-6cc1ee1d84e0 {
    width: 100%;
    height: auto;
  }



  #s-14fb74ed-e408-4aa1-bbd6-6cc1ee1d84e0 img.shogun-image {
    

    
    
    
  }


#s-14fb74ed-e408-4aa1-bbd6-6cc1ee1d84e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-92e74da2-078b-4120-b13e-b8a602b0f3d3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-d09e2322-e566-4e26-852b-9ed106be0228 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-d09e2322-e566-4e26-852b-9ed106be0228 img.shogun-image,
  #s-d09e2322-e566-4e26-852b-9ed106be0228 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d09e2322-e566-4e26-852b-9ed106be0228 {
    width: 100%;
    height: auto;
  }



  #s-d09e2322-e566-4e26-852b-9ed106be0228 img.shogun-image {
    

    
    
    
  }


#s-d09e2322-e566-4e26-852b-9ed106be0228 .shogun-image-content {
  
    align-items: center;
  
}

#s-264be0d0-bfa8-4a92-a032-78a34aa535f1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-a343a7d7-9f02-4064-b58a-8a09230d78bd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-a343a7d7-9f02-4064-b58a-8a09230d78bd img.shogun-image,
  #s-a343a7d7-9f02-4064-b58a-8a09230d78bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a343a7d7-9f02-4064-b58a-8a09230d78bd {
    width: 100%;
    height: auto;
  }



  #s-a343a7d7-9f02-4064-b58a-8a09230d78bd img.shogun-image {
    

    
    
    
  }


#s-a343a7d7-9f02-4064-b58a-8a09230d78bd .shogun-image-content {
  
    align-items: center;
  
}

#s-5a5fa271-4a06-4b8f-8a97-78d957ee6037 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-fb574ea5-4d10-4842-92e4-41de4cd3c42e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-fb574ea5-4d10-4842-92e4-41de4cd3c42e img.shogun-image,
  #s-fb574ea5-4d10-4842-92e4-41de4cd3c42e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb574ea5-4d10-4842-92e4-41de4cd3c42e {
    width: 100%;
    height: auto;
  }



  #s-fb574ea5-4d10-4842-92e4-41de4cd3c42e img.shogun-image {
    

    
    
    
  }


#s-fb574ea5-4d10-4842-92e4-41de4cd3c42e .shogun-image-content {
  
    align-items: center;
  
}

#s-9b55206b-306a-4de0-8f39-bf5c2a76c637 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-bottom: 0px;
max-width: 3958px;
aspect-ratio: 3958/677;
text-align: center;
}



.shg-image-margin-container-s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 30px;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
    
    
  }


.s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb864ffd-569c-4490-86cf-69c44d72a80a {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
      position: relative;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  
  
  
  
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
    
    
  }


.s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb864ffd-569c-4490-86cf-69c44d72a80a {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
      position: relative;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  
  
  
  
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
    
    
  }


.s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb864ffd-569c-4490-86cf-69c44d72a80a {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
      position: relative;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  
  
  
  
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
    
    
  }


.s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb864ffd-569c-4490-86cf-69c44d72a80a {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
      position: relative;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  
  
  
  
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      aspect-ratio: 3958/677;
      width: 100%;
      height: 100%;
    }

    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-link {
      aspect-ratio: 3958/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb864ffd-569c-4490-86cf-69c44d72a80a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
    
    
  }


.s-eb864ffd-569c-4490-86cf-69c44d72a80a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb864ffd-569c-4490-86cf-69c44d72a80a {
      --shg-aspect-ratio: calc(3958/677); 
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container {
      position: relative;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb864ffd-569c-4490-86cf-69c44d72a80a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ebcefb82-ab42-4949-b7c2-dfcee2058bd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1650px;
}








#s-ebcefb82-ab42-4949-b7c2-dfcee2058bd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebcefb82-ab42-4949-b7c2-dfcee2058bd9.shg-box.shg-c {
  justify-content: center;
}

#s-77f72b8a-6514-47ac-b551-b54d65b7894f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
max-width: 1800px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-77f72b8a-6514-47ac-b551-b54d65b7894f {
  display: none;
}
#s-77f72b8a-6514-47ac-b551-b54d65b7894f, #wrap-s-77f72b8a-6514-47ac-b551-b54d65b7894f { display: none !important; }}@media (max-width: 767px){#s-77f72b8a-6514-47ac-b551-b54d65b7894f {
  max-width: 750px;
display: none;
}
#s-77f72b8a-6514-47ac-b551-b54d65b7894f, #wrap-s-77f72b8a-6514-47ac-b551-b54d65b7894f { display: none !important; }}







#s-77f72b8a-6514-47ac-b551-b54d65b7894f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77f72b8a-6514-47ac-b551-b54d65b7894f {
  cursor: pointer;
}#s-77f72b8a-6514-47ac-b551-b54d65b7894f.shg-box.shg-c {
  justify-content: center;
}

#s-089679fc-76c8-42a4-a820-fa54d6a8210a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1800px;
}

@media (min-width: 0px) {
[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-089679fc-76c8-42a4-a820-fa54d6a8210a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f50db03c-2c70-4018-9c6a-5ac4bfa9cc0c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 30px;
}








#s-f50db03c-2c70-4018-9c6a-5ac4bfa9cc0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f50db03c-2c70-4018-9c6a-5ac4bfa9cc0c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0050dc78-d26c-4bdc-b20a-a45644d5fc57 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 50px;
min-height: 300px;
max-width: 400px;
text-align: center;
}







  #s-0050dc78-d26c-4bdc-b20a-a45644d5fc57 img.shogun-image {
    

    
    
    
  }


#s-0050dc78-d26c-4bdc-b20a-a45644d5fc57 .shogun-image-content {
  
    align-items: center;
  
}

#s-95c92f9c-b2b3-43f5-b981-80c4fe06987c {
  padding-left: 15px;
padding-right: 15px;
min-height: 300px;
}








#s-95c92f9c-b2b3-43f5-b981-80c4fe06987c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95c92f9c-b2b3-43f5-b981-80c4fe06987c.shg-box.shg-c {
  justify-content: center;
}

#s-eb9c078b-5ebe-458b-9140-1856efdb8e55 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-eb9c078b-5ebe-458b-9140-1856efdb8e55 {
  display: none;
}
#s-eb9c078b-5ebe-458b-9140-1856efdb8e55, #wrap-s-eb9c078b-5ebe-458b-9140-1856efdb8e55 { display: none !important; }}
#s-ffc713dc-9d1f-4df5-9aea-35e202085b38 {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ffc713dc-9d1f-4df5-9aea-35e202085b38 {
  display: none;
}
#s-ffc713dc-9d1f-4df5-9aea-35e202085b38, #wrap-s-ffc713dc-9d1f-4df5-9aea-35e202085b38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffc713dc-9d1f-4df5-9aea-35e202085b38 {
  display: none;
}
#s-ffc713dc-9d1f-4df5-9aea-35e202085b38, #wrap-s-ffc713dc-9d1f-4df5-9aea-35e202085b38 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffc713dc-9d1f-4df5-9aea-35e202085b38 {
  display: none;
}
#s-ffc713dc-9d1f-4df5-9aea-35e202085b38, #wrap-s-ffc713dc-9d1f-4df5-9aea-35e202085b38 { display: none !important; }}
#s-cee5385d-6805-496c-8412-34d4156290f0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-cee5385d-6805-496c-8412-34d4156290f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cee5385d-6805-496c-8412-34d4156290f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cee5385d-6805-496c-8412-34d4156290f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cee5385d-6805-496c-8412-34d4156290f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3035c37b-ec44-428e-8e0b-54c12a196743 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3035c37b-ec44-428e-8e0b-54c12a196743 {
  display: none;
}
#s-3035c37b-ec44-428e-8e0b-54c12a196743, #wrap-s-3035c37b-ec44-428e-8e0b-54c12a196743 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3035c37b-ec44-428e-8e0b-54c12a196743 {
  display: none;
}
#s-3035c37b-ec44-428e-8e0b-54c12a196743, #wrap-s-3035c37b-ec44-428e-8e0b-54c12a196743 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3035c37b-ec44-428e-8e0b-54c12a196743 {
  display: none;
}
#s-3035c37b-ec44-428e-8e0b-54c12a196743, #wrap-s-3035c37b-ec44-428e-8e0b-54c12a196743 { display: none !important; }}
#s-17aae274-c949-41d8-810a-2f261f252836 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: #000;
min-height: 275px;
}








#s-17aae274-c949-41d8-810a-2f261f252836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17aae274-c949-41d8-810a-2f261f252836 {
  cursor: pointer;
}#s-17aae274-c949-41d8-810a-2f261f252836.shg-box.shg-c {
  justify-content: center;
}

#s-f25f1539-9967-4dc5-a41f-7cbbc545c2d3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-f25f1539-9967-4dc5-a41f-7cbbc545c2d3 {
  display: none;
}
#s-f25f1539-9967-4dc5-a41f-7cbbc545c2d3, #wrap-s-f25f1539-9967-4dc5-a41f-7cbbc545c2d3 { display: none !important; }}
#s-8efadc44-0805-47e8-9aea-3ac144d30add {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8efadc44-0805-47e8-9aea-3ac144d30add {
  display: none;
}
#s-8efadc44-0805-47e8-9aea-3ac144d30add, #wrap-s-8efadc44-0805-47e8-9aea-3ac144d30add { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8efadc44-0805-47e8-9aea-3ac144d30add {
  display: none;
}
#s-8efadc44-0805-47e8-9aea-3ac144d30add, #wrap-s-8efadc44-0805-47e8-9aea-3ac144d30add { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8efadc44-0805-47e8-9aea-3ac144d30add {
  display: none;
}
#s-8efadc44-0805-47e8-9aea-3ac144d30add, #wrap-s-8efadc44-0805-47e8-9aea-3ac144d30add { display: none !important; }}
#s-40da679f-3589-4cd6-a178-1a1e0de2b1c6 {
  min-height: 275px;
}








#s-40da679f-3589-4cd6-a178-1a1e0de2b1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40da679f-3589-4cd6-a178-1a1e0de2b1c6 {
  cursor: pointer;
}#s-40da679f-3589-4cd6-a178-1a1e0de2b1c6.shg-box.shg-c {
  justify-content: center;
}

#s-de3fbb2d-99c3-4912-9f40-ec53e1bdaf51 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-de3fbb2d-99c3-4912-9f40-ec53e1bdaf51 {
  display: none;
}
#s-de3fbb2d-99c3-4912-9f40-ec53e1bdaf51, #wrap-s-de3fbb2d-99c3-4912-9f40-ec53e1bdaf51 { display: none !important; }}
#s-76fe4b77-d581-450b-a376-7d271c59dfe3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-76fe4b77-d581-450b-a376-7d271c59dfe3 {
  display: none;
}
#s-76fe4b77-d581-450b-a376-7d271c59dfe3, #wrap-s-76fe4b77-d581-450b-a376-7d271c59dfe3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76fe4b77-d581-450b-a376-7d271c59dfe3 {
  display: none;
}
#s-76fe4b77-d581-450b-a376-7d271c59dfe3, #wrap-s-76fe4b77-d581-450b-a376-7d271c59dfe3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76fe4b77-d581-450b-a376-7d271c59dfe3 {
  display: none;
}
#s-76fe4b77-d581-450b-a376-7d271c59dfe3, #wrap-s-76fe4b77-d581-450b-a376-7d271c59dfe3 { display: none !important; }}
#s-b0e94093-bce9-49b0-8ce4-ebbb1d999b27 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 275px;
}








#s-b0e94093-bce9-49b0-8ce4-ebbb1d999b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0e94093-bce9-49b0-8ce4-ebbb1d999b27 {
  cursor: pointer;
}#s-b0e94093-bce9-49b0-8ce4-ebbb1d999b27.shg-box.shg-c {
  justify-content: center;
}

#s-c2af3458-eb48-405c-bc63-0f3e70a558e4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-c2af3458-eb48-405c-bc63-0f3e70a558e4 {
  display: none;
}
#s-c2af3458-eb48-405c-bc63-0f3e70a558e4, #wrap-s-c2af3458-eb48-405c-bc63-0f3e70a558e4 { display: none !important; }}
#s-477cde5b-fc96-4410-b20e-96870b72c0ef {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (max-width: 767px){#s-477cde5b-fc96-4410-b20e-96870b72c0ef {
  display: none;
}
#s-477cde5b-fc96-4410-b20e-96870b72c0ef, #wrap-s-477cde5b-fc96-4410-b20e-96870b72c0ef { display: none !important; }}
#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b {
  display: none;
}
#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b, #wrap-s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b {
  display: none;
}
#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b, #wrap-s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b {
  display: none;
}
#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b, #wrap-s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b { display: none !important; }}







#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca8e34eb-d2b8-4e4b-9f45-8b97adb7288b.shg-box.shg-c {
  justify-content: center;
}

#s-845fc3ab-665b-4789-9b49-a69018c79525 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-845fc3ab-665b-4789-9b49-a69018c79525:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-845fc3ab-665b-4789-9b49-a69018c79525:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-845fc3ab-665b-4789-9b49-a69018c79525 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-845fc3ab-665b-4789-9b49-a69018c79525 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-845fc3ab-665b-4789-9b49-a69018c79525 {
  
}
}@media (max-width: 767px){#s-845fc3ab-665b-4789-9b49-a69018c79525 {
  
}
}

  #s-845fc3ab-665b-4789-9b49-a69018c79525-root {
    text-align: center;
  }


#s-845fc3ab-665b-4789-9b49-a69018c79525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-845fc3ab-665b-4789-9b49-a69018c79525-root {
    text-align: center;
  }


#s-845fc3ab-665b-4789-9b49-a69018c79525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-845fc3ab-665b-4789-9b49-a69018c79525-root {
    text-align: center;
  }


#s-845fc3ab-665b-4789-9b49-a69018c79525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-845fc3ab-665b-4789-9b49-a69018c79525-root {
    text-align: center;
  }


#s-845fc3ab-665b-4789-9b49-a69018c79525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-845fc3ab-665b-4789-9b49-a69018c79525-root {
    text-align: center;
  }


#s-845fc3ab-665b-4789-9b49-a69018c79525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc {
  
}
}@media (max-width: 767px){#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc {
  
}
}

  #s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc-root {
    text-align: center;
  }


#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc-root {
    text-align: center;
  }


#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc-root {
    text-align: center;
  }


#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc-root {
    text-align: center;
  }


#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc-root {
    text-align: center;
  }


#s-fc2585b3-30c1-4d6e-a3ec-39d69adb84bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e7634e11-87d1-4f92-8e6b-7d5683c783e2 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (max-width: 767px){#s-e7634e11-87d1-4f92-8e6b-7d5683c783e2 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-e7634e11-87d1-4f92-8e6b-7d5683c783e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a33b434-71e1-41b6-bab2-024cdf58cd51 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
background-color: rgba(23, 19, 62, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9a33b434-71e1-41b6-bab2-024cdf58cd51 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-9a33b434-71e1-41b6-bab2-024cdf58cd51 {
  min-height: 250px;
}
}







#s-9a33b434-71e1-41b6-bab2-024cdf58cd51 > .shg-box-overlay {
  background-color: rgba(177, 14, 35, 1);
  opacity: 0;
  display: block;
}#s-9a33b434-71e1-41b6-bab2-024cdf58cd51 {
  cursor: pointer;
}#s-9a33b434-71e1-41b6-bab2-024cdf58cd51.shg-box.shg-c {
  justify-content: center;
}

#s-0567437f-c7b0-4935-8c99-20c59d4e5481 {
  box-shadow:0px 0px 0px 0px rgba(3, 3, 3, 0);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0567437f-c7b0-4935-8c99-20c59d4e5481 {
  display: none;
}
#s-0567437f-c7b0-4935-8c99-20c59d4e5481, #wrap-s-0567437f-c7b0-4935-8c99-20c59d4e5481 { display: none !important; }}@media (max-width: 767px){#s-0567437f-c7b0-4935-8c99-20c59d4e5481 {
  display: none;
}
#s-0567437f-c7b0-4935-8c99-20c59d4e5481, #wrap-s-0567437f-c7b0-4935-8c99-20c59d4e5481 { display: none !important; }}
#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 {
  box-shadow:0px 0px 0px 0px rgba(3, 3, 3, 0);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 {
  display: none;
}
#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842, #wrap-s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 {
  display: none;
}
#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842, #wrap-s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 {
  
}
}@media (max-width: 767px){#s-9e54c31e-9a29-46c7-90ed-3d73cffa3842 {
  
}
}
#s-f7455e9c-0c96-417e-b038-a37a601e2862 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-f7455e9c-0c96-417e-b038-a37a601e2862 {
  display: none;
}
#s-f7455e9c-0c96-417e-b038-a37a601e2862, #wrap-s-f7455e9c-0c96-417e-b038-a37a601e2862 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7455e9c-0c96-417e-b038-a37a601e2862 {
  display: none;
}
#s-f7455e9c-0c96-417e-b038-a37a601e2862, #wrap-s-f7455e9c-0c96-417e-b038-a37a601e2862 { display: none !important; }}@media (max-width: 767px){#s-f7455e9c-0c96-417e-b038-a37a601e2862 {
  display: none;
}
#s-f7455e9c-0c96-417e-b038-a37a601e2862, #wrap-s-f7455e9c-0c96-417e-b038-a37a601e2862 { display: none !important; }}
#s-ae951480-ff6b-4e13-9a1b-807c6b243248 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae951480-ff6b-4e13-9a1b-807c6b243248 {
  
}
}@media (max-width: 767px){#s-ae951480-ff6b-4e13-9a1b-807c6b243248 {
  
}
}







#s-ae951480-ff6b-4e13-9a1b-807c6b243248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae951480-ff6b-4e13-9a1b-807c6b243248.shg-box.shg-c {
  justify-content: center;
}

#s-8b5daadd-243d-422b-84f2-58e0fa86c32b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-8b5daadd-243d-422b-84f2-58e0fa86c32b:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b5daadd-243d-422b-84f2-58e0fa86c32b:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8b5daadd-243d-422b-84f2-58e0fa86c32b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b5daadd-243d-422b-84f2-58e0fa86c32b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b5daadd-243d-422b-84f2-58e0fa86c32b {
  display: none;
}
#s-8b5daadd-243d-422b-84f2-58e0fa86c32b, #wrap-s-8b5daadd-243d-422b-84f2-58e0fa86c32b { display: none !important; }}@media (max-width: 767px){#s-8b5daadd-243d-422b-84f2-58e0fa86c32b {
  
}
}

  #s-8b5daadd-243d-422b-84f2-58e0fa86c32b-root {
    text-align: center;
  }


#s-8b5daadd-243d-422b-84f2-58e0fa86c32b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b5daadd-243d-422b-84f2-58e0fa86c32b-root {
    text-align: center;
  }


#s-8b5daadd-243d-422b-84f2-58e0fa86c32b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b5daadd-243d-422b-84f2-58e0fa86c32b-root {
    text-align: center;
  }


#s-8b5daadd-243d-422b-84f2-58e0fa86c32b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b5daadd-243d-422b-84f2-58e0fa86c32b-root {
    text-align: center;
  }


#s-8b5daadd-243d-422b-84f2-58e0fa86c32b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b5daadd-243d-422b-84f2-58e0fa86c32b-root {
    text-align: center;
  }


#s-8b5daadd-243d-422b-84f2-58e0fa86c32b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  min-height: 300px;
}
}@media (max-width: 767px){#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  min-height: 250px;
}
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  background-image: url(https://i.shgcdn.com/a13076b4-2616-41c1-814b-6e1f9a544013/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a1271182-0db7-4dc1-98e0-41c0693ca92f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1271182-0db7-4dc1-98e0-41c0693ca92f {
  cursor: pointer;
}#s-a1271182-0db7-4dc1-98e0-41c0693ca92f.shg-box.shg-c {
  justify-content: center;
}

#s-8bfd690a-c14b-437b-b96b-ed65aaa1e6e0 {
  padding-top: 20px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 757px;
}
@media (min-width: 1200px){#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd {
  display: none;
}
#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd, #wrap-s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd {
  display: none;
}
#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd, #wrap-s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd {
  display: none;
}
#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd, #wrap-s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd { display: none !important; }}
#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd .shg-sld-nav-button.shg-sld-left,
#s-4484d9d8-e262-4126-8dd7-4eeb1434fbdd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9dc7f0c7-4295-4c28-8be3-d519603e89bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9dc7f0c7-4295-4c28-8be3-d519603e89bb {
  margin-bottom: 15px;
max-width: 767px;
}
}







#s-9dc7f0c7-4295-4c28-8be3-d519603e89bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dc7f0c7-4295-4c28-8be3-d519603e89bb.shg-box.shg-c {
  justify-content: center;
}

#s-fa9d320b-c5eb-4902-a2ae-3c95fa6433aa {
  margin-left: auto;
margin-right: auto;
background-color: rgba(177, 14, 35, 1);
}








#s-fa9d320b-c5eb-4902-a2ae-3c95fa6433aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa9d320b-c5eb-4902-a2ae-3c95fa6433aa.shg-box.shg-c {
  justify-content: center;
}

#s-f9425a26-0109-4518-92d7-29734855ce65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9425a26-0109-4518-92d7-29734855ce65 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-f9425a26-0109-4518-92d7-29734855ce65 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin-left: auto;
margin-right: auto;
max-width: 1598px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
    
    
  }


.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
      position: relative;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  
  
  
  
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
    
    
  }


.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
      position: relative;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  
  
  
  
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
    
    
  }


.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
      position: relative;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  
  
  
  
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
    
    
  }


.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
      position: relative;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  
  
  
  
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
    
    
  }


.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container {
      position: relative;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ce65e7f-44b7-4d8d-b394-46425e3c1078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-065125b5-7481-4f0d-9a70-8f2bc2d58c59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-065125b5-7481-4f0d-9a70-8f2bc2d58c59 {
  margin-bottom: 15px;
max-width: 767px;
}
}







#s-065125b5-7481-4f0d-9a70-8f2bc2d58c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-065125b5-7481-4f0d-9a70-8f2bc2d58c59.shg-box.shg-c {
  justify-content: center;
}

#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(177, 14, 35, 1);
}
@media (min-width: 1200px){#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13 {
  display: none;
}
#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13, #wrap-s-f69c7226-4134-4e6e-92fe-e7671a2e3e13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13 {
  display: none;
}
#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13, #wrap-s-f69c7226-4134-4e6e-92fe-e7671a2e3e13 { display: none !important; }}







#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f69c7226-4134-4e6e-92fe-e7671a2e3e13.shg-box.shg-c {
  justify-content: center;
}

#s-90c0766e-0e4c-4eec-b120-e2c7864a2671 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90c0766e-0e4c-4eec-b120-e2c7864a2671 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-90c0766e-0e4c-4eec-b120-e2c7864a2671 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin-left: auto;
margin-right: auto;
max-width: 3196px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  display: none;
}
#s-816a9f10-5b41-4f21-9d52-8a5640012a52, #wrap-s-816a9f10-5b41-4f21-9d52-8a5640012a52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  display: none;
}
#s-816a9f10-5b41-4f21-9d52-8a5640012a52, #wrap-s-816a9f10-5b41-4f21-9d52-8a5640012a52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  display: none;
}
#s-816a9f10-5b41-4f21-9d52-8a5640012a52, #wrap-s-816a9f10-5b41-4f21-9d52-8a5640012a52 { display: none !important; }}


.shg-image-margin-container-s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
    
    
  }


.s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
      position: relative;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  
  
  
  
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
    
    
  }


.s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
      position: relative;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  
  
  
  
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
    
    
  }


.s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
      position: relative;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  
  
  
  
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
    
    
  }


.s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
      position: relative;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  
  
  
  
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
    
    
  }


.s-816a9f10-5b41-4f21-9d52-8a5640012a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container {
      position: relative;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816a9f10-5b41-4f21-9d52-8a5640012a52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a45b127c-d1dd-49ce-9150-b58224e01010 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 0px;
min-height: 200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a45b127c-d1dd-49ce-9150-b58224e01010 {
  margin-right: 10%;
}
}







#s-a45b127c-d1dd-49ce-9150-b58224e01010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a45b127c-d1dd-49ce-9150-b58224e01010.shg-box.shg-c {
  justify-content: center;
}

#s-8b48c968-a930-4a6a-9c29-768395e85516 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-8b48c968-a930-4a6a-9c29-768395e85516 .shogun-heading-component h1 {
  color: rgba(0, 96, 170, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8b48c968-a930-4a6a-9c29-768395e85516 .shogun-heading-component h1 {
  color: rgba(0, 96, 170, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (max-width: 767px){#s-8b48c968-a930-4a6a-9c29-768395e85516 .shogun-heading-component h1 {
  color: rgba(0, 96, 170, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}
#s-5e76f3ce-8105-40bd-8cf1-a9d04ccd46b6 {
  margin-top: -60px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (min-width: 1200px){#s-5e76f3ce-8105-40bd-8cf1-a9d04ccd46b6 {
  display: none;
}
#s-5e76f3ce-8105-40bd-8cf1-a9d04ccd46b6, #wrap-s-5e76f3ce-8105-40bd-8cf1-a9d04ccd46b6 { display: none !important; }}
#s-796d256b-a45a-4d01-b6df-44150e914f4b {
  margin-top: -70px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-796d256b-a45a-4d01-b6df-44150e914f4b {
  display: none;
}
#s-796d256b-a45a-4d01-b6df-44150e914f4b, #wrap-s-796d256b-a45a-4d01-b6df-44150e914f4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-796d256b-a45a-4d01-b6df-44150e914f4b {
  display: none;
}
#s-796d256b-a45a-4d01-b6df-44150e914f4b, #wrap-s-796d256b-a45a-4d01-b6df-44150e914f4b { display: none !important; }}@media (max-width: 767px){#s-796d256b-a45a-4d01-b6df-44150e914f4b {
  display: none;
}
#s-796d256b-a45a-4d01-b6df-44150e914f4b, #wrap-s-796d256b-a45a-4d01-b6df-44150e914f4b { display: none !important; }}
#s-641e72a0-3353-4511-abb7-e0bfd161910f {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-641e72a0-3353-4511-abb7-e0bfd161910f .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f10d6bf1-66c5-49cc-9ea7-9fd9fdb679db {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f10d6bf1-66c5-49cc-9ea7-9fd9fdb679db .shogun-heading-component h3 {
  color: rgba(177, 14, 35, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b3a7754a-82f7-40bc-966c-da91a5ea4cad {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-b3a7754a-82f7-40bc-966c-da91a5ea4cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3a7754a-82f7-40bc-966c-da91a5ea4cad.shg-box.shg-c {
  justify-content: center;
}

#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0 {
  
}
}@media (max-width: 767px){#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0 {
  
}
}

  #s-e70e2d73-dffb-43fd-aa35-4459f8d589a0-root {
    text-align: center;
  }


#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e70e2d73-dffb-43fd-aa35-4459f8d589a0-root {
    text-align: center;
  }


#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e70e2d73-dffb-43fd-aa35-4459f8d589a0-root {
    text-align: center;
  }


#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e70e2d73-dffb-43fd-aa35-4459f8d589a0-root {
    text-align: center;
  }


#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e70e2d73-dffb-43fd-aa35-4459f8d589a0-root {
    text-align: center;
  }


#s-e70e2d73-dffb-43fd-aa35-4459f8d589a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5ce11543-d90a-4c3b-b8ae-522311656b79 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
max-width: 1600px;
}
@media (min-width: 1200px){#s-5ce11543-d90a-4c3b-b8ae-522311656b79 {
  display: none;
}
#s-5ce11543-d90a-4c3b-b8ae-522311656b79, #wrap-s-5ce11543-d90a-4c3b-b8ae-522311656b79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ce11543-d90a-4c3b-b8ae-522311656b79 {
  display: none;
}
#s-5ce11543-d90a-4c3b-b8ae-522311656b79, #wrap-s-5ce11543-d90a-4c3b-b8ae-522311656b79 { display: none !important; }}@media (max-width: 767px){#s-5ce11543-d90a-4c3b-b8ae-522311656b79 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-5ce11543-d90a-4c3b-b8ae-522311656b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ce11543-d90a-4c3b-b8ae-522311656b79.shg-box.shg-c {
  justify-content: center;
}

#s-993ba6c3-67c0-43cc-9531-42d4d9bca3fc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1600px;
text-align: left;
}
@media (min-width: 1200px){#s-993ba6c3-67c0-43cc-9531-42d4d9bca3fc {
  padding-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-993ba6c3-67c0-43cc-9531-42d4d9bca3fc {
  padding-top: 0px;
}
}
#s-993ba6c3-67c0-43cc-9531-42d4d9bca3fc .shogun-heading-component h2 {
  color: rgba(177, 14, 35, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1292c2ef-aa49-4f8a-b631-f5534b340024 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-1292c2ef-aa49-4f8a-b631-f5534b340024 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1292c2ef-aa49-4f8a-b631-f5534b340024 {
  padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-1292c2ef-aa49-4f8a-b631-f5534b340024"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1292c2ef-aa49-4f8a-b631-f5534b340024"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-1292c2ef-aa49-4f8a-b631-f5534b340024"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-1292c2ef-aa49-4f8a-b631-f5534b340024"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-cb7e958d-d54b-4603-a743-b847eb536dc1 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-cb7e958d-d54b-4603-a743-b847eb536dc1 img.shogun-image,
  #s-cb7e958d-d54b-4603-a743-b847eb536dc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb7e958d-d54b-4603-a743-b847eb536dc1 {
    width: 100%;
    height: auto;
  }



  #s-cb7e958d-d54b-4603-a743-b847eb536dc1 img.shogun-image {
    

    
    
    
  }


#s-cb7e958d-d54b-4603-a743-b847eb536dc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0bfcb2f-81f0-4993-bebb-58376f25075f {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-e0bfcb2f-81f0-4993-bebb-58376f25075f img.shogun-image,
  #s-e0bfcb2f-81f0-4993-bebb-58376f25075f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0bfcb2f-81f0-4993-bebb-58376f25075f {
    width: 100%;
    height: auto;
  }



  #s-e0bfcb2f-81f0-4993-bebb-58376f25075f img.shogun-image {
    

    
    
    
  }


#s-e0bfcb2f-81f0-4993-bebb-58376f25075f .shogun-image-content {
  
    align-items: center;
  
}

#s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  #s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 img.shogun-image,
  #s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 {
    width: 100%;
    height: auto;
  }



  #s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 img.shogun-image {
    

    
    
    
  }


#s-c53ef4d6-bd26-4d02-9022-e2a2c3699c99 .shogun-image-content {
  
    align-items: center;
  
}

#s-862ae244-2b89-4d70-9770-646a2eba7d8e {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-862ae244-2b89-4d70-9770-646a2eba7d8e {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-862ae244-2b89-4d70-9770-646a2eba7d8e img.shogun-image,
  #s-862ae244-2b89-4d70-9770-646a2eba7d8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-862ae244-2b89-4d70-9770-646a2eba7d8e {
    width: 100%;
    height: auto;
  }



  #s-862ae244-2b89-4d70-9770-646a2eba7d8e img.shogun-image {
    

    
    
    
  }


#s-862ae244-2b89-4d70-9770-646a2eba7d8e .shogun-image-content {
  
    align-items: center;
  
}

#s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 {
  padding-top: 1px;
padding-bottom: 1px;
}
}@media (max-width: 767px){#s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 {
  padding-top: 0px;
}
}




  #s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 img.shogun-image,
  #s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 {
    width: 100%;
    height: auto;
  }



  #s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 img.shogun-image {
    

    
    
    
  }


#s-560736ca-ffeb-43b7-afd7-7d3d7b00ac76 .shogun-image-content {
  
    align-items: center;
  
}

#s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 {
  padding-top: 0px;
padding-bottom: 10px;
}
}




  #s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 img.shogun-image,
  #s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 {
    width: 100%;
    height: auto;
  }



  #s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 img.shogun-image {
    

    
    
    
  }


#s-c20bd7f3-5e1b-4b3b-a9ae-f99eee387621 .shogun-image-content {
  
    align-items: center;
  
}

#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1800px;
text-align: left;
}
@media (min-width: 1200px){#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe {
  margin-top: 30px;
display: none;
}
#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe, #wrap-s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe {
  display: none;
}
#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe, #wrap-s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe {
  padding-top: 30px;
padding-left: 1%;
padding-right: 1%;
display: none;
}
#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe, #wrap-s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe { display: none !important; }}@media (max-width: 767px){#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe, #wrap-s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe { display: none !important; }}
#s-723c46c7-9311-4d6a-b6ef-6adb65b6a5fe .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b {
  padding-top: 0px;
display: none;
}
#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b, #wrap-s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b {
  display: none;
}
#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b, #wrap-s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b {
  padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
display: none;
}
#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b, #wrap-s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b { display: none !important; }}@media (max-width: 767px){#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b, #wrap-s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc28fef5-d4b4-4022-9b24-7d6f22a46e7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-3bb6cc4d-bf63-44ff-9093-0ed87c301ca1 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-3bb6cc4d-bf63-44ff-9093-0ed87c301ca1 img.shogun-image,
  #s-3bb6cc4d-bf63-44ff-9093-0ed87c301ca1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bb6cc4d-bf63-44ff-9093-0ed87c301ca1 {
    width: 100%;
    height: auto;
  }



  #s-3bb6cc4d-bf63-44ff-9093-0ed87c301ca1 img.shogun-image {
    

    
    
    
  }


#s-3bb6cc4d-bf63-44ff-9093-0ed87c301ca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-89d27ab1-2901-47de-8fc9-8f48a59c3b58 {
  text-align: center;
}







  #s-89d27ab1-2901-47de-8fc9-8f48a59c3b58 img.shogun-image {
    

    
    
    
  }


#s-89d27ab1-2901-47de-8fc9-8f48a59c3b58 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aee0946-980d-46f8-959f-a709c87d6863 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-5aee0946-980d-46f8-959f-a709c87d6863 {
  margin-top: 15px;
}
}




  #s-5aee0946-980d-46f8-959f-a709c87d6863 img.shogun-image,
  #s-5aee0946-980d-46f8-959f-a709c87d6863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5aee0946-980d-46f8-959f-a709c87d6863 {
    width: 100%;
    height: auto;
  }



  #s-5aee0946-980d-46f8-959f-a709c87d6863 img.shogun-image {
    

    
    
    
  }


#s-5aee0946-980d-46f8-959f-a709c87d6863 .shogun-image-content {
  
    align-items: center;
  
}

#s-18bbcbb2-f304-414f-9019-6c353fd44434 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-18bbcbb2-f304-414f-9019-6c353fd44434 {
  margin-top: 15px;
}
}




  #s-18bbcbb2-f304-414f-9019-6c353fd44434 img.shogun-image,
  #s-18bbcbb2-f304-414f-9019-6c353fd44434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18bbcbb2-f304-414f-9019-6c353fd44434 {
    width: 100%;
    height: auto;
  }



  #s-18bbcbb2-f304-414f-9019-6c353fd44434 img.shogun-image {
    

    
    
    
  }


#s-18bbcbb2-f304-414f-9019-6c353fd44434 .shogun-image-content {
  
    align-items: center;
  
}

#s-0348236a-0c51-4b55-8f3b-416ad13dd217 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-0348236a-0c51-4b55-8f3b-416ad13dd217 {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-0348236a-0c51-4b55-8f3b-416ad13dd217 img.shogun-image,
  #s-0348236a-0c51-4b55-8f3b-416ad13dd217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0348236a-0c51-4b55-8f3b-416ad13dd217 {
    width: 100%;
    height: auto;
  }



  #s-0348236a-0c51-4b55-8f3b-416ad13dd217 img.shogun-image {
    

    
    
    
  }


#s-0348236a-0c51-4b55-8f3b-416ad13dd217 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbb8bc56-eeaf-4833-8946-79c052762e84 {
  max-width: 1146px;
aspect-ratio: 1146/1387;
text-align: center;
}
@media (max-width: 767px){#s-bbb8bc56-eeaf-4833-8946-79c052762e84 {
  margin-top: 20px;
}
}




  #s-bbb8bc56-eeaf-4833-8946-79c052762e84 img.shogun-image,
  #s-bbb8bc56-eeaf-4833-8946-79c052762e84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbb8bc56-eeaf-4833-8946-79c052762e84 {
    width: 100%;
    height: auto;
  }



  #s-bbb8bc56-eeaf-4833-8946-79c052762e84 img.shogun-image {
    

    
    
    
  }


#s-bbb8bc56-eeaf-4833-8946-79c052762e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7 {
  margin-top: 0px;
padding-top: 30px;
}
@media (min-width: 1200px){#s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7 {
  display: none;
}
#s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7, #wrap-s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7 {
  display: none;
}
#s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7, #wrap-s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e990c69-17b9-420c-8f6c-3a3c8fe726d7 {
  margin-bottom: -15px;
}
}
#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1650px;
}
@media (min-width: 1200px){#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 {
  display: none;
}
#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9, #wrap-s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 {
  display: none;
}
#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9, #wrap-s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9 {
  
}
}
@media (min-width: 0px) {
[id="s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc5164a0-6b84-4f2e-9351-b78bfd5f8ef9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-61cbc26b-8bf0-451a-a041-153d25b2b8f9 {
  min-height: 50px;
}








#s-61cbc26b-8bf0-451a-a041-153d25b2b8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61cbc26b-8bf0-451a-a041-153d25b2b8f9.shg-box.shg-c {
  justify-content: center;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 2500/1821;
text-align: center;
}
@media (max-width: 767px){#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin-bottom: 15px;
}
}


.shg-image-margin-container-s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
    
    
  }


.s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
      position: relative;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  
  
  
  
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
    
    
  }


.s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
      position: relative;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  
  
  
  
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
    
    
  }


.s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
      position: relative;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  
  
  
  
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
    
    
  }


.s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
      position: relative;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  
  
  
  margin-bottom: 15px;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
    
    
  }


.s-163ffc6c-cb22-4c98-888a-fc12c2299321 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container {
      position: relative;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163ffc6c-cb22-4c98-888a-fc12c2299321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5098eed3-ae9c-4753-9ef5-51312bba960e {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-5098eed3-ae9c-4753-9ef5-51312bba960e {
  margin-bottom: 15px;
}
}







#s-5098eed3-ae9c-4753-9ef5-51312bba960e > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0;
  display: block;
}#s-5098eed3-ae9c-4753-9ef5-51312bba960e {
  cursor: pointer;
}#s-5098eed3-ae9c-4753-9ef5-51312bba960e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ddcbffeb-b816-41da-9e9e-f52353bda7a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ddcbffeb-b816-41da-9e9e-f52353bda7a9 {
  
}
}@media (max-width: 767px){#s-ddcbffeb-b816-41da-9e9e-f52353bda7a9 {
  
}
}
#s-7bee24dd-3574-4caa-a9d4-586a42358500 {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bee24dd-3574-4caa-a9d4-586a42358500 {
  
}
}@media (max-width: 767px){#s-7bee24dd-3574-4caa-a9d4-586a42358500 {
  
}
}
#s-fbb48e3e-8f17-4989-bf73-d0bd42928ff3 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-fbb48e3e-8f17-4989-bf73-d0bd42928ff3 {
  
}
}
#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 2500/1821;
text-align: center;
}
@media (max-width: 767px){#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin-top: 10px;
}
}


.shg-image-margin-container-s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
    
    
  }


.s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
      position: relative;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  
  
  
  
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
    
    
  }


.s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
      position: relative;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  
  
  
  
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
    
    
  }


.s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
      position: relative;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  
  
  
  
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
    
    
  }


.s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
      position: relative;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  
  
  margin-top: 10px;
  
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
    
    
  }


.s-358de2ed-fc23-45b4-8697-b9fc60c5655c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container {
      position: relative;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358de2ed-fc23-45b4-8697-b9fc60c5655c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bb9ea369-bcd3-499f-9c6d-5feac320c68f {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-bb9ea369-bcd3-499f-9c6d-5feac320c68f {
  margin-bottom: 15px;
}
}







#s-bb9ea369-bcd3-499f-9c6d-5feac320c68f > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0;
  display: block;
}#s-bb9ea369-bcd3-499f-9c6d-5feac320c68f {
  cursor: pointer;
}#s-bb9ea369-bcd3-499f-9c6d-5feac320c68f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cabeace9-e574-4eee-b776-1d550fe6decf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cabeace9-e574-4eee-b776-1d550fe6decf {
  
}
}@media (max-width: 767px){#s-cabeace9-e574-4eee-b776-1d550fe6decf {
  
}
}
#s-efd37617-0999-4e20-b9b4-db4299881801 {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efd37617-0999-4e20-b9b4-db4299881801 {
  
}
}@media (max-width: 767px){#s-efd37617-0999-4e20-b9b4-db4299881801 {
  
}
}
#s-9c0326ae-54a6-47bf-8d99-7ba18c0f4aee {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-9c0326ae-54a6-47bf-8d99-7ba18c0f4aee {
  
}
}
#s-70955493-e712-43da-be99-a13951d0ea0e {
  margin-top: auto;
margin-left: 3%;
margin-bottom: auto;
margin-right: 3%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1600px;
text-align: left;
}
@media (min-width: 1200px){#s-70955493-e712-43da-be99-a13951d0ea0e {
  padding-top: 30px;
display: none;
}
#s-70955493-e712-43da-be99-a13951d0ea0e, #wrap-s-70955493-e712-43da-be99-a13951d0ea0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70955493-e712-43da-be99-a13951d0ea0e {
  padding-top: 0px;
display: none;
}
#s-70955493-e712-43da-be99-a13951d0ea0e, #wrap-s-70955493-e712-43da-be99-a13951d0ea0e { display: none !important; }}
#s-70955493-e712-43da-be99-a13951d0ea0e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa {
  margin-top: auto;
margin-left: 2%;
margin-bottom: auto;
margin-right: 2%;
padding-top: 0px;
max-width: 1650px;
}
@media (min-width: 1200px){#s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa {
  display: none;
}
#s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa, #wrap-s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa {
  display: none;
}
#s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa, #wrap-s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa { display: none !important; }}
@media (min-width: 0px) {
[id="s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c52ee7bb-a7d2-4985-84a3-e5011701bcaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-b81918cd-62d2-4088-8457-3447ca099f51 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-b81918cd-62d2-4088-8457-3447ca099f51 img.shogun-image,
  #s-b81918cd-62d2-4088-8457-3447ca099f51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81918cd-62d2-4088-8457-3447ca099f51 {
    width: 100%;
    height: auto;
  }



  #s-b81918cd-62d2-4088-8457-3447ca099f51 img.shogun-image {
    

    
    
    
  }


#s-b81918cd-62d2-4088-8457-3447ca099f51 .shogun-image-content {
  
    align-items: center;
  
}

#s-a82ef916-b3ff-4dae-bdc7-cf94733eaaab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-76750c92-672c-48ea-9020-a0400e36f3ad {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-76750c92-672c-48ea-9020-a0400e36f3ad img.shogun-image,
  #s-76750c92-672c-48ea-9020-a0400e36f3ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76750c92-672c-48ea-9020-a0400e36f3ad {
    width: 100%;
    height: auto;
  }



  #s-76750c92-672c-48ea-9020-a0400e36f3ad img.shogun-image {
    

    
    
    
  }


#s-76750c92-672c-48ea-9020-a0400e36f3ad .shogun-image-content {
  
    align-items: center;
  
}

#s-0858d7f0-cbf4-40ac-9eba-eb1db427fdd5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-6772a7da-29bb-4cf3-b8a9-631b7f3de7e0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-6772a7da-29bb-4cf3-b8a9-631b7f3de7e0 img.shogun-image,
  #s-6772a7da-29bb-4cf3-b8a9-631b7f3de7e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6772a7da-29bb-4cf3-b8a9-631b7f3de7e0 {
    width: 100%;
    height: auto;
  }



  #s-6772a7da-29bb-4cf3-b8a9-631b7f3de7e0 img.shogun-image {
    

    
    
    
  }


#s-6772a7da-29bb-4cf3-b8a9-631b7f3de7e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-93880748-4be1-483e-b230-7095902c9c6a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-6893e88b-7993-4e68-9e04-699bd8a02735 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-6893e88b-7993-4e68-9e04-699bd8a02735 img.shogun-image,
  #s-6893e88b-7993-4e68-9e04-699bd8a02735 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6893e88b-7993-4e68-9e04-699bd8a02735 {
    width: 100%;
    height: auto;
  }



  #s-6893e88b-7993-4e68-9e04-699bd8a02735 img.shogun-image {
    

    
    
    
  }


#s-6893e88b-7993-4e68-9e04-699bd8a02735 .shogun-image-content {
  
    align-items: center;
  
}

#s-12ebafe0-db46-4207-b1bc-9fd827947310 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-db4c1379-6705-44b1-a0d8-0ccc7be52752 {
  margin-top: auto;
margin-left: 2%;
margin-bottom: auto;
margin-right: 2%;
padding-top: 0px;
max-width: 1650px;
}
@media (min-width: 1200px){#s-db4c1379-6705-44b1-a0d8-0ccc7be52752 {
  display: none;
}
#s-db4c1379-6705-44b1-a0d8-0ccc7be52752, #wrap-s-db4c1379-6705-44b1-a0d8-0ccc7be52752 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db4c1379-6705-44b1-a0d8-0ccc7be52752 {
  display: none;
}
#s-db4c1379-6705-44b1-a0d8-0ccc7be52752, #wrap-s-db4c1379-6705-44b1-a0d8-0ccc7be52752 { display: none !important; }}
@media (min-width: 0px) {
[id="s-db4c1379-6705-44b1-a0d8-0ccc7be52752"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-db4c1379-6705-44b1-a0d8-0ccc7be52752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db4c1379-6705-44b1-a0d8-0ccc7be52752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db4c1379-6705-44b1-a0d8-0ccc7be52752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-64b54cd3-d5df-4a6a-932a-8ce07679a1b3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-64b54cd3-d5df-4a6a-932a-8ce07679a1b3 img.shogun-image,
  #s-64b54cd3-d5df-4a6a-932a-8ce07679a1b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64b54cd3-d5df-4a6a-932a-8ce07679a1b3 {
    width: 100%;
    height: auto;
  }



  #s-64b54cd3-d5df-4a6a-932a-8ce07679a1b3 img.shogun-image {
    

    
    
    
  }


#s-64b54cd3-d5df-4a6a-932a-8ce07679a1b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a556a3a4-246d-4d69-8069-72a5421dc0dc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-7575aa58-444e-4654-9392-2207387b74a5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-7575aa58-444e-4654-9392-2207387b74a5 img.shogun-image,
  #s-7575aa58-444e-4654-9392-2207387b74a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7575aa58-444e-4654-9392-2207387b74a5 {
    width: 100%;
    height: auto;
  }



  #s-7575aa58-444e-4654-9392-2207387b74a5 img.shogun-image {
    

    
    
    
  }


#s-7575aa58-444e-4654-9392-2207387b74a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6fb8308-6b15-4d61-81fe-2855a6bcd066 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-cf9b3dbc-6e6d-4c88-b9d3-605a5013f43f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-cf9b3dbc-6e6d-4c88-b9d3-605a5013f43f img.shogun-image,
  #s-cf9b3dbc-6e6d-4c88-b9d3-605a5013f43f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf9b3dbc-6e6d-4c88-b9d3-605a5013f43f {
    width: 100%;
    height: auto;
  }



  #s-cf9b3dbc-6e6d-4c88-b9d3-605a5013f43f img.shogun-image {
    

    
    
    
  }


#s-cf9b3dbc-6e6d-4c88-b9d3-605a5013f43f .shogun-image-content {
  
    align-items: center;
  
}

#s-10d86c9a-f043-4603-9e80-fe8086aecdc0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-dc491f8e-dd8b-4fe4-a513-92380a154065 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-dc491f8e-dd8b-4fe4-a513-92380a154065 img.shogun-image,
  #s-dc491f8e-dd8b-4fe4-a513-92380a154065 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc491f8e-dd8b-4fe4-a513-92380a154065 {
    width: 100%;
    height: auto;
  }



  #s-dc491f8e-dd8b-4fe4-a513-92380a154065 img.shogun-image {
    

    
    
    
  }


#s-dc491f8e-dd8b-4fe4-a513-92380a154065 .shogun-image-content {
  
    align-items: center;
  
}

#s-00a746d2-682f-4fd0-b4e2-16cd96ce3501 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
max-width: 1800px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea {
  display: none;
}
#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea, #wrap-s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea {
  display: none;
}
#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea, #wrap-s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea {
  display: none;
}
#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea, #wrap-s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea { display: none !important; }}@media (max-width: 767px){#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea {
  padding-left: 0%;
padding-right: 1%;
max-width: 750px;
}
}







#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2aaccc6-d6e1-4a0f-b673-4b04c18598ea.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c494e397-8857-4d6b-b32c-2af17676bc34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c494e397-8857-4d6b-b32c-2af17676bc34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c494e397-8857-4d6b-b32c-2af17676bc34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c494e397-8857-4d6b-b32c-2af17676bc34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a239c047-88b7-441f-b1b4-cec2c27fbdd1 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-a239c047-88b7-441f-b1b4-cec2c27fbdd1 {
  min-height: 200px;
}
}







#s-a239c047-88b7-441f-b1b4-cec2c27fbdd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a239c047-88b7-441f-b1b4-cec2c27fbdd1.shg-box.shg-c {
  justify-content: center;
}

#s-12b8a971-79e3-44c2-bbbe-1eec802bcf7d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}
@media (max-width: 767px){#s-12b8a971-79e3-44c2-bbbe-1eec802bcf7d {
  min-height: 200px;
}
}







#s-12b8a971-79e3-44c2-bbbe-1eec802bcf7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12b8a971-79e3-44c2-bbbe-1eec802bcf7d.shg-box.shg-c {
  justify-content: center;
}

#s-255c0080-c4e8-4d6c-bd34-48c262b05c33 {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-255c0080-c4e8-4d6c-bd34-48c262b05c33 {
  display: none;
}
#s-255c0080-c4e8-4d6c-bd34-48c262b05c33, #wrap-s-255c0080-c4e8-4d6c-bd34-48c262b05c33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-255c0080-c4e8-4d6c-bd34-48c262b05c33 {
  display: none;
}
#s-255c0080-c4e8-4d6c-bd34-48c262b05c33, #wrap-s-255c0080-c4e8-4d6c-bd34-48c262b05c33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-255c0080-c4e8-4d6c-bd34-48c262b05c33 {
  
}
}
#s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e {
  display: none;
}
#s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e, #wrap-s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e {
  display: none;
}
#s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e, #wrap-s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2ea5043-32ca-44dd-88bb-239e64d6cd1e {
  
}
}
#s-998fee48-30fb-4b39-a79a-2c060caf2eed {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 1200px){#s-998fee48-30fb-4b39-a79a-2c060caf2eed {
  display: none;
}
#s-998fee48-30fb-4b39-a79a-2c060caf2eed, #wrap-s-998fee48-30fb-4b39-a79a-2c060caf2eed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-998fee48-30fb-4b39-a79a-2c060caf2eed {
  display: none;
}
#s-998fee48-30fb-4b39-a79a-2c060caf2eed, #wrap-s-998fee48-30fb-4b39-a79a-2c060caf2eed { display: none !important; }}@media (max-width: 767px){#s-998fee48-30fb-4b39-a79a-2c060caf2eed {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-998fee48-30fb-4b39-a79a-2c060caf2eed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cb8da76f-f344-42b6-b98b-7e9e910c9abc {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
background-color: rgba(25, 27, 55, 1);
}








#s-cb8da76f-f344-42b6-b98b-7e9e910c9abc > .shg-box-overlay {
  background-color: rgba(177, 14, 35, 1);
  opacity: 0;
  display: block;
}#s-cb8da76f-f344-42b6-b98b-7e9e910c9abc {
  cursor: pointer;
}#s-cb8da76f-f344-42b6-b98b-7e9e910c9abc.shg-box.shg-c {
  justify-content: center;
}

#s-a45b7112-8642-4e61-ad08-1a4b1794e212 {
  box-shadow:0px 0px 0px 0px rgba(3, 3, 3, 0);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a45b7112-8642-4e61-ad08-1a4b1794e212 {
  display: none;
}
#s-a45b7112-8642-4e61-ad08-1a4b1794e212, #wrap-s-a45b7112-8642-4e61-ad08-1a4b1794e212 { display: none !important; }}@media (max-width: 767px){#s-a45b7112-8642-4e61-ad08-1a4b1794e212 {
  display: none;
}
#s-a45b7112-8642-4e61-ad08-1a4b1794e212, #wrap-s-a45b7112-8642-4e61-ad08-1a4b1794e212 { display: none !important; }}
#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd {
  box-shadow:0px 0px 0px 0px rgba(3, 3, 3, 0);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd {
  display: none;
}
#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd, #wrap-s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd {
  display: none;
}
#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd, #wrap-s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd {
  
}
}@media (max-width: 767px){#s-67d75d6f-8139-48f8-bc6e-08da5fc5c7bd {
  
}
}
#s-e80a1240-fcac-43e3-a74a-aebce634d1ae {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e80a1240-fcac-43e3-a74a-aebce634d1ae {
  
}
}@media (max-width: 767px){#s-e80a1240-fcac-43e3-a74a-aebce634d1ae {
  
}
}







#s-e80a1240-fcac-43e3-a74a-aebce634d1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e80a1240-fcac-43e3-a74a-aebce634d1ae.shg-box.shg-c {
  justify-content: center;
}

#s-2c57e63f-e577-4103-9879-e1d7ba66df16 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-2c57e63f-e577-4103-9879-e1d7ba66df16:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2c57e63f-e577-4103-9879-e1d7ba66df16:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2c57e63f-e577-4103-9879-e1d7ba66df16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c57e63f-e577-4103-9879-e1d7ba66df16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c57e63f-e577-4103-9879-e1d7ba66df16 {
  display: none;
}
#s-2c57e63f-e577-4103-9879-e1d7ba66df16, #wrap-s-2c57e63f-e577-4103-9879-e1d7ba66df16 { display: none !important; }}@media (max-width: 767px){#s-2c57e63f-e577-4103-9879-e1d7ba66df16 {
  
}
}

  #s-2c57e63f-e577-4103-9879-e1d7ba66df16-root {
    text-align: center;
  }


#s-2c57e63f-e577-4103-9879-e1d7ba66df16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c57e63f-e577-4103-9879-e1d7ba66df16-root {
    text-align: center;
  }


#s-2c57e63f-e577-4103-9879-e1d7ba66df16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c57e63f-e577-4103-9879-e1d7ba66df16-root {
    text-align: center;
  }


#s-2c57e63f-e577-4103-9879-e1d7ba66df16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c57e63f-e577-4103-9879-e1d7ba66df16-root {
    text-align: center;
  }


#s-2c57e63f-e577-4103-9879-e1d7ba66df16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c57e63f-e577-4103-9879-e1d7ba66df16-root {
    text-align: center;
  }


#s-2c57e63f-e577-4103-9879-e1d7ba66df16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b {
  display: none;
}
#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b, #wrap-s-eca3bb59-c28f-4461-8d2b-5a4785fce84b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b {
  display: none;
}
#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b, #wrap-s-eca3bb59-c28f-4461-8d2b-5a4785fce84b { display: none !important; }}@media (max-width: 767px){#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b {
  display: none;
}
#s-eca3bb59-c28f-4461-8d2b-5a4785fce84b, #wrap-s-eca3bb59-c28f-4461-8d2b-5a4785fce84b { display: none !important; }}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}

#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  background-image: url(https://i.shgcdn.com/6a73bea2-8f04-49e3-b309-f7c6a63ebedb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8afe691-0b96-44bd-9de3-448bb4c802b9 {
  cursor: pointer;
}#s-a8afe691-0b96-44bd-9de3-448bb4c802b9.shg-box.shg-c {
  justify-content: center;
}

#s-86371874-5c17-4c45-afac-5e05fd03b5d3 {
  margin-top: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-86371874-5c17-4c45-afac-5e05fd03b5d3 {
  display: none;
}
#s-86371874-5c17-4c45-afac-5e05fd03b5d3, #wrap-s-86371874-5c17-4c45-afac-5e05fd03b5d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86371874-5c17-4c45-afac-5e05fd03b5d3 {
  display: none;
}
#s-86371874-5c17-4c45-afac-5e05fd03b5d3, #wrap-s-86371874-5c17-4c45-afac-5e05fd03b5d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86371874-5c17-4c45-afac-5e05fd03b5d3 {
  margin-top: 20px;
margin-bottom: -15px;
display: none;
}
#s-86371874-5c17-4c45-afac-5e05fd03b5d3, #wrap-s-86371874-5c17-4c45-afac-5e05fd03b5d3 { display: none !important; }}@media (max-width: 767px){#s-86371874-5c17-4c45-afac-5e05fd03b5d3 {
  padding-bottom: 0px;
display: none;
}
#s-86371874-5c17-4c45-afac-5e05fd03b5d3, #wrap-s-86371874-5c17-4c45-afac-5e05fd03b5d3 { display: none !important; }}
#s-db511c35-ea8b-4315-a9de-2742e4b8f99f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 10px;
max-width: 1650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db511c35-ea8b-4315-a9de-2742e4b8f99f {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-db511c35-ea8b-4315-a9de-2742e4b8f99f, #wrap-s-db511c35-ea8b-4315-a9de-2742e4b8f99f { display: none !important; }}@media (max-width: 767px){#s-db511c35-ea8b-4315-a9de-2742e4b8f99f {
  display: none;
}
#s-db511c35-ea8b-4315-a9de-2742e4b8f99f, #wrap-s-db511c35-ea8b-4315-a9de-2742e4b8f99f { display: none !important; }}
@media (min-width: 0px) {
[id="s-db511c35-ea8b-4315-a9de-2742e4b8f99f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db511c35-ea8b-4315-a9de-2742e4b8f99f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-db511c35-ea8b-4315-a9de-2742e4b8f99f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-db511c35-ea8b-4315-a9de-2742e4b8f99f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6 {
  display: none;
}
#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6, #wrap-s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6 { display: none !important; }}@media (max-width: 767px){#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6 {
  display: none;
}
#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6, #wrap-s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6 { display: none !important; }}







#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c4cf9cb-70d9-49cd-a2bb-a0b6a2de14d6.shg-box.shg-c {
  justify-content: center;
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin-left: auto;
margin-right: auto;
max-width: 820px;
aspect-ratio: 2500/1821;
text-align: center;
}



.shg-image-margin-container-s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
    
    
  }


.s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
      position: relative;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  
  
  
  
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
    
    
  }


.s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
      position: relative;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  
  
  
  
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
    
    
  }


.s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
      position: relative;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  
  
  
  
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
    
    
  }


.s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
      position: relative;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  
  
  
  
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
    
    
  }


.s-f219045a-2136-42d3-b289-a6fd0c3ef8da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container {
      position: relative;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f219045a-2136-42d3-b289-a6fd0c3ef8da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2f2609e2-c163-4233-b0e9-9d8e22f1928d {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-2f2609e2-c163-4233-b0e9-9d8e22f1928d {
  margin-bottom: 15px;
}
}







#s-2f2609e2-c163-4233-b0e9-9d8e22f1928d > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0;
  display: block;
}#s-2f2609e2-c163-4233-b0e9-9d8e22f1928d {
  cursor: pointer;
}#s-2f2609e2-c163-4233-b0e9-9d8e22f1928d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-94aca277-96fa-4f52-a5e9-a3e869f14d73 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94aca277-96fa-4f52-a5e9-a3e869f14d73 {
  
}
}@media (max-width: 767px){#s-94aca277-96fa-4f52-a5e9-a3e869f14d73 {
  
}
}
#s-3602aa38-0899-4db2-9267-eb460adc762d {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3602aa38-0899-4db2-9267-eb460adc762d {
  
}
}@media (max-width: 767px){#s-3602aa38-0899-4db2-9267-eb460adc762d {
  
}
}
#s-e3180139-06af-4b84-98dd-4faca9e2edd3 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-e3180139-06af-4b84-98dd-4faca9e2edd3 {
  
}
}
#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin-left: auto;
margin-right: auto;
max-width: 820px;
aspect-ratio: 2500/1821;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  
}
}@media (max-width: 767px){#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  
}
}


.shg-image-margin-container-s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
    
    
  }


.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
      position: relative;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  
  
  
  
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
    
    
  }


.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
      position: relative;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  
  
  
  
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
    
    
  }


.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
      position: relative;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  
  
  
  
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
    
    
  }


.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
      position: relative;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  
  
  
  
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      aspect-ratio: 2500/1821;
      width: 100%;
      height: 100%;
    }

    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-link {
      aspect-ratio: 2500/1821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
    
    
  }


.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 {
      --shg-aspect-ratio: calc(2500/1821); 
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container {
      position: relative;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdeb6e5d-7bfa-4b35-8865-c9ed48292b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c6769e85-6750-4170-8830-488106c82e40 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-c6769e85-6750-4170-8830-488106c82e40 {
  margin-bottom: 15px;
}
}







#s-c6769e85-6750-4170-8830-488106c82e40 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0;
  display: block;
}#s-c6769e85-6750-4170-8830-488106c82e40 {
  cursor: pointer;
}#s-c6769e85-6750-4170-8830-488106c82e40.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c1f9540e-fe66-41b3-b2b9-860773e8f1ee {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1f9540e-fe66-41b3-b2b9-860773e8f1ee {
  
}
}@media (max-width: 767px){#s-c1f9540e-fe66-41b3-b2b9-860773e8f1ee {
  
}
}
#s-f6283c97-fed4-411c-9672-06235bde9100 {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6283c97-fed4-411c-9672-06235bde9100 {
  
}
}@media (max-width: 767px){#s-f6283c97-fed4-411c-9672-06235bde9100 {
  
}
}
#s-4574a507-8574-4cd5-96bb-f8f57cbe9c55 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-4574a507-8574-4cd5-96bb-f8f57cbe9c55 {
  
}
}
#s-00858a11-4f63-44d5-9cbe-b14971ceaf31 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 95%;
}
@media (min-width: 1200px){#s-00858a11-4f63-44d5-9cbe-b14971ceaf31 {
  max-width: 80%;
display: none;
}
#s-00858a11-4f63-44d5-9cbe-b14971ceaf31, #wrap-s-00858a11-4f63-44d5-9cbe-b14971ceaf31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00858a11-4f63-44d5-9cbe-b14971ceaf31 {
  display: none;
}
#s-00858a11-4f63-44d5-9cbe-b14971ceaf31, #wrap-s-00858a11-4f63-44d5-9cbe-b14971ceaf31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00858a11-4f63-44d5-9cbe-b14971ceaf31 {
  
}
}







#s-00858a11-4f63-44d5-9cbe-b14971ceaf31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00858a11-4f63-44d5-9cbe-b14971ceaf31.shg-box.shg-c {
  justify-content: center;
}

#s-01715dc5-928a-41c3-9d1c-81ac8282860e {
  padding-top: 30px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: left;
}
@media (min-width: 1200px){#s-01715dc5-928a-41c3-9d1c-81ac8282860e {
  padding-top: 30px;
padding-left: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01715dc5-928a-41c3-9d1c-81ac8282860e {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-01715dc5-928a-41c3-9d1c-81ac8282860e {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-01715dc5-928a-41c3-9d1c-81ac8282860e .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-eb7e3317-b92c-4d77-a268-45bc4f0023ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1800px;
}

@media (min-width: 0px) {
[id="s-eb7e3317-b92c-4d77-a268-45bc4f0023ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-eb7e3317-b92c-4d77-a268-45bc4f0023ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-eb7e3317-b92c-4d77-a268-45bc4f0023ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb7e3317-b92c-4d77-a268-45bc4f0023ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-2310655b-57f1-4505-beea-f316417b51a9 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-2310655b-57f1-4505-beea-f316417b51a9 img.shogun-image,
  #s-2310655b-57f1-4505-beea-f316417b51a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2310655b-57f1-4505-beea-f316417b51a9 {
    width: 100%;
    height: auto;
  }



  #s-2310655b-57f1-4505-beea-f316417b51a9 img.shogun-image {
    

    
    
    
  }


#s-2310655b-57f1-4505-beea-f316417b51a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7237751-cd85-400e-b5f7-198d6539a9a5 {
  text-align: center;
}







  #s-d7237751-cd85-400e-b5f7-198d6539a9a5 img.shogun-image {
    

    
    
    
  }


#s-d7237751-cd85-400e-b5f7-198d6539a9a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 {
  margin-top: 15px;
}
}




  #s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 img.shogun-image,
  #s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 {
    width: 100%;
    height: auto;
  }



  #s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 img.shogun-image {
    

    
    
    
  }


#s-7cfd2132-008b-4b9e-a57c-75af0dfa25a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb18635-580d-441b-b351-8b65a86fc5bd {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-0eb18635-580d-441b-b351-8b65a86fc5bd {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-0eb18635-580d-441b-b351-8b65a86fc5bd img.shogun-image,
  #s-0eb18635-580d-441b-b351-8b65a86fc5bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0eb18635-580d-441b-b351-8b65a86fc5bd {
    width: 100%;
    height: auto;
  }



  #s-0eb18635-580d-441b-b351-8b65a86fc5bd img.shogun-image {
    

    
    
    
  }


#s-0eb18635-580d-441b-b351-8b65a86fc5bd .shogun-image-content {
  
    align-items: center;
  
}

#s-11117a08-1a03-40e6-9c38-c9d9a5ede5db {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-11117a08-1a03-40e6-9c38-c9d9a5ede5db {
  margin-top: 15px;
}
}




  #s-11117a08-1a03-40e6-9c38-c9d9a5ede5db img.shogun-image,
  #s-11117a08-1a03-40e6-9c38-c9d9a5ede5db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11117a08-1a03-40e6-9c38-c9d9a5ede5db {
    width: 100%;
    height: auto;
  }



  #s-11117a08-1a03-40e6-9c38-c9d9a5ede5db img.shogun-image {
    

    
    
    
  }


#s-11117a08-1a03-40e6-9c38-c9d9a5ede5db .shogun-image-content {
  
    align-items: center;
  
}

#s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f {
  max-width: 1146px;
aspect-ratio: 1146/1387;
text-align: center;
}
@media (max-width: 767px){#s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f {
  margin-top: 15px;
}
}




  #s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f img.shogun-image,
  #s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f {
    width: 100%;
    height: auto;
  }



  #s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f img.shogun-image {
    

    
    
    
  }


#s-0ddb40f0-d5ff-4e76-a81d-fb930adcd19f .shogun-image-content {
  
    align-items: center;
  
}

#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 0%;
padding-right: 0%;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a {
  display: none;
}
#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a, #wrap-s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a {
  display: none;
}
#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a, #wrap-s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a {
  display: none;
}
#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a, #wrap-s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a { display: none !important; }}@media (max-width: 767px){#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a {
  margin-top: 10px;
margin-bottom: 20px;
}
}







#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a > .shg-box-overlay {
  background-color: rgba(61, 72, 108, 1);
  opacity: 0.2;
  display: block;
}#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a {
  cursor: pointer;
}#s-d6a2f4ac-9562-49b8-97cc-7c4b9678a99a.shg-box.shg-c {
  justify-content: center;
}

#s-764cd327-b321-408e-9bce-92acea0fdac0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 351px;
text-align: center;
}
@media (min-width: 1200px){#s-764cd327-b321-408e-9bce-92acea0fdac0 {
  display: none;
}
#s-764cd327-b321-408e-9bce-92acea0fdac0, #wrap-s-764cd327-b321-408e-9bce-92acea0fdac0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-764cd327-b321-408e-9bce-92acea0fdac0 {
  display: none;
}
#s-764cd327-b321-408e-9bce-92acea0fdac0, #wrap-s-764cd327-b321-408e-9bce-92acea0fdac0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-764cd327-b321-408e-9bce-92acea0fdac0 {
  display: none;
}
#s-764cd327-b321-408e-9bce-92acea0fdac0, #wrap-s-764cd327-b321-408e-9bce-92acea0fdac0 { display: none !important; }}@media (max-width: 767px){#s-764cd327-b321-408e-9bce-92acea0fdac0 {
  
}
}






  #s-764cd327-b321-408e-9bce-92acea0fdac0 img.shogun-image {
    

    
    
    
  }


#s-764cd327-b321-408e-9bce-92acea0fdac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ba780c6-096c-48d3-9f21-3a8daf798a98 {
  padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-8ba780c6-096c-48d3-9f21-3a8daf798a98 {
  display: none;
}
#s-8ba780c6-096c-48d3-9f21-3a8daf798a98, #wrap-s-8ba780c6-096c-48d3-9f21-3a8daf798a98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ba780c6-096c-48d3-9f21-3a8daf798a98 {
  display: none;
}
#s-8ba780c6-096c-48d3-9f21-3a8daf798a98, #wrap-s-8ba780c6-096c-48d3-9f21-3a8daf798a98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ba780c6-096c-48d3-9f21-3a8daf798a98 {
  display: none;
}
#s-8ba780c6-096c-48d3-9f21-3a8daf798a98, #wrap-s-8ba780c6-096c-48d3-9f21-3a8daf798a98 { display: none !important; }}
#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c {
  display: none;
}
#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c, #wrap-s-04d4bbae-4f0c-48b5-ae2c-911a2581123c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c {
  display: none;
}
#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c, #wrap-s-04d4bbae-4f0c-48b5-ae2c-911a2581123c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c {
  display: none;
}
#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c, #wrap-s-04d4bbae-4f0c-48b5-ae2c-911a2581123c { display: none !important; }}@media (max-width: 767px){#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c {
  
}
}







#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04d4bbae-4f0c-48b5-ae2c-911a2581123c.shg-box.shg-c {
  justify-content: center;
}

#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f {
  
}
}@media (max-width: 767px){#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f {
  
}
}

  #s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f-root {
    text-align: center;
  }


#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f-root {
    text-align: center;
  }


#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f-root {
    text-align: center;
  }


#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f-root {
    text-align: center;
  }


#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f-root {
    text-align: center;
  }


#s-d1cdfaa8-38b7-4acb-a20c-fd2d8d71b84f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6fc40995-99ab-4224-9f39-2b8093a4cf86 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-6fc40995-99ab-4224-9f39-2b8093a4cf86 {
  display: none;
}
#s-6fc40995-99ab-4224-9f39-2b8093a4cf86, #wrap-s-6fc40995-99ab-4224-9f39-2b8093a4cf86 { display: none !important; }}






  #s-6fc40995-99ab-4224-9f39-2b8093a4cf86 img.shogun-image {
    

    
    
    
  }


#s-6fc40995-99ab-4224-9f39-2b8093a4cf86 .shogun-image-content {
  
    align-items: center;
  
}

#s-988c4d08-cc1d-4e55-a011-b0c29756b131 {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-988c4d08-cc1d-4e55-a011-b0c29756b131 {
  display: none;
}
#s-988c4d08-cc1d-4e55-a011-b0c29756b131, #wrap-s-988c4d08-cc1d-4e55-a011-b0c29756b131 { display: none !important; }}
#s-f768e650-a0a8-4d76-b327-f1c9207085a9 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-f768e650-a0a8-4d76-b327-f1c9207085a9 {
  display: none;
}
#s-f768e650-a0a8-4d76-b327-f1c9207085a9, #wrap-s-f768e650-a0a8-4d76-b327-f1c9207085a9 { display: none !important; }}







#s-f768e650-a0a8-4d76-b327-f1c9207085a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f768e650-a0a8-4d76-b327-f1c9207085a9.shg-box.shg-c {
  justify-content: center;
}

#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99 {
  
}
}@media (max-width: 767px){#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99 {
  
}
}

  #s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99-root {
    text-align: center;
  }


#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99-root {
    text-align: center;
  }


#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99-root {
    text-align: center;
  }


#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99-root {
    text-align: center;
  }


#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99-root {
    text-align: center;
  }


#s-5f4d444c-15a7-4b0e-b795-89cf73eb5d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f3d6ae1d-3df5-4791-bc0e-2513d86f9b71 {
  min-height: 0px;
}








#s-f3d6ae1d-3df5-4791-bc0e-2513d86f9b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3d6ae1d-3df5-4791-bc0e-2513d86f9b71.shg-box.shg-c {
  justify-content: center;
}

#s-ad507324-2ea6-4715-a8ea-566fa134adf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
min-height: 10px;
max-width: 1650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad507324-2ea6-4715-a8ea-566fa134adf2 {
  display: none;
}
#s-ad507324-2ea6-4715-a8ea-566fa134adf2, #wrap-s-ad507324-2ea6-4715-a8ea-566fa134adf2 { display: none !important; }}@media (max-width: 767px){#s-ad507324-2ea6-4715-a8ea-566fa134adf2 {
  display: none;
}
#s-ad507324-2ea6-4715-a8ea-566fa134adf2, #wrap-s-ad507324-2ea6-4715-a8ea-566fa134adf2 { display: none !important; }}







#s-ad507324-2ea6-4715-a8ea-566fa134adf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad507324-2ea6-4715-a8ea-566fa134adf2.shg-box.shg-c {
  justify-content: center;
}

#s-fa2fa62b-c4d4-482c-b411-5c7ced50f202 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-right: 1%;
max-width: 1800px;
}
@media (min-width: 1200px){#s-fa2fa62b-c4d4-482c-b411-5c7ced50f202 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa2fa62b-c4d4-482c-b411-5c7ced50f202 {
  
}
}@media (max-width: 767px){#s-fa2fa62b-c4d4-482c-b411-5c7ced50f202 {
  
}
}







#s-fa2fa62b-c4d4-482c-b411-5c7ced50f202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa2fa62b-c4d4-482c-b411-5c7ced50f202.shg-box.shg-c {
  justify-content: center;
}

#s-63521453-66ba-440c-aa53-81b81a4bbcbb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-63521453-66ba-440c-aa53-81b81a4bbcbb {
  display: none;
}
#s-63521453-66ba-440c-aa53-81b81a4bbcbb, #wrap-s-63521453-66ba-440c-aa53-81b81a4bbcbb { display: none !important; }}
#s-63521453-66ba-440c-aa53-81b81a4bbcbb .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f {
  display: none;
}
#s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f, #wrap-s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f { display: none !important; }}
@media (min-width: 0px) {
[id="s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-f52c4034-97a9-4efe-8edb-ba88a8d78c8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-db0f5110-7e01-4ec1-9c18-5136328f7aa9 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-db0f5110-7e01-4ec1-9c18-5136328f7aa9 img.shogun-image,
  #s-db0f5110-7e01-4ec1-9c18-5136328f7aa9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db0f5110-7e01-4ec1-9c18-5136328f7aa9 {
    width: 100%;
    height: auto;
  }



  #s-db0f5110-7e01-4ec1-9c18-5136328f7aa9 img.shogun-image {
    

    
    
    
  }


#s-db0f5110-7e01-4ec1-9c18-5136328f7aa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a66f262-e1f3-4811-ab01-7d11745e60b5 {
  text-align: center;
}







  #s-3a66f262-e1f3-4811-ab01-7d11745e60b5 img.shogun-image {
    

    
    
    
  }


#s-3a66f262-e1f3-4811-ab01-7d11745e60b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-df08a476-f24f-470b-b1f7-1b82269acf30 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}





  #s-df08a476-f24f-470b-b1f7-1b82269acf30 img.shogun-image,
  #s-df08a476-f24f-470b-b1f7-1b82269acf30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df08a476-f24f-470b-b1f7-1b82269acf30 {
    width: 100%;
    height: auto;
  }



  #s-df08a476-f24f-470b-b1f7-1b82269acf30 img.shogun-image {
    

    
    
    
  }


#s-df08a476-f24f-470b-b1f7-1b82269acf30 .shogun-image-content {
  
    align-items: center;
  
}

#s-99708846-1b83-4ac0-97a7-c53e645b1532 {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-99708846-1b83-4ac0-97a7-c53e645b1532 {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-99708846-1b83-4ac0-97a7-c53e645b1532 img.shogun-image,
  #s-99708846-1b83-4ac0-97a7-c53e645b1532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99708846-1b83-4ac0-97a7-c53e645b1532 {
    width: 100%;
    height: auto;
  }



  #s-99708846-1b83-4ac0-97a7-c53e645b1532 img.shogun-image {
    

    
    
    
  }


#s-99708846-1b83-4ac0-97a7-c53e645b1532 .shogun-image-content {
  
    align-items: center;
  
}

#s-99503569-3cbb-46a9-a1cc-474f516eca3a {
  max-width: 550px;
aspect-ratio: 550/666;
text-align: center;
}
@media (max-width: 767px){#s-99503569-3cbb-46a9-a1cc-474f516eca3a {
  padding-top: 20px;
padding-bottom: 20px;
}
}




  #s-99503569-3cbb-46a9-a1cc-474f516eca3a img.shogun-image,
  #s-99503569-3cbb-46a9-a1cc-474f516eca3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99503569-3cbb-46a9-a1cc-474f516eca3a {
    width: 100%;
    height: auto;
  }



  #s-99503569-3cbb-46a9-a1cc-474f516eca3a img.shogun-image {
    

    
    
    
  }


#s-99503569-3cbb-46a9-a1cc-474f516eca3a .shogun-image-content {
  
    align-items: center;
  
}

#s-82d0002a-5d2c-40d0-afec-a2f0fb074831 {
  max-width: 1146px;
aspect-ratio: 1146/1387;
text-align: center;
}





  #s-82d0002a-5d2c-40d0-afec-a2f0fb074831 img.shogun-image,
  #s-82d0002a-5d2c-40d0-afec-a2f0fb074831 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82d0002a-5d2c-40d0-afec-a2f0fb074831 {
    width: 100%;
    height: auto;
  }



  #s-82d0002a-5d2c-40d0-afec-a2f0fb074831 img.shogun-image {
    

    
    
    
  }


#s-82d0002a-5d2c-40d0-afec-a2f0fb074831 .shogun-image-content {
  
    align-items: center;
  
}

#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21 {
  margin-left: auto;
margin-right: auto;
max-width: 1650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21 {
  display: none;
}
#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21, #wrap-s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21 { display: none !important; }}@media (max-width: 767px){#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21 {
  display: none;
}
#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21, #wrap-s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21 { display: none !important; }}







#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08b42c2d-b3b7-444d-99c3-7f4f240dbc21.shg-box.shg-c {
  justify-content: center;
}

#s-38e8fad2-a242-4d19-8b5a-56528c36e6f9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 50px;
min-height: 50px;
max-width: 1775px;
}
@media (min-width: 1200px){#s-38e8fad2-a242-4d19-8b5a-56528c36e6f9 {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-38e8fad2-a242-4d19-8b5a-56528c36e6f9 {
  display: none;
}
#s-38e8fad2-a242-4d19-8b5a-56528c36e6f9, #wrap-s-38e8fad2-a242-4d19-8b5a-56528c36e6f9 { display: none !important; }}







#s-38e8fad2-a242-4d19-8b5a-56528c36e6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38e8fad2-a242-4d19-8b5a-56528c36e6f9.shg-box.shg-c {
  justify-content: center;
}

#s-32abcd2c-3987-459c-ba12-ab80da2fc08b {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 0%;
padding-right: 0%;
min-height: 200px;
background-position: center center;
}
@media (max-width: 767px){#s-32abcd2c-3987-459c-ba12-ab80da2fc08b {
  display: none;
}
#s-32abcd2c-3987-459c-ba12-ab80da2fc08b, #wrap-s-32abcd2c-3987-459c-ba12-ab80da2fc08b { display: none !important; }}







#s-32abcd2c-3987-459c-ba12-ab80da2fc08b > .shg-box-overlay {
  background-color: rgba(5, 44, 110, 1);
  opacity: 0.2;
  display: block;
}#s-32abcd2c-3987-459c-ba12-ab80da2fc08b {
  cursor: pointer;
}#s-32abcd2c-3987-459c-ba12-ab80da2fc08b.shg-box.shg-c {
  justify-content: center;
}

#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 351px;
text-align: center;
}
@media (min-width: 1200px){#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce {
  display: none;
}
#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce, #wrap-s-091a90a0-faec-4de9-8eab-4a3c33cec6ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce {
  display: none;
}
#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce, #wrap-s-091a90a0-faec-4de9-8eab-4a3c33cec6ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce {
  display: none;
}
#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce, #wrap-s-091a90a0-faec-4de9-8eab-4a3c33cec6ce { display: none !important; }}@media (max-width: 767px){#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce {
  
}
}






  #s-091a90a0-faec-4de9-8eab-4a3c33cec6ce img.shogun-image {
    

    
    
    
  }


#s-091a90a0-faec-4de9-8eab-4a3c33cec6ce .shogun-image-content {
  
    align-items: center;
  
}

#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a {
  padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a {
  display: none;
}
#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a, #wrap-s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a {
  display: none;
}
#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a, #wrap-s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a {
  display: none;
}
#s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a, #wrap-s-03c4dc13-ebbb-4bc8-9ef8-2c133a989f6a { display: none !important; }}
#s-2200f1f0-9375-417b-a4d2-47a10858486f {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2200f1f0-9375-417b-a4d2-47a10858486f {
  display: none;
}
#s-2200f1f0-9375-417b-a4d2-47a10858486f, #wrap-s-2200f1f0-9375-417b-a4d2-47a10858486f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2200f1f0-9375-417b-a4d2-47a10858486f {
  display: none;
}
#s-2200f1f0-9375-417b-a4d2-47a10858486f, #wrap-s-2200f1f0-9375-417b-a4d2-47a10858486f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2200f1f0-9375-417b-a4d2-47a10858486f {
  display: none;
}
#s-2200f1f0-9375-417b-a4d2-47a10858486f, #wrap-s-2200f1f0-9375-417b-a4d2-47a10858486f { display: none !important; }}@media (max-width: 767px){#s-2200f1f0-9375-417b-a4d2-47a10858486f {
  
}
}







#s-2200f1f0-9375-417b-a4d2-47a10858486f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2200f1f0-9375-417b-a4d2-47a10858486f.shg-box.shg-c {
  justify-content: center;
}

#s-75f01ff2-e967-44c8-8666-36e52afb7902 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-75f01ff2-e967-44c8-8666-36e52afb7902:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75f01ff2-e967-44c8-8666-36e52afb7902:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-75f01ff2-e967-44c8-8666-36e52afb7902 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75f01ff2-e967-44c8-8666-36e52afb7902 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75f01ff2-e967-44c8-8666-36e52afb7902 {
  
}
}@media (max-width: 767px){#s-75f01ff2-e967-44c8-8666-36e52afb7902 {
  
}
}

  #s-75f01ff2-e967-44c8-8666-36e52afb7902-root {
    text-align: center;
  }


#s-75f01ff2-e967-44c8-8666-36e52afb7902.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75f01ff2-e967-44c8-8666-36e52afb7902-root {
    text-align: center;
  }


#s-75f01ff2-e967-44c8-8666-36e52afb7902.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75f01ff2-e967-44c8-8666-36e52afb7902-root {
    text-align: center;
  }


#s-75f01ff2-e967-44c8-8666-36e52afb7902.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75f01ff2-e967-44c8-8666-36e52afb7902-root {
    text-align: center;
  }


#s-75f01ff2-e967-44c8-8666-36e52afb7902.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75f01ff2-e967-44c8-8666-36e52afb7902-root {
    text-align: center;
  }


#s-75f01ff2-e967-44c8-8666-36e52afb7902.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-cfe74d46-f0f3-405a-805c-40dd0f0fa2fe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-cfe74d46-f0f3-405a-805c-40dd0f0fa2fe {
  display: none;
}
#s-cfe74d46-f0f3-405a-805c-40dd0f0fa2fe, #wrap-s-cfe74d46-f0f3-405a-805c-40dd0f0fa2fe { display: none !important; }}






  #s-cfe74d46-f0f3-405a-805c-40dd0f0fa2fe img.shogun-image {
    

    
    
    
  }


#s-cfe74d46-f0f3-405a-805c-40dd0f0fa2fe .shogun-image-content {
  
    align-items: center;
  
}

#s-47c61253-b1ff-4506-88e3-f6014b98932f {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-47c61253-b1ff-4506-88e3-f6014b98932f {
  display: none;
}
#s-47c61253-b1ff-4506-88e3-f6014b98932f, #wrap-s-47c61253-b1ff-4506-88e3-f6014b98932f { display: none !important; }}
#s-67567087-4a53-4f4d-a3ae-16ee947e71cd {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-67567087-4a53-4f4d-a3ae-16ee947e71cd {
  display: none;
}
#s-67567087-4a53-4f4d-a3ae-16ee947e71cd, #wrap-s-67567087-4a53-4f4d-a3ae-16ee947e71cd { display: none !important; }}







#s-67567087-4a53-4f4d-a3ae-16ee947e71cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67567087-4a53-4f4d-a3ae-16ee947e71cd.shg-box.shg-c {
  justify-content: center;
}

#s-9b4e857b-9318-4ce7-bc65-f26911769948 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 10px;
text-align: center;
background-color: rgba(66, 66, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined center;
}
#s-9b4e857b-9318-4ce7-bc65-f26911769948:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b4e857b-9318-4ce7-bc65-f26911769948:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9b4e857b-9318-4ce7-bc65-f26911769948 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b4e857b-9318-4ce7-bc65-f26911769948 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b4e857b-9318-4ce7-bc65-f26911769948 {
  
}
}@media (max-width: 767px){#s-9b4e857b-9318-4ce7-bc65-f26911769948 {
  
}
}

  #s-9b4e857b-9318-4ce7-bc65-f26911769948-root {
    text-align: center;
  }


#s-9b4e857b-9318-4ce7-bc65-f26911769948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b4e857b-9318-4ce7-bc65-f26911769948-root {
    text-align: center;
  }


#s-9b4e857b-9318-4ce7-bc65-f26911769948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b4e857b-9318-4ce7-bc65-f26911769948-root {
    text-align: center;
  }


#s-9b4e857b-9318-4ce7-bc65-f26911769948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b4e857b-9318-4ce7-bc65-f26911769948-root {
    text-align: center;
  }


#s-9b4e857b-9318-4ce7-bc65-f26911769948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b4e857b-9318-4ce7-bc65-f26911769948-root {
    text-align: center;
  }


#s-9b4e857b-9318-4ce7-bc65-f26911769948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-05f7aef6-167f-432c-bd81-d7fbda0b99a0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05f7aef6-167f-432c-bd81-d7fbda0b99a0 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-05f7aef6-167f-432c-bd81-d7fbda0b99a0 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-05f7aef6-167f-432c-bd81-d7fbda0b99a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05f7aef6-167f-432c-bd81-d7fbda0b99a0.shg-box.shg-c {
  justify-content: center;
}

#s-f05ee719-7d98-46ce-a85a-5cc1cd7a4554 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-57a84efd-bb4c-4f1e-b13e-b2cb36d13974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57a84efd-bb4c-4f1e-b13e-b2cb36d13974"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-57a84efd-bb4c-4f1e-b13e-b2cb36d13974"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-57a84efd-bb4c-4f1e-b13e-b2cb36d13974"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-1c088ef9-f20e-459f-be3e-c03ecd40155d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-1c088ef9-f20e-459f-be3e-c03ecd40155d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c088ef9-f20e-459f-be3e-c03ecd40155d {
  cursor: pointer;
}#s-1c088ef9-f20e-459f-be3e-c03ecd40155d.shg-box.shg-c {
  justify-content: center;
}

#s-01e5a59e-b581-4e43-82f7-884965d4c724 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d764558c-8c30-4a2b-908e-3cfa39210a33 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-d764558c-8c30-4a2b-908e-3cfa39210a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d764558c-8c30-4a2b-908e-3cfa39210a33 {
  cursor: pointer;
}#s-d764558c-8c30-4a2b-908e-3cfa39210a33.shg-box.shg-c {
  justify-content: center;
}

#s-789dbc1a-1f01-4d64-ad20-7311ffd16a83 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-734c34f9-765d-4a6a-8e65-d53ee0ab70b8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-734c34f9-765d-4a6a-8e65-d53ee0ab70b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-734c34f9-765d-4a6a-8e65-d53ee0ab70b8 {
  cursor: pointer;
}#s-734c34f9-765d-4a6a-8e65-d53ee0ab70b8.shg-box.shg-c {
  justify-content: center;
}

#s-dc7c85b9-b1f4-4432-9f90-b1fe09ef6a15 {
  padding-top: 20px;
padding-bottom: 20px;
}

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

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

#s-a6707d86-d71e-4eda-9687-9460d112a6c5 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-a6707d86-d71e-4eda-9687-9460d112a6c5 hr {
  border-top: 4px solid rgba(66, 66, 66, 1);
}

#s-3d745fca-3a1e-474b-a10d-24a43c122e8b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
max-width: 1500px;
}
@media (min-width: 1200px){#s-3d745fca-3a1e-474b-a10d-24a43c122e8b {
  display: none;
}
#s-3d745fca-3a1e-474b-a10d-24a43c122e8b, #wrap-s-3d745fca-3a1e-474b-a10d-24a43c122e8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d745fca-3a1e-474b-a10d-24a43c122e8b {
  display: none;
}
#s-3d745fca-3a1e-474b-a10d-24a43c122e8b, #wrap-s-3d745fca-3a1e-474b-a10d-24a43c122e8b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d745fca-3a1e-474b-a10d-24a43c122e8b {
  display: none;
}
#s-3d745fca-3a1e-474b-a10d-24a43c122e8b, #wrap-s-3d745fca-3a1e-474b-a10d-24a43c122e8b { display: none !important; }}@media (max-width: 767px){#s-3d745fca-3a1e-474b-a10d-24a43c122e8b {
  padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-3d745fca-3a1e-474b-a10d-24a43c122e8b, #wrap-s-3d745fca-3a1e-474b-a10d-24a43c122e8b { display: none !important; }}







#s-3d745fca-3a1e-474b-a10d-24a43c122e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d745fca-3a1e-474b-a10d-24a43c122e8b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6207a831-f2b4-4ef5-acb5-41ff94ec9a98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-d2db857e-46e5-4ffb-a22f-6e106282724b {
  text-align: left;
}

#s-50594936-edc1-43e8-b6d6-0f552b29b1c5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
max-width: 1500px;
}
@media (max-width: 767px){#s-50594936-edc1-43e8-b6d6-0f552b29b1c5 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-50594936-edc1-43e8-b6d6-0f552b29b1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50594936-edc1-43e8-b6d6-0f552b29b1c5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-77f8d2d3-fc35-4f4a-b0a6-d1fb8593006d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-80152db9-743a-433e-bee4-f3ae0d595c00 {
  text-align: left;
}

#s-b4c5624c-c675-4f6b-b9ad-ff54f01c3bf9 {
  min-height: 50px;
}








#s-b4c5624c-c675-4f6b-b9ad-ff54f01c3bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4c5624c-c675-4f6b-b9ad-ff54f01c3bf9.shg-box.shg-c {
  justify-content: center;
}

#s-4297d3d4-f28a-49c2-b205-1f423c6f5ec4 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-4297d3d4-f28a-49c2-b205-1f423c6f5ec4 hr {
  border-top: 1.2px solid rgba(194, 194, 194, 1);
}

#s-387b9991-4e53-4be3-8f56-be2eeae087d5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 70px;
}








#s-387b9991-4e53-4be3-8f56-be2eeae087d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-387b9991-4e53-4be3-8f56-be2eeae087d5.shg-box.shg-c {
  justify-content: center;
}

#s-6ee2b9e6-f12b-491f-8360-236eec83ed71 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 70px;
}
@media (min-width: 1200px){#s-6ee2b9e6-f12b-491f-8360-236eec83ed71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ee2b9e6-f12b-491f-8360-236eec83ed71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ee2b9e6-f12b-491f-8360-236eec83ed71 {
  
}
}@media (max-width: 767px){#s-6ee2b9e6-f12b-491f-8360-236eec83ed71 {
  
}
}
@media (min-width: 0px) {
[id="s-6ee2b9e6-f12b-491f-8360-236eec83ed71"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-6ee2b9e6-f12b-491f-8360-236eec83ed71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-6ee2b9e6-f12b-491f-8360-236eec83ed71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-6ee2b9e6-f12b-491f-8360-236eec83ed71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-48f05ee6-151a-4a15-90e9-f54788529101 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 60px;
text-align: center;
}
@media (max-width: 767px){#s-48f05ee6-151a-4a15-90e9-f54788529101 {
  padding-bottom: 0px;
}
}







#s-48f05ee6-151a-4a15-90e9-f54788529101 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef22dc05-7c1f-41b8-8d09-3e8fc7653033 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
opacity: 1;
}
@media (min-width: 1200px){#s-ef22dc05-7c1f-41b8-8d09-3e8fc7653033 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef22dc05-7c1f-41b8-8d09-3e8fc7653033 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef22dc05-7c1f-41b8-8d09-3e8fc7653033 {
  
}
}@media (max-width: 767px){#s-ef22dc05-7c1f-41b8-8d09-3e8fc7653033 {
  
}
}
#s-4b907865-4d26-44a5-a0f2-1c4add6a0b89 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 60px;
text-align: center;
}
@media (max-width: 767px){#s-4b907865-4d26-44a5-a0f2-1c4add6a0b89 {
  padding-bottom: 0px;
}
}







#s-4b907865-4d26-44a5-a0f2-1c4add6a0b89 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a68e41d-933e-49d6-beff-c55bd944b882 {
  opacity: 1;
}
@media (min-width: 1200px){#s-6a68e41d-933e-49d6-beff-c55bd944b882 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a68e41d-933e-49d6-beff-c55bd944b882 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a68e41d-933e-49d6-beff-c55bd944b882 {
  
}
}@media (max-width: 767px){#s-6a68e41d-933e-49d6-beff-c55bd944b882 {
  
}
}
#s-61b66810-f5ff-44e5-8f80-4632b0c646db {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 60px;
text-align: center;
}
@media (max-width: 767px){#s-61b66810-f5ff-44e5-8f80-4632b0c646db {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-61b66810-f5ff-44e5-8f80-4632b0c646db .shogun-image-content {
  
    align-items: center;
  
}

#s-8c85730a-c928-4949-b849-bf3c44a83ad3 {
  opacity: 1;
}
@media (min-width: 1200px){#s-8c85730a-c928-4949-b849-bf3c44a83ad3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c85730a-c928-4949-b849-bf3c44a83ad3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c85730a-c928-4949-b849-bf3c44a83ad3 {
  
}
}@media (max-width: 767px){#s-8c85730a-c928-4949-b849-bf3c44a83ad3 {
  
}
}
#s-c69de5ff-b9dc-4d41-a54f-c9cd4943f27f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 60px;
text-align: center;
}
@media (max-width: 767px){#s-c69de5ff-b9dc-4d41-a54f-c9cd4943f27f {
  padding-bottom: 0px;
}
}







#s-c69de5ff-b9dc-4d41-a54f-c9cd4943f27f .shogun-image-content {
  
    align-items: center;
  
}

#s-eee24538-8bde-4400-a82d-7cf9ed0f2fc0 {
  opacity: 1;
}
@media (min-width: 1200px){#s-eee24538-8bde-4400-a82d-7cf9ed0f2fc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eee24538-8bde-4400-a82d-7cf9ed0f2fc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eee24538-8bde-4400-a82d-7cf9ed0f2fc0 {
  
}
}@media (max-width: 767px){#s-eee24538-8bde-4400-a82d-7cf9ed0f2fc0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d15dc9b0-caa5-4cfc-9be3-7199e444f276 {
  min-height: 50px;
}








#s-d15dc9b0-caa5-4cfc-9be3-7199e444f276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d15dc9b0-caa5-4cfc-9be3-7199e444f276.shg-box.shg-c {
  justify-content: center;
}

#s-33724b99-3c16-49d4-abc2-659f50ebe6a4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-33724b99-3c16-49d4-abc2-659f50ebe6a4 hr {
  border-top: 1.2px solid rgba(194, 194, 194, 1);
}

@media (min-width: 1200px){#s-6c3d08a3-eb4d-43d5-8273-a8f6b62f0ab1 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-6c3d08a3-eb4d-43d5-8273-a8f6b62f0ab1 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
