.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-5f08f1c1-c518-490f-8072-229e7779d27b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5f08f1c1-c518-490f-8072-229e7779d27b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-5f08f1c1-c518-490f-8072-229e7779d27b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f08f1c1-c518-490f-8072-229e7779d27b {
  cursor: pointer;
}#s-5f08f1c1-c518-490f-8072-229e7779d27b.shg-box.shg-c {
  justify-content: center;
}

#s-fe8837e0-b0d9-49ed-bb07-fc02751419cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fe8837e0-b0d9-49ed-bb07-fc02751419cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe8837e0-b0d9-49ed-bb07-fc02751419cd {
  cursor: pointer;
}#s-fe8837e0-b0d9-49ed-bb07-fc02751419cd.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-c93f299f-7cd2-42de-a0fc-636088a6e69b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c93f299f-7cd2-42de-a0fc-636088a6e69b .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a09bfac2-741e-44a3-b189-598f0cb9afd4 {
  border-style: solid;
margin-top: -40px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-a09bfac2-741e-44a3-b189-598f0cb9afd4 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a09bfac2-741e-44a3-b189-598f0cb9afd4 {
  margin-left: -40%;
}
}
#s-a09bfac2-741e-44a3-b189-598f0cb9afd4 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-881a492a-da10-45c8-b89b-12705dc59ec3 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-881a492a-da10-45c8-b89b-12705dc59ec3 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-881a492a-da10-45c8-b89b-12705dc59ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-881a492a-da10-45c8-b89b-12705dc59ec3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/424;
text-align: center;
}
@media (min-width: 1200px){#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  max-width: 1400px;
}
}@media (max-width: 767px){#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  display: none;
}
#s-8640ea2b-3fe1-4592-9d80-f9908964abb4, #wrap-s-8640ea2b-3fe1-4592-9d80-f9908964abb4 { display: none !important; }}


.shg-image-margin-container-s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      aspect-ratio: 1280/424;
      width: 100%;
      height: 100%;
    }

    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-link {
      aspect-ratio: 1280/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
    
    
  }


.s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
      --shg-aspect-ratio: calc(1280/424); 
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
      position: relative;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  
  
  
  
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      aspect-ratio: 1280/424;
      width: 100%;
      height: 100%;
    }

    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-link {
      aspect-ratio: 1280/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
    
    
  }


.s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
      --shg-aspect-ratio: calc(1280/424); 
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
      position: relative;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 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-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  
  
  
  
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      aspect-ratio: 1280/424;
      width: 100%;
      height: 100%;
    }

    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-link {
      aspect-ratio: 1280/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
    
    
  }


.s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
      --shg-aspect-ratio: calc(1280/424); 
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
      position: relative;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 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-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  
  
  
  
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      aspect-ratio: 1280/424;
      width: 100%;
      height: 100%;
    }

    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-link {
      aspect-ratio: 1280/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
    
    
  }


.s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
      --shg-aspect-ratio: calc(1280/424); 
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
      position: relative;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  
  
  
  
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      aspect-ratio: 1280/424;
      width: 100%;
      height: 100%;
    }

    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-link {
      aspect-ratio: 1280/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
    
    
  }


.s-8640ea2b-3fe1-4592-9d80-f9908964abb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 {
      --shg-aspect-ratio: calc(1280/424); 
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container {
      position: relative;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8640ea2b-3fe1-4592-9d80-f9908964abb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/286;
text-align: center;
}
@media (min-width: 1200px){#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  display: none;
}
#s-d2f4af23-906b-40ac-b146-9e6228521936, #wrap-s-d2f4af23-906b-40ac-b146-9e6228521936 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  display: none;
}
#s-d2f4af23-906b-40ac-b146-9e6228521936, #wrap-s-d2f4af23-906b-40ac-b146-9e6228521936 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  display: none;
}
#s-d2f4af23-906b-40ac-b146-9e6228521936, #wrap-s-d2f4af23-906b-40ac-b146-9e6228521936 { display: none !important; }}


.shg-image-margin-container-s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      aspect-ratio: 480/286;
      width: 100%;
      height: 100%;
    }

    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-link {
      aspect-ratio: 480/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
    
    
  }


.s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2f4af23-906b-40ac-b146-9e6228521936 {
      --shg-aspect-ratio: calc(480/286); 
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
      position: relative;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d2f4af23-906b-40ac-b146-9e6228521936 {
  
  
  
  
}

#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      aspect-ratio: 480/286;
      width: 100%;
      height: 100%;
    }

    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-link {
      aspect-ratio: 480/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
    
    
  }


.s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2f4af23-906b-40ac-b146-9e6228521936 {
      --shg-aspect-ratio: calc(480/286); 
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
      position: relative;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936 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-d2f4af23-906b-40ac-b146-9e6228521936 {
  
  
  
  
}

#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      aspect-ratio: 480/286;
      width: 100%;
      height: 100%;
    }

    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-link {
      aspect-ratio: 480/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
    
    
  }


.s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2f4af23-906b-40ac-b146-9e6228521936 {
      --shg-aspect-ratio: calc(480/286); 
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
      position: relative;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936 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-d2f4af23-906b-40ac-b146-9e6228521936 {
  
  
  
  
}

#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      aspect-ratio: 480/286;
      width: 100%;
      height: 100%;
    }

    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-link {
      aspect-ratio: 480/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
    
    
  }


.s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2f4af23-906b-40ac-b146-9e6228521936 {
      --shg-aspect-ratio: calc(480/286); 
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
      position: relative;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d2f4af23-906b-40ac-b146-9e6228521936 {
  
  
  
  
}

#s-d2f4af23-906b-40ac-b146-9e6228521936 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      aspect-ratio: 480/286;
      width: 100%;
      height: 100%;
    }

    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-link {
      aspect-ratio: 480/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2f4af23-906b-40ac-b146-9e6228521936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
    
    
  }


.s-d2f4af23-906b-40ac-b146-9e6228521936 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2f4af23-906b-40ac-b146-9e6228521936 {
      --shg-aspect-ratio: calc(480/286); 
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container {
      position: relative;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2f4af23-906b-40ac-b146-9e6228521936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-03511b85-1d7a-433d-a0f6-4d4b08ebe513 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-03511b85-1d7a-433d-a0f6-4d4b08ebe513 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-03511b85-1d7a-433d-a0f6-4d4b08ebe513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03511b85-1d7a-433d-a0f6-4d4b08ebe513.shg-box.shg-c {
  justify-content: center;
}

#s-9bab1863-2e48-4220-991f-73f0ce501c02 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: left;
}

#s-9bab1863-2e48-4220-991f-73f0ce501c02 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 1.6em;
  
  
  
}



.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-74f4411c-24f4-4e19-8089-44d23c3b65b6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-74f4411c-24f4-4e19-8089-44d23c3b65b6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#slider-v3-s-74f4411c-24f4-4e19-8089-44d23c3b65b6 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-74f4411c-24f4-4e19-8089-44d23c3b65b6 > .swiper-button-prev,
#slider-v3-s-74f4411c-24f4-4e19-8089-44d23c3b65b6 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-74f4411c-24f4-4e19-8089-44d23c3b65b6 > .swiper-button-next svg,
#slider-v3-s-74f4411c-24f4-4e19-8089-44d23c3b65b6 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-290e6bf4-b1a5-4e9c-83ed-69f01cb17f4d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-290e6bf4-b1a5-4e9c-83ed-69f01cb17f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-290e6bf4-b1a5-4e9c-83ed-69f01cb17f4d.shg-box.shg-c {
  justify-content: center;
}

.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-de60d868-762d-4af0-82fc-e8e2426b9f5b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de60d868-762d-4af0-82fc-e8e2426b9f5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-de60d868-762d-4af0-82fc-e8e2426b9f5b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-de60d868-762d-4af0-82fc-e8e2426b9f5b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-de60d868-762d-4af0-82fc-e8e2426b9f5b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-c45443bd-6421-4d69-941b-9739f4e4b88b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-c45443bd-6421-4d69-941b-9739f4e4b88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c45443bd-6421-4d69-941b-9739f4e4b88b.shg-box.shg-c {
  justify-content: center;
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 242/225;
text-align: center;
}



.shg-image-margin-container-s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      aspect-ratio: 242/225;
      width: 100%;
      height: 100%;
    }

    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-link {
      aspect-ratio: 242/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
    
    
  }


.s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-content {
  
    align-items: center;
  
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
      --shg-aspect-ratio: calc(242/225); 
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
      position: relative;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  
  
  
  
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      aspect-ratio: 242/225;
      width: 100%;
      height: 100%;
    }

    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-link {
      aspect-ratio: 242/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
    
    
  }


.s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-content {
  
    align-items: center;
  
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
      --shg-aspect-ratio: calc(242/225); 
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
      position: relative;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 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-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  
  
  
  
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      aspect-ratio: 242/225;
      width: 100%;
      height: 100%;
    }

    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-link {
      aspect-ratio: 242/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
    
    
  }


.s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-content {
  
    align-items: center;
  
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
      --shg-aspect-ratio: calc(242/225); 
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
      position: relative;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 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-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  
  
  
  
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      aspect-ratio: 242/225;
      width: 100%;
      height: 100%;
    }

    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-link {
      aspect-ratio: 242/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
    
    
  }


.s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-content {
  
    align-items: center;
  
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
      --shg-aspect-ratio: calc(242/225); 
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
      position: relative;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  
  
  
  
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      aspect-ratio: 242/225;
      width: 100%;
      height: 100%;
    }

    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-link {
      aspect-ratio: 242/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
    
    
  }


.s-a45f9210-fa8a-4c86-a85a-69a6b356d994 .shogun-image-content {
  
    align-items: center;
  
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 {
      --shg-aspect-ratio: calc(242/225); 
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container {
      position: relative;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45f9210-fa8a-4c86-a85a-69a6b356d994 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-12fd4343-8971-44b5-acfd-f2e246084b62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-12fd4343-8971-44b5-acfd-f2e246084b62 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-12fd4343-8971-44b5-acfd-f2e246084b62 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-d91b382c-ae00-4d2a-b567-db5ca9ea55b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d91b382c-ae00-4d2a-b567-db5ca9ea55b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d91b382c-ae00-4d2a-b567-db5ca9ea55b7.shg-box.shg-c {
  justify-content: center;
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 240/224;
text-align: center;
}



.shg-image-margin-container-s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      aspect-ratio: 240/224;
      width: 100%;
      height: 100%;
    }

    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-link {
      aspect-ratio: 240/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
    
    
  }


.s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
      --shg-aspect-ratio: calc(240/224); 
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
      position: relative;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  
  
  
  
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      aspect-ratio: 240/224;
      width: 100%;
      height: 100%;
    }

    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-link {
      aspect-ratio: 240/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
    
    
  }


.s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
      --shg-aspect-ratio: calc(240/224); 
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
      position: relative;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 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-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  
  
  
  
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      aspect-ratio: 240/224;
      width: 100%;
      height: 100%;
    }

    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-link {
      aspect-ratio: 240/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
    
    
  }


.s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
      --shg-aspect-ratio: calc(240/224); 
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
      position: relative;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 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-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  
  
  
  
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      aspect-ratio: 240/224;
      width: 100%;
      height: 100%;
    }

    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-link {
      aspect-ratio: 240/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
    
    
  }


.s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
      --shg-aspect-ratio: calc(240/224); 
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
      position: relative;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  
  
  
  
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      aspect-ratio: 240/224;
      width: 100%;
      height: 100%;
    }

    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-link {
      aspect-ratio: 240/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
    
    
  }


.s-e53271c5-5514-42b6-ba1e-b1f598a0e795 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 {
      --shg-aspect-ratio: calc(240/224); 
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container {
      position: relative;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e53271c5-5514-42b6-ba1e-b1f598a0e795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-36b6cb12-9d62-4bc7-8cb3-2b92ed414c9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36b6cb12-9d62-4bc7-8cb3-2b92ed414c9b .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-36b6cb12-9d62-4bc7-8cb3-2b92ed414c9b .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-e04add50-03f0-476b-ae61-e40f63149fa8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e04add50-03f0-476b-ae61-e40f63149fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e04add50-03f0-476b-ae61-e40f63149fa8.shg-box.shg-c {
  justify-content: center;
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 241/223;
text-align: center;
}



.shg-image-margin-container-s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      aspect-ratio: 241/223;
      width: 100%;
      height: 100%;
    }

    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-link {
      aspect-ratio: 241/223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
    
    
  }


.s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-content {
  
    align-items: center;
  
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-900ee021-c35d-47b6-9d54-3f534f87a5be {
      --shg-aspect-ratio: calc(241/223); 
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
      position: relative;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  
  
  
  
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      aspect-ratio: 241/223;
      width: 100%;
      height: 100%;
    }

    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-link {
      aspect-ratio: 241/223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
    
    
  }


.s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-content {
  
    align-items: center;
  
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-900ee021-c35d-47b6-9d54-3f534f87a5be {
      --shg-aspect-ratio: calc(241/223); 
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
      position: relative;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be 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-900ee021-c35d-47b6-9d54-3f534f87a5be {
  
  
  
  
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      aspect-ratio: 241/223;
      width: 100%;
      height: 100%;
    }

    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-link {
      aspect-ratio: 241/223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
    
    
  }


.s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-content {
  
    align-items: center;
  
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-900ee021-c35d-47b6-9d54-3f534f87a5be {
      --shg-aspect-ratio: calc(241/223); 
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
      position: relative;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be 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-900ee021-c35d-47b6-9d54-3f534f87a5be {
  
  
  
  
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      aspect-ratio: 241/223;
      width: 100%;
      height: 100%;
    }

    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-link {
      aspect-ratio: 241/223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
    
    
  }


.s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-content {
  
    align-items: center;
  
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-900ee021-c35d-47b6-9d54-3f534f87a5be {
      --shg-aspect-ratio: calc(241/223); 
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
      position: relative;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  
  
  
  
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      aspect-ratio: 241/223;
      width: 100%;
      height: 100%;
    }

    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-link {
      aspect-ratio: 241/223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-900ee021-c35d-47b6-9d54-3f534f87a5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
    
    
  }


.s-900ee021-c35d-47b6-9d54-3f534f87a5be .shogun-image-content {
  
    align-items: center;
  
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-900ee021-c35d-47b6-9d54-3f534f87a5be {
      --shg-aspect-ratio: calc(241/223); 
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container {
      position: relative;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-900ee021-c35d-47b6-9d54-3f534f87a5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-efd56db0-0eac-494f-9609-3ddf3244ec21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efd56db0-0eac-494f-9609-3ddf3244ec21 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-efd56db0-0eac-494f-9609-3ddf3244ec21 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-3b874cf3-08e7-4b70-bb52-69d87720193e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-3b874cf3-08e7-4b70-bb52-69d87720193e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b874cf3-08e7-4b70-bb52-69d87720193e.shg-box.shg-c {
  justify-content: center;
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 241/224;
text-align: center;
}



.shg-image-margin-container-s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
    
    
  }


.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
      position: relative;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  
  
  
  
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
    
    
  }


.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
      position: relative;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 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-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  
  
  
  
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
    
    
  }


.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
      position: relative;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 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-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  
  
  
  
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
    
    
  }


.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
      position: relative;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  
  
  
  
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
    
    
  }


.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container {
      position: relative;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa4e111a-f1f6-435b-b9b1-08ffabe19ac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ca209bac-211c-4e9b-992c-a91e9e410395 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca209bac-211c-4e9b-992c-a91e9e410395 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-ca209bac-211c-4e9b-992c-a91e9e410395 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-837bd029-e41c-4acf-9c57-ab9e143a7fce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-837bd029-e41c-4acf-9c57-ab9e143a7fce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-837bd029-e41c-4acf-9c57-ab9e143a7fce.shg-box.shg-c {
  justify-content: center;
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 241/226;
text-align: center;
}



.shg-image-margin-container-s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      aspect-ratio: 241/226;
      width: 100%;
      height: 100%;
    }

    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-link {
      aspect-ratio: 241/226;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
    
    
  }


.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
      --shg-aspect-ratio: calc(241/226); 
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
      position: relative;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  
  
  
  
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      aspect-ratio: 241/226;
      width: 100%;
      height: 100%;
    }

    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-link {
      aspect-ratio: 241/226;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
    
    
  }


.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
      --shg-aspect-ratio: calc(241/226); 
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
      position: relative;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e 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-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  
  
  
  
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      aspect-ratio: 241/226;
      width: 100%;
      height: 100%;
    }

    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-link {
      aspect-ratio: 241/226;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
    
    
  }


.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
      --shg-aspect-ratio: calc(241/226); 
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
      position: relative;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e 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-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  
  
  
  
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      aspect-ratio: 241/226;
      width: 100%;
      height: 100%;
    }

    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-link {
      aspect-ratio: 241/226;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
    
    
  }


.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
      --shg-aspect-ratio: calc(241/226); 
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
      position: relative;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  
  
  
  
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      aspect-ratio: 241/226;
      width: 100%;
      height: 100%;
    }

    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-link {
      aspect-ratio: 241/226;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
    
    
  }


.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e {
      --shg-aspect-ratio: calc(241/226); 
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container {
      position: relative;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3ab3860-edad-42fe-bd6c-5bf84f48023e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-497902c8-2c2d-40ec-9c23-7bd6ebf17dc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-497902c8-2c2d-40ec-9c23-7bd6ebf17dc4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-497902c8-2c2d-40ec-9c23-7bd6ebf17dc4 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-5f4e4ef8-df08-4e9c-92d0-ad83fa617a87 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f4e4ef8-df08-4e9c-92d0-ad83fa617a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f4e4ef8-df08-4e9c-92d0-ad83fa617a87.shg-box.shg-c {
  justify-content: center;
}

#s-9cf47cf2-19b2-47f5-b865-ea5b0dbdcf86 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9cf47cf2-19b2-47f5-b865-ea5b0dbdcf86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cf47cf2-19b2-47f5-b865-ea5b0dbdcf86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9cf47cf2-19b2-47f5-b865-ea5b0dbdcf86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cf47cf2-19b2-47f5-b865-ea5b0dbdcf86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63aa18bc-b444-4d84-9a92-9f2ae05debeb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-63aa18bc-b444-4d84-9a92-9f2ae05debeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63aa18bc-b444-4d84-9a92-9f2ae05debeb.shg-box.shg-c {
  justify-content: center;
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 241/224;
text-align: center;
}



.shg-image-margin-container-s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
    
    
  }


.s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
      position: relative;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  
  
  
  
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
    
    
  }


.s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
      position: relative;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 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-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  
  
  
  
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
    
    
  }


.s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
      position: relative;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 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-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  
  
  
  
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
    
    
  }


.s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
      position: relative;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  
  
  
  
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      aspect-ratio: 241/224;
      width: 100%;
      height: 100%;
    }

    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-link {
      aspect-ratio: 241/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
    
    
  }


.s-2ed0b357-27a9-4712-91f2-afa32eb32a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 {
      --shg-aspect-ratio: calc(241/224); 
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container {
      position: relative;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed0b357-27a9-4712-91f2-afa32eb32a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e1421f35-1cf5-4324-9d77-62521f7587c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1421f35-1cf5-4324-9d77-62521f7587c1 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-e1421f35-1cf5-4324-9d77-62521f7587c1 .shogun-heading-component h5 a {
  
}


#s-adcfbd65-f123-47de-9829-0d21af1fd20e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-adcfbd65-f123-47de-9829-0d21af1fd20e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adcfbd65-f123-47de-9829-0d21af1fd20e.shg-box.shg-c {
  justify-content: center;
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin-left: auto;
margin-right: auto;
max-width: 246px;
aspect-ratio: 246/222;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}



.shg-image-margin-container-s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      aspect-ratio: 246/222;
      width: 100%;
      height: 100%;
    }

    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-link {
      aspect-ratio: 246/222;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
    
    
  }


.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
      --shg-aspect-ratio: calc(246/222); 
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
      position: relative;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  
  
  
  
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      aspect-ratio: 246/222;
      width: 100%;
      height: 100%;
    }

    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-link {
      aspect-ratio: 246/222;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
    
    
  }


.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
      --shg-aspect-ratio: calc(246/222); 
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
      position: relative;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 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-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  
  
  
  
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      aspect-ratio: 246/222;
      width: 100%;
      height: 100%;
    }

    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-link {
      aspect-ratio: 246/222;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
    
    
  }


.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
      --shg-aspect-ratio: calc(246/222); 
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
      position: relative;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 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-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  
  
  
  
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      aspect-ratio: 246/222;
      width: 100%;
      height: 100%;
    }

    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-link {
      aspect-ratio: 246/222;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
    
    
  }


.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
      --shg-aspect-ratio: calc(246/222); 
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
      position: relative;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  
  
  
  
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      aspect-ratio: 246/222;
      width: 100%;
      height: 100%;
    }

    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-link {
      aspect-ratio: 246/222;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
    
    
  }


.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 {
      --shg-aspect-ratio: calc(246/222); 
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container {
      position: relative;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9a79f8-2077-4ff9-a61b-bab11ec0e6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-989bfa74-93c0-41de-addc-2922fcca8e83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-989bfa74-93c0-41de-addc-2922fcca8e83 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-989bfa74-93c0-41de-addc-2922fcca8e83 .shogun-heading-component h1 a {
  
}


#s-4af7f3d7-2ac5-4390-a033-437b06e63012 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4af7f3d7-2ac5-4390-a033-437b06e63012 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4af7f3d7-2ac5-4390-a033-437b06e63012 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4af7f3d7-2ac5-4390-a033-437b06e63012 {
  text-align: center;
}
}@media (max-width: 767px){#s-4af7f3d7-2ac5-4390-a033-437b06e63012 {
  text-align: center;
}
}
#s-4af7f3d7-2ac5-4390-a033-437b06e63012 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-4af7f3d7-2ac5-4390-a033-437b06e63012 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-de396aa6-c526-4ee1-a4a9-79d81a493f0b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-de396aa6-c526-4ee1-a4a9-79d81a493f0b {
  
}
}







#s-de396aa6-c526-4ee1-a4a9-79d81a493f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de396aa6-c526-4ee1-a4a9-79d81a493f0b.shg-box.shg-c {
  justify-content: center;
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/423;
text-align: center;
}
@media (min-width: 1200px){#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  max-width: 1400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  display: none;
}
#s-3f6c0af0-d285-4b42-99d1-ff140e72070f, #wrap-s-3f6c0af0-d285-4b42-99d1-ff140e72070f { display: none !important; }}@media (max-width: 767px){#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  display: none;
}
#s-3f6c0af0-d285-4b42-99d1-ff140e72070f, #wrap-s-3f6c0af0-d285-4b42-99d1-ff140e72070f { display: none !important; }}


.shg-image-margin-container-s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      aspect-ratio: 1280/423;
      width: 100%;
      height: 100%;
    }

    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-link {
      aspect-ratio: 1280/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
    
    
  }


.s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
      --shg-aspect-ratio: calc(1280/423); 
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
      position: relative;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  
  
  
  
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      aspect-ratio: 1280/423;
      width: 100%;
      height: 100%;
    }

    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-link {
      aspect-ratio: 1280/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
    
    
  }


.s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
      --shg-aspect-ratio: calc(1280/423); 
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
      position: relative;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f 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-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  
  
  
  
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      aspect-ratio: 1280/423;
      width: 100%;
      height: 100%;
    }

    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-link {
      aspect-ratio: 1280/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
    
    
  }


.s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
      --shg-aspect-ratio: calc(1280/423); 
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
      position: relative;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f 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-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  
  
  
  
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      aspect-ratio: 1280/423;
      width: 100%;
      height: 100%;
    }

    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-link {
      aspect-ratio: 1280/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
    
    
  }


.s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
      --shg-aspect-ratio: calc(1280/423); 
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
      position: relative;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  
  
  
  
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      aspect-ratio: 1280/423;
      width: 100%;
      height: 100%;
    }

    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-link {
      aspect-ratio: 1280/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
    
    
  }


.s-3f6c0af0-d285-4b42-99d1-ff140e72070f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f {
      --shg-aspect-ratio: calc(1280/423); 
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container {
      position: relative;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c0af0-d285-4b42-99d1-ff140e72070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/289;
text-align: center;
}
@media (min-width: 1200px){#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  display: none;
}
#s-9fdda307-9c54-49fd-886f-b7491db423b1, #wrap-s-9fdda307-9c54-49fd-886f-b7491db423b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  display: none;
}
#s-9fdda307-9c54-49fd-886f-b7491db423b1, #wrap-s-9fdda307-9c54-49fd-886f-b7491db423b1 { display: none !important; }}


.shg-image-margin-container-s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
    
    
  }


.s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fdda307-9c54-49fd-886f-b7491db423b1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
      position: relative;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  
  
  
  
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
    
    
  }


.s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fdda307-9c54-49fd-886f-b7491db423b1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
      position: relative;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1 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-9fdda307-9c54-49fd-886f-b7491db423b1 {
  
  
  
  
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
    
    
  }


.s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fdda307-9c54-49fd-886f-b7491db423b1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
      position: relative;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1 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-9fdda307-9c54-49fd-886f-b7491db423b1 {
  
  
  
  
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
    
    
  }


.s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fdda307-9c54-49fd-886f-b7491db423b1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
      position: relative;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  
  
  
  
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdda307-9c54-49fd-886f-b7491db423b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
    
    
  }


.s-9fdda307-9c54-49fd-886f-b7491db423b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fdda307-9c54-49fd-886f-b7491db423b1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container {
      position: relative;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdda307-9c54-49fd-886f-b7491db423b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0474e026-a0a1-4820-aff3-1ca412632bf0 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0474e026-a0a1-4820-aff3-1ca412632bf0 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-0474e026-a0a1-4820-aff3-1ca412632bf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0474e026-a0a1-4820-aff3-1ca412632bf0 {
  cursor: pointer;
}#s-0474e026-a0a1-4820-aff3-1ca412632bf0.shg-box.shg-c {
  justify-content: center;
}

#s-69837ca0-20ec-4314-86c0-12e11fbc02a9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69837ca0-20ec-4314-86c0-12e11fbc02a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69837ca0-20ec-4314-86c0-12e11fbc02a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-69837ca0-20ec-4314-86c0-12e11fbc02a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-69837ca0-20ec-4314-86c0-12e11fbc02a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7fb4e572-b809-4b02-9250-35bec9e17e71 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7fb4e572-b809-4b02-9250-35bec9e17e71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fb4e572-b809-4b02-9250-35bec9e17e71 {
  cursor: pointer;
}#s-7fb4e572-b809-4b02-9250-35bec9e17e71.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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-d909a636-19a6-4ba3-8b4e-50beb542955a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-c9890499-29d5-4f46-9907-cfe98e05acaa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c9890499-29d5-4f46-9907-cfe98e05acaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9890499-29d5-4f46-9907-cfe98e05acaa {
  cursor: pointer;
}#s-c9890499-29d5-4f46-9907-cfe98e05acaa.shg-box.shg-c {
  justify-content: center;
}

#s-fbd47520-aeb9-45e0-8cf6-a76eb32b40a6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-ab524d60-c349-4bb2-ac0e-67cb7ec4f804 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ab524d60-c349-4bb2-ac0e-67cb7ec4f804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab524d60-c349-4bb2-ac0e-67cb7ec4f804 {
  cursor: pointer;
}#s-ab524d60-c349-4bb2-ac0e-67cb7ec4f804.shg-box.shg-c {
  justify-content: center;
}

#s-9965d7fb-af11-4e2a-adbf-7cb133f7aa97 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-2adfc0ea-9229-4af5-97eb-0e6ac30684a8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2adfc0ea-9229-4af5-97eb-0e6ac30684a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2adfc0ea-9229-4af5-97eb-0e6ac30684a8 {
  cursor: pointer;
}#s-2adfc0ea-9229-4af5-97eb-0e6ac30684a8.shg-box.shg-c {
  justify-content: center;
}

#s-2d8c9dcc-d67f-4db0-949c-1179831e7faf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-c05b4ffb-2d81-4bca-b1cf-7d6ba4706537 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c05b4ffb-2d81-4bca-b1cf-7d6ba4706537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c05b4ffb-2d81-4bca-b1cf-7d6ba4706537 {
  cursor: pointer;
}#s-c05b4ffb-2d81-4bca-b1cf-7d6ba4706537.shg-box.shg-c {
  justify-content: center;
}

#s-67d4c51f-82d9-49ed-8790-1051ad98e2e2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-af22d3db-2688-40eb-bc28-a1a2136b43cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-af22d3db-2688-40eb-bc28-a1a2136b43cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af22d3db-2688-40eb-bc28-a1a2136b43cf {
  cursor: pointer;
}#s-af22d3db-2688-40eb-bc28-a1a2136b43cf.shg-box.shg-c {
  justify-content: center;
}

#s-4328f73b-7977-4e75-a2ef-30fa7d669ae7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-828f433c-16ea-4ecb-ab03-7f9448c921ca {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-828f433c-16ea-4ecb-ab03-7f9448c921ca {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-828f433c-16ea-4ecb-ab03-7f9448c921ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-828f433c-16ea-4ecb-ab03-7f9448c921ca.shg-box.shg-c {
  justify-content: center;
}

#s-8df9b3c2-271f-4627-84b1-1f50d8a115c3 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-8df9b3c2-271f-4627-84b1-1f50d8a115c3 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-8df9b3c2-271f-4627-84b1-1f50d8a115c3 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-8df9b3c2-271f-4627-84b1-1f50d8a115c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8df9b3c2-271f-4627-84b1-1f50d8a115c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8df9b3c2-271f-4627-84b1-1f50d8a115c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8df9b3c2-271f-4627-84b1-1f50d8a115c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin-top: 11px;
margin-left: auto;
margin-bottom: 11px;
margin-right: auto;
max-width: 560px;
aspect-ratio: 560/350;
text-align: center;
}



.shg-image-margin-container-s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  margin-bottom: 11px;
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
    
    
  }


.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
      position: relative;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  
  
  
  
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
    
    
  }


.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
      position: relative;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 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-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  
  
  
  
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
    
    
  }


.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
      position: relative;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 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-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  
  
  
  
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
    
    
  }


.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
      position: relative;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  
  
  
  
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
    
    
  }


.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container {
      position: relative;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea6e2fb2-61b4-4114-8e8f-71aa7596c766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ec6e88ce-00c4-482b-a831-4f9f5c1b1f66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ec6e88ce-00c4-482b-a831-4f9f5c1b1f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec6e88ce-00c4-482b-a831-4f9f5c1b1f66.shg-box.shg-c {
  justify-content: center;
}

#s-67484844-0e96-447a-855f-a704f050dcbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67484844-0e96-447a-855f-a704f050dcbb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-67484844-0e96-447a-855f-a704f050dcbb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-67484844-0e96-447a-855f-a704f050dcbb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-f7474597-b665-404d-897a-cc063384456c {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7474597-b665-404d-897a-cc063384456c {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-f7474597-b665-404d-897a-cc063384456c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin-top: 11px;
margin-left: auto;
margin-bottom: 11px;
margin-right: auto;
max-width: 560px;
aspect-ratio: 560/350;
text-align: center;
}



.shg-image-margin-container-s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  margin-bottom: 11px;
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
    
    
  }


.s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
      position: relative;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  
  
  
  
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
    
    
  }


.s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
      position: relative;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 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-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  
  
  
  
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
    
    
  }


.s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
      position: relative;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 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-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  
  
  
  
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
    
    
  }


.s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
      position: relative;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  
  
  
  
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      aspect-ratio: 600/410;
      width: 100%;
      height: 100%;
    }

    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-link {
      aspect-ratio: 600/410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
    
    
  }


.s-0b87f7ad-477c-4941-a57b-c19dae8bc942 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 {
      --shg-aspect-ratio: calc(600/410); 
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container {
      position: relative;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b87f7ad-477c-4941-a57b-c19dae8bc942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e60ca44f-29b8-423a-bdb9-f402e78db8b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e60ca44f-29b8-423a-bdb9-f402e78db8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e60ca44f-29b8-423a-bdb9-f402e78db8b0.shg-box.shg-c {
  justify-content: center;
}

#s-a1356514-0e91-4872-aef9-c1bbbea6141f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1356514-0e91-4872-aef9-c1bbbea6141f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a1356514-0e91-4872-aef9-c1bbbea6141f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-a1356514-0e91-4872-aef9-c1bbbea6141f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-41a97824-8071-456a-be1a-10a206bcfc64 {
  margin-left: 18%;
margin-right: 18%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41a97824-8071-456a-be1a-10a206bcfc64 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d5b7d7dd-246c-432e-a351-26c746768ec1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-d5b7d7dd-246c-432e-a351-26c746768ec1 {
  display: none;
}
#s-d5b7d7dd-246c-432e-a351-26c746768ec1, #wrap-s-d5b7d7dd-246c-432e-a351-26c746768ec1 { display: none !important; }}







#s-d5b7d7dd-246c-432e-a351-26c746768ec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b7d7dd-246c-432e-a351-26c746768ec1.shg-box.shg-c {
  justify-content: center;
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
aspect-ratio: 1280/426;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  display: none;
}
#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4, #wrap-s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 { display: none !important; }}@media (max-width: 767px){#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  display: none;
}
#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4, #wrap-s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 { display: none !important; }}


.shg-image-margin-container-s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      aspect-ratio: 1280/426;
      width: 100%;
      height: 100%;
    }

    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-link {
      aspect-ratio: 1280/426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
    
    
  }


.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
      --shg-aspect-ratio: calc(1280/426); 
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
      position: relative;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  
  
  
  
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      aspect-ratio: 1280/426;
      width: 100%;
      height: 100%;
    }

    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-link {
      aspect-ratio: 1280/426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
    
    
  }


.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
      --shg-aspect-ratio: calc(1280/426); 
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
      position: relative;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 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-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  
  
  
  
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      aspect-ratio: 1280/426;
      width: 100%;
      height: 100%;
    }

    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-link {
      aspect-ratio: 1280/426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
    
    
  }


.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
      --shg-aspect-ratio: calc(1280/426); 
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
      position: relative;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 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-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  
  
  
  
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      aspect-ratio: 1280/426;
      width: 100%;
      height: 100%;
    }

    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-link {
      aspect-ratio: 1280/426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
    
    
  }


.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
      --shg-aspect-ratio: calc(1280/426); 
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
      position: relative;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  
  
  
  
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      aspect-ratio: 1280/426;
      width: 100%;
      height: 100%;
    }

    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-link {
      aspect-ratio: 1280/426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
    
    
  }


.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 {
      --shg-aspect-ratio: calc(1280/426); 
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container {
      position: relative;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f4b1100-5a1c-4564-add6-c8c1300a04f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-abc46934-1ff6-49c0-a14a-d6333af47a7b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-abc46934-1ff6-49c0-a14a-d6333af47a7b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-abc46934-1ff6-49c0-a14a-d6333af47a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abc46934-1ff6-49c0-a14a-d6333af47a7b.shg-box.shg-c {
  justify-content: center;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 480px;
aspect-ratio: 480/289;
text-align: center;
}
@media (min-width: 1200px){#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  display: none;
}
#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1, #wrap-s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  display: none;
}
#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1, #wrap-s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  max-width: 768px;
}
}


.shg-image-margin-container-s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 40px;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
    
    
  }


.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
      position: relative;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  
  
  
  
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
    
    
  }


.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
      position: relative;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 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-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  
  
  
  
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
    
    
  }


.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
      position: relative;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 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-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  
  
  
  
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
    
    
  }


.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
      position: relative;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  
  
  
  
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      aspect-ratio: 480/289;
      width: 100%;
      height: 100%;
    }

    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-link {
      aspect-ratio: 480/289;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
    
    
  }


.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 {
      --shg-aspect-ratio: calc(480/289); 
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container {
      position: relative;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6da78e-92b2-456b-a530-a3f155ae5fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f463a575-663f-4883-a703-93bd63d56119 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(237, 235, 223, 1);
border-style: none;
min-height: 50px;
background-color: rgba(237, 235, 223, 1);
}
@media (min-width: 1200px){#s-f463a575-663f-4883-a703-93bd63d56119 {
  max-width: 1376px;
}
}@media (max-width: 767px){#s-f463a575-663f-4883-a703-93bd63d56119 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-f463a575-663f-4883-a703-93bd63d56119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f463a575-663f-4883-a703-93bd63d56119 {
  cursor: pointer;
}#s-f463a575-663f-4883-a703-93bd63d56119.shg-box.shg-c {
  justify-content: center;
}

#s-34d291cc-6186-4853-bfd8-80b56e17e751 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-34d291cc-6186-4853-bfd8-80b56e17e751 {
  max-width: 1376px;
}
}
@media (min-width: 0px) {
[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-34d291cc-6186-4853-bfd8-80b56e17e751"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

#s-900abcdd-5929-4893-ba4b-9f85109a14ca {
  margin-left: auto;
margin-right: auto;
padding-top: 14%;
padding-left: 10%;
padding-bottom: 14%;
padding-right: 10%;
min-height: 50px;
max-width: 750px;
}
@media (max-width: 767px){#s-900abcdd-5929-4893-ba4b-9f85109a14ca {
  margin-top: -52px;
margin-bottom: -52px;
}
}







#s-900abcdd-5929-4893-ba4b-9f85109a14ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-900abcdd-5929-4893-ba4b-9f85109a14ca {
  cursor: pointer;
}#s-900abcdd-5929-4893-ba4b-9f85109a14ca.shg-box.shg-c {
  justify-content: center;
}

#s-d03fcf35-fd3c-4073-8767-5b1e40272174 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-d03fcf35-fd3c-4073-8767-5b1e40272174 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-247192ef-9aed-43a8-9c57-61270150a72e {
  margin-left: auto;
margin-right: auto;
}

#s-f729b75a-61b6-4f90-808a-895175657bab {
  margin-left: auto;
margin-right: auto;
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/288;
text-align: center;
}
@media (min-width: 1200px){#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  display: none;
}
#s-720e3b58-59b5-4d27-90f4-c326809abfc2, #wrap-s-720e3b58-59b5-4d27-90f4-c326809abfc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  display: none;
}
#s-720e3b58-59b5-4d27-90f4-c326809abfc2, #wrap-s-720e3b58-59b5-4d27-90f4-c326809abfc2 { display: none !important; }}


.shg-image-margin-container-s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      aspect-ratio: 480/288;
      width: 100%;
      height: 100%;
    }

    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-link {
      aspect-ratio: 480/288;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
    
    
  }


.s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
      --shg-aspect-ratio: calc(480/288); 
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
      position: relative;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  
  
  
  
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      aspect-ratio: 480/288;
      width: 100%;
      height: 100%;
    }

    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-link {
      aspect-ratio: 480/288;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
    
    
  }


.s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
      --shg-aspect-ratio: calc(480/288); 
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
      position: relative;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 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-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  
  
  
  
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      aspect-ratio: 480/288;
      width: 100%;
      height: 100%;
    }

    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-link {
      aspect-ratio: 480/288;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
    
    
  }


.s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
      --shg-aspect-ratio: calc(480/288); 
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
      position: relative;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 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-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  
  
  
  
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      aspect-ratio: 480/288;
      width: 100%;
      height: 100%;
    }

    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-link {
      aspect-ratio: 480/288;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
    
    
  }


.s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
      --shg-aspect-ratio: calc(480/288); 
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
      position: relative;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  
  
  
  
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      aspect-ratio: 480/288;
      width: 100%;
      height: 100%;
    }

    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-link {
      aspect-ratio: 480/288;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
    
    
  }


.s-720e3b58-59b5-4d27-90f4-c326809abfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 {
      --shg-aspect-ratio: calc(480/288); 
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container {
      position: relative;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720e3b58-59b5-4d27-90f4-c326809abfc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
aspect-ratio: 827/400;
text-align: center;
}
@media (min-width: 1200px){#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  display: none;
}
#s-501af051-c8e3-43c8-bb54-6debb9dbaae7, #wrap-s-501af051-c8e3-43c8-bb54-6debb9dbaae7 { display: none !important; }}@media (max-width: 767px){#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  display: none;
}
#s-501af051-c8e3-43c8-bb54-6debb9dbaae7, #wrap-s-501af051-c8e3-43c8-bb54-6debb9dbaae7 { display: none !important; }}


.shg-image-margin-container-s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      aspect-ratio: 827/400;
      width: 100%;
      height: 100%;
    }

    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-link {
      aspect-ratio: 827/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
    
    
  }


.s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
      --shg-aspect-ratio: calc(827/400); 
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
      position: relative;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  
  
  
  
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      aspect-ratio: 827/400;
      width: 100%;
      height: 100%;
    }

    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-link {
      aspect-ratio: 827/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
    
    
  }


.s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
      --shg-aspect-ratio: calc(827/400); 
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
      position: relative;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 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-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  
  
  
  
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      aspect-ratio: 827/400;
      width: 100%;
      height: 100%;
    }

    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-link {
      aspect-ratio: 827/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
    
    
  }


.s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
      --shg-aspect-ratio: calc(827/400); 
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
      position: relative;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 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-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  
  
  
  
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      aspect-ratio: 827/400;
      width: 100%;
      height: 100%;
    }

    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-link {
      aspect-ratio: 827/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
    
    
  }


.s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
      --shg-aspect-ratio: calc(827/400); 
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
      position: relative;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  
  
  
  
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      aspect-ratio: 827/400;
      width: 100%;
      height: 100%;
    }

    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-link {
      aspect-ratio: 827/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
    
    
  }


.s-501af051-c8e3-43c8-bb54-6debb9dbaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 {
      --shg-aspect-ratio: calc(827/400); 
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container {
      position: relative;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501af051-c8e3-43c8-bb54-6debb9dbaae7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0bf2aea9-35bc-4980-b7e3-db9e783ca41b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-0bf2aea9-35bc-4980-b7e3-db9e783ca41b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-0bf2aea9-35bc-4980-b7e3-db9e783ca41b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bf2aea9-35bc-4980-b7e3-db9e783ca41b {
  cursor: pointer;
}#s-0bf2aea9-35bc-4980-b7e3-db9e783ca41b.shg-box.shg-c {
  justify-content: center;
}

#s-cea55000-90f2-4bd6-b35e-745c90c42334 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cea55000-90f2-4bd6-b35e-745c90c42334 {
  display: none;
}
#s-cea55000-90f2-4bd6-b35e-745c90c42334, #wrap-s-cea55000-90f2-4bd6-b35e-745c90c42334 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cea55000-90f2-4bd6-b35e-745c90c42334 {
  display: none;
}
#s-cea55000-90f2-4bd6-b35e-745c90c42334, #wrap-s-cea55000-90f2-4bd6-b35e-745c90c42334 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cea55000-90f2-4bd6-b35e-745c90c42334 {
  display: none;
}
#s-cea55000-90f2-4bd6-b35e-745c90c42334, #wrap-s-cea55000-90f2-4bd6-b35e-745c90c42334 { display: none !important; }}
#s-cea55000-90f2-4bd6-b35e-745c90c42334 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-89b90f2a-5d7b-4892-827c-7b63344905c2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-89b90f2a-5d7b-4892-827c-7b63344905c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89b90f2a-5d7b-4892-827c-7b63344905c2.shg-box.shg-c {
  justify-content: center;
}

#s-047be54c-60b5-4837-8c7a-796d9af30f22 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-047be54c-60b5-4837-8c7a-796d9af30f22 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-047be54c-60b5-4837-8c7a-796d9af30f22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f8b81c05-4313-49c6-a831-e3456c440be0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f8b81c05-4313-49c6-a831-e3456c440be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8b81c05-4313-49c6-a831-e3456c440be0.shg-box.shg-c {
  justify-content: center;
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 145px;
aspect-ratio: 145/83;
text-align: center;
}



.shg-image-margin-container-s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      aspect-ratio: 145/83;
      width: 100%;
      height: 100%;
    }

    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-link {
      aspect-ratio: 145/83;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
    
    
  }


.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
      --shg-aspect-ratio: calc(145/83); 
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
      position: relative;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  
  
  
  
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      aspect-ratio: 145/83;
      width: 100%;
      height: 100%;
    }

    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-link {
      aspect-ratio: 145/83;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
    
    
  }


.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
      --shg-aspect-ratio: calc(145/83); 
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
      position: relative;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 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-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  
  
  
  
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      aspect-ratio: 145/83;
      width: 100%;
      height: 100%;
    }

    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-link {
      aspect-ratio: 145/83;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
    
    
  }


.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
      --shg-aspect-ratio: calc(145/83); 
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
      position: relative;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 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-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  
  
  
  
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      aspect-ratio: 145/83;
      width: 100%;
      height: 100%;
    }

    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-link {
      aspect-ratio: 145/83;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
    
    
  }


.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
      --shg-aspect-ratio: calc(145/83); 
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
      position: relative;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  
  
  
  
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      aspect-ratio: 145/83;
      width: 100%;
      height: 100%;
    }

    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-link {
      aspect-ratio: 145/83;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
    
    
  }


.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 {
      --shg-aspect-ratio: calc(145/83); 
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container {
      position: relative;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5adc2d-0a45-4a81-b853-f25e6889cd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6d00cd2f-1a6d-4a34-8983-9fac5bf010cf {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 30px;
margin-right: 20%;
}
@media (max-width: 767px){#s-6d00cd2f-1a6d-4a34-8983-9fac5bf010cf {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-6d00cd2f-1a6d-4a34-8983-9fac5bf010cf, #wrap-s-6d00cd2f-1a6d-4a34-8983-9fac5bf010cf { display: none !important; }}
#s-ba20d691-43a5-4cec-9de5-238103f4d7bd {
  border-style: solid;
margin-top: -70px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: right;
}
@media (min-width: 1200px){#s-ba20d691-43a5-4cec-9de5-238103f4d7bd {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba20d691-43a5-4cec-9de5-238103f4d7bd {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-ba20d691-43a5-4cec-9de5-238103f4d7bd {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-ba20d691-43a5-4cec-9de5-238103f4d7bd .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1e59ff2c-cf1f-4cda-89e5-70778ff48f9e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-1e59ff2c-cf1f-4cda-89e5-70778ff48f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e59ff2c-cf1f-4cda-89e5-70778ff48f9e.shg-box.shg-c {
  justify-content: center;
}

#s-bf8cb1e1-f914-414b-b623-93a2f011b6ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-bf8cb1e1-f914-414b-b623-93a2f011b6ae {
  max-width: 1376px;
}
}@media (max-width: 767px){#s-bf8cb1e1-f914-414b-b623-93a2f011b6ae {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-bf8cb1e1-f914-414b-b623-93a2f011b6ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf8cb1e1-f914-414b-b623-93a2f011b6ae.shg-box.shg-c {
  justify-content: center;
}

#s-d50b56e9-2c16-4f01-a546-8ec8ffd76a46 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d50b56e9-2c16-4f01-a546-8ec8ffd76a46 {
  max-width: 1376px;
}
}
#s-6cfbbe19-10bc-495a-b3f1-78e957151549 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-6cfbbe19-10bc-495a-b3f1-78e957151549 {
  max-width: 1376px;
}
}
#s-072c2852-27ac-4aff-8e94-3907cdeb342a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-57ecb92a-799f-481e-a4a8-039dd06af670 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-4ae70c3d-b14d-4c43-913e-d9706975326d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-f5916227-461e-4513-9ed1-1c3350a33cf2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-4707ceae-8bbf-4b90-b5d3-6a20f2ad6106 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-a90a60f0-d6a5-4e3d-b144-8f1689c5a5e7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-5e16b5b7-e63f-4d19-b178-99da40e42696 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 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;
  }
}
