.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-bfd0cb33-5efc-483e-ac5b-1929d4b51078 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078 {
  display: none;
}
#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078, #wrap-s-bfd0cb33-5efc-483e-ac5b-1929d4b51078 { display: none !important; }}@media (max-width: 767px){#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078 {
  display: none;
}
#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078, #wrap-s-bfd0cb33-5efc-483e-ac5b-1929d4b51078 { display: none !important; }}







#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfd0cb33-5efc-483e-ac5b-1929d4b51078.shg-box.shg-c {
  justify-content: center;
}

#s-808a7ead-b708-4803-b594-f026436c69b4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-808a7ead-b708-4803-b594-f026436c69b4 {
  display: none;
}
#s-808a7ead-b708-4803-b594-f026436c69b4, #wrap-s-808a7ead-b708-4803-b594-f026436c69b4 { display: none !important; }}@media (max-width: 767px){#s-808a7ead-b708-4803-b594-f026436c69b4 {
  display: none;
}
#s-808a7ead-b708-4803-b594-f026436c69b4, #wrap-s-808a7ead-b708-4803-b594-f026436c69b4 { display: none !important; }}
#s-808a7ead-b708-4803-b594-f026436c69b4 {
  background-image: url(https://i.shgcdn.com/f25f3939-d058-42a6-8789-67e06d99acbc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-808a7ead-b708-4803-b594-f026436c69b4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-808a7ead-b708-4803-b594-f026436c69b4.shg-box.shg-c {
  justify-content: center;
}

#s-f0501170-7535-4d91-905a-9adfb7fb2369 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-f0501170-7535-4d91-905a-9adfb7fb2369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0501170-7535-4d91-905a-9adfb7fb2369.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-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
aspect-ratio: 180/16;
text-align: left;
}



.shg-image-margin-container-s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
    
    
  }


.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
      position: relative;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  
  
  
  
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
    
    
  }


.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
      position: relative;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 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-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  
  
  
  
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
    
    
  }


.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
      position: relative;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 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-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  
  
  
  
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
    
    
  }


.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
      position: relative;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  
  
  
  
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
    
    
  }


.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container {
      position: relative;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a80a5c-8aeb-461c-8844-430b4d7c13e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-ef8322dd-89ee-4436-8eba-b8b5e7462f87 {
  margin-left: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef8322dd-89ee-4436-8eba-b8b5e7462f87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Saira";
  font-style:  italic ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



.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-27947f00-c208-4158-9115-af462399b8b3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef {
  background-image: url(https://i.shgcdn.com/8cda976f-924b-487e-83c1-d0e63eb9abdd/);
background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 7%;
padding-bottom: 1.5%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
text-decoration: none;
hover-type: image;
}
#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef:hover {background-image: url(https://i.shgcdn.com/cac2a8e9-250e-411d-a79a-1713b90c31e2/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef:active {background-image: url(https://i.shgcdn.com/d7d0befa-b616-47ec-9d97-1714aa1c3cc5/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-4cddae08-eac9-4485-8dbd-aff59c28f8ef-root {
    text-align: left;
  }


#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cddae08-eac9-4485-8dbd-aff59c28f8ef-root {
    text-align: left;
  }


#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cddae08-eac9-4485-8dbd-aff59c28f8ef-root {
    text-align: left;
  }


#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cddae08-eac9-4485-8dbd-aff59c28f8ef-root {
    text-align: left;
  }


#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4cddae08-eac9-4485-8dbd-aff59c28f8ef-root {
    text-align: left;
  }


#s-4cddae08-eac9-4485-8dbd-aff59c28f8ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-6434c5c9-36cd-4be3-b78f-ef28ce640265 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6434c5c9-36cd-4be3-b78f-ef28ce640265 {
  display: none;
}
#s-6434c5c9-36cd-4be3-b78f-ef28ce640265, #wrap-s-6434c5c9-36cd-4be3-b78f-ef28ce640265 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6434c5c9-36cd-4be3-b78f-ef28ce640265 {
  display: none;
}
#s-6434c5c9-36cd-4be3-b78f-ef28ce640265, #wrap-s-6434c5c9-36cd-4be3-b78f-ef28ce640265 { display: none !important; }}
#s-6434c5c9-36cd-4be3-b78f-ef28ce640265 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmIwZGMyZTYtNDRmMC00MWQ4LWE0ZjAtNzZkZTY1NDM3YjEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA2MzYzNjM2MzYzNjM2MzYzIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMyNzUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTcxZTQyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjBkYzJlNi00NGYwLTQxZDgtYTRmMC03NmRlNjU0MzdiMTMpIi8+PC9zdmc+);
}








#s-6434c5c9-36cd-4be3-b78f-ef28ce640265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6434c5c9-36cd-4be3-b78f-ef28ce640265.shg-box.shg-c {
  justify-content: center;
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1030/750;
text-align: center;
}



.shg-image-margin-container-s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      width: 100%;
      height: 100%;
    }

    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
    
    
  }


.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
      position: relative;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  
  
  
  
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      width: 100%;
      height: 100%;
    }

    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
    
    
  }


.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
      position: relative;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 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-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  
  
  
  
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      width: 100%;
      height: 100%;
    }

    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
    
    
  }


.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
      position: relative;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 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-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  
  
  
  
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      width: 100%;
      height: 100%;
    }

    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
    
    
  }


.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
      position: relative;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  
  
  
  
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      width: 100%;
      height: 100%;
    }

    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
    
    
  }


.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container {
      position: relative;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db3a2bd3-53d8-45c9-8583-bb1449ed1244 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 180/16;
text-align: center;
}



.shg-image-margin-container-s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
    
    
  }


.s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-content {
  
    align-items: center;
  
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
      position: relative;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  
  
  
  
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
    
    
  }


.s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-content {
  
    align-items: center;
  
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
      position: relative;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e 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-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  
  
  
  
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
    
    
  }


.s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-content {
  
    align-items: center;
  
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
      position: relative;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e 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-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  
  
  
  
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
    
    
  }


.s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-content {
  
    align-items: center;
  
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
      position: relative;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  
  
  
  
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      width: 100%;
      height: 100%;
    }

    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
    
    
  }


.s-16d277b0-c4ad-4f0c-a88d-811389b3078e .shogun-image-content {
  
    align-items: center;
  
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container {
      position: relative;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16d277b0-c4ad-4f0c-a88d-811389b3078e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1482ed44-eeb8-4010-913f-29366c631d28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1482ed44-eeb8-4010-913f-29366c631d28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Saira";
  font-style:  italic ;
  
  
  
  
}



#s-a8f18490-d25d-4ca6-bc61-5f1e8e13d9c2 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-a8f18490-d25d-4ca6-bc61-5f1e8e13d9c2 {
  
}
}
#s-d6c41301-da2a-4ee4-abde-e36cea6afab4 {
  background-image: url(https://i.shgcdn.com/8cda976f-924b-487e-83c1-d0e63eb9abdd/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 11%;
padding-bottom: 2%;
padding-right: 7%;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
}
#s-d6c41301-da2a-4ee4-abde-e36cea6afab4:hover {background-image: url(https://i.shgcdn.com/cac2a8e9-250e-411d-a79a-1713b90c31e2/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;}#s-d6c41301-da2a-4ee4-abde-e36cea6afab4:active {background-image: url(https://i.shgcdn.com/d7d0befa-b616-47ec-9d97-1714aa1c3cc5/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;}@media (max-width: 767px){#s-d6c41301-da2a-4ee4-abde-e36cea6afab4 {
  padding-top: 2%;
padding-left: 14%;
padding-bottom: 2%;
padding-right: 6%;
}
}

  #s-d6c41301-da2a-4ee4-abde-e36cea6afab4-root {
    text-align: center;
  }


#s-d6c41301-da2a-4ee4-abde-e36cea6afab4.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6c41301-da2a-4ee4-abde-e36cea6afab4-root {
    text-align: center;
  }


#s-d6c41301-da2a-4ee4-abde-e36cea6afab4.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6c41301-da2a-4ee4-abde-e36cea6afab4-root {
    text-align: center;
  }


#s-d6c41301-da2a-4ee4-abde-e36cea6afab4.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6c41301-da2a-4ee4-abde-e36cea6afab4-root {
    text-align: center;
  }


#s-d6c41301-da2a-4ee4-abde-e36cea6afab4.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6c41301-da2a-4ee4-abde-e36cea6afab4-root {
    text-align: center;
  }


#s-d6c41301-da2a-4ee4-abde-e36cea6afab4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
max-width: 100%;
aspect-ratio: 412/45;
text-align: center;
}



.shg-image-margin-container-s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 4%;
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
    
    
  }


.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
      position: relative;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  
  
  
  
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
    
    
  }


.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
      position: relative;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 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-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  
  
  
  
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
    
    
  }


.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
      position: relative;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 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-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  
  
  
  
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
    
    
  }


.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
      position: relative;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  
  
  
  
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
    
    
  }


.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container {
      position: relative;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c843f2b9-5bc1-45b3-82c2-58ee88028f05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b0273199-a6e7-4df0-9a01-abae7ac7fee0 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-b0273199-a6e7-4df0-9a01-abae7ac7fee0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTU1YTAwNjItNjJmYy00NTVmLWE0OTAtMWVkNTUzMjJmNTIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTcxZTQyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGQwOTFkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NTVhMDA2Mi02MmZjLTQ1NWYtYTQ5MC0xZWQ1NTMyMmY1MjMpIi8+PC9zdmc+);
}








#s-b0273199-a6e7-4df0-9a01-abae7ac7fee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0273199-a6e7-4df0-9a01-abae7ac7fee0.shg-box.shg-c {
  justify-content: center;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1919/117;
text-align: center;
}
@media (min-width: 1200px){#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  display: none;
}
#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0, #wrap-s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  display: none;
}
#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0, #wrap-s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 { display: none !important; }}@media (max-width: 767px){#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  display: none;
}
#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0, #wrap-s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 { display: none !important; }}


.shg-image-margin-container-s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 0%;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
    
    
  }


.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
      position: relative;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  
  
  
  
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
    
    
  }


.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
      position: relative;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 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-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  
  
  
  
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
    
    
  }


.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
      position: relative;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 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-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  
  
  
  
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
    
    
  }


.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
      position: relative;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  
  
  
  
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
    
    
  }


.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container {
      position: relative;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92bdec2-75ef-4fb6-ae8e-1727af943ff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 100%;
aspect-ratio: 3841/117;
text-align: center;
}
@media (min-width: 1200px){#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  display: none;
}
#s-d5026567-b884-41d2-b6dd-94987ee72aa2, #wrap-s-d5026567-b884-41d2-b6dd-94987ee72aa2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  display: none;
}
#s-d5026567-b884-41d2-b6dd-94987ee72aa2, #wrap-s-d5026567-b884-41d2-b6dd-94987ee72aa2 { display: none !important; }}@media (max-width: 767px){#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  display: none;
}
#s-d5026567-b884-41d2-b6dd-94987ee72aa2, #wrap-s-d5026567-b884-41d2-b6dd-94987ee72aa2 { display: none !important; }}


.shg-image-margin-container-s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 0%;
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
    
    
  }


.s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
      position: relative;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  
  
  
  
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
    
    
  }


.s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
      position: relative;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 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-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  
  
  
  
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
    
    
  }


.s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
      position: relative;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 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-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  
  
  
  
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
    
    
  }


.s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
      position: relative;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  
  
  
  
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
    
    
  }


.s-d5026567-b884-41d2-b6dd-94987ee72aa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container {
      position: relative;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5026567-b884-41d2-b6dd-94987ee72aa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f51482f3-31ee-449c-8b30-a964abb36756 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f51482f3-31ee-449c-8b30-a964abb36756 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Saira";
  font-style:  normal ;
  
  
  
  
}



.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-2db71cdd-8d27-49e0-838e-d0dfda7c737d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(13, 9, 29, 1);
}

@media (min-width: 0px) {
[id="s-2db71cdd-8d27-49e0-838e-d0dfda7c737d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db71cdd-8d27-49e0-838e-d0dfda7c737d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2db71cdd-8d27-49e0-838e-d0dfda7c737d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2db71cdd-8d27-49e0-838e-d0dfda7c737d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

#s-be67a5f2-66a7-42d5-a6a4-f66f304b4815 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-be67a5f2-66a7-42d5-a6a4-f66f304b4815 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}
#s-698f23f3-35c3-4847-aee9-4b9b468e79c9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-698f23f3-35c3-4847-aee9-4b9b468e79c9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}
#s-520ca903-5646-41de-a850-251483563672 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-520ca903-5646-41de-a850-251483563672 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}
#s-595b02f7-280d-4072-9a8c-a6e3d7ef48c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(13, 9, 29, 1);
}








#s-595b02f7-280d-4072-9a8c-a6e3d7ef48c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-595b02f7-280d-4072-9a8c-a6e3d7ef48c3.shg-box.shg-c {
  justify-content: center;
}

#s-8563af28-9962-4403-a5f6-6fac09c7d454 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8563af28-9962-4403-a5f6-6fac09c7d454 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Saira";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c0a02c97-2897-4503-a691-d21df3540ee6 {
  background-image: url(https://i.shgcdn.com/4475bf70-d06a-442f-9e3d-550ec594bdb2/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: image;
}
#s-c0a02c97-2897-4503-a691-d21df3540ee6:hover {background-image: url(https://i.shgcdn.com/b78f9522-3edb-4ceb-87c6-902d3dd1fa35/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(13, 9, 29, 1) !important;}#s-c0a02c97-2897-4503-a691-d21df3540ee6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0a02c97-2897-4503-a691-d21df3540ee6-root {
    text-align: center;
  }


#s-c0a02c97-2897-4503-a691-d21df3540ee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0a02c97-2897-4503-a691-d21df3540ee6-root {
    text-align: center;
  }


#s-c0a02c97-2897-4503-a691-d21df3540ee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0a02c97-2897-4503-a691-d21df3540ee6-root {
    text-align: center;
  }


#s-c0a02c97-2897-4503-a691-d21df3540ee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0a02c97-2897-4503-a691-d21df3540ee6-root {
    text-align: center;
  }


#s-c0a02c97-2897-4503-a691-d21df3540ee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0a02c97-2897-4503-a691-d21df3540ee6-root {
    text-align: center;
  }


#s-c0a02c97-2897-4503-a691-d21df3540ee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71 {
  min-height: 300px;
}
}







#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-a0823a5e-a5ec-4384-9ed8-62f1abbf1e71.shg-box.shg-c {
  justify-content: center;
}

#s-a01ef28b-7c2e-40a6-a243-0ee12c952d9d {
  border-style: solid;
margin-left: 12%;
margin-bottom: 20px;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a01ef28b-7c2e-40a6-a243-0ee12c952d9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a01ef28b-7c2e-40a6-a243-0ee12c952d9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a01ef28b-7c2e-40a6-a243-0ee12c952d9d {
  
}
}@media (max-width: 767px){#s-a01ef28b-7c2e-40a6-a243-0ee12c952d9d {
  
}
}
#s-a01ef28b-7c2e-40a6-a243-0ee12c952d9d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Saira";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-a1eeb1b2-3d33-48f2-9f44-5eeed2ffef71 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4%;
padding-bottom: 11%;
min-height: 50px;
}

#s-a1eeb1b2-3d33-48f2-9f44-5eeed2ffef71 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQzMjc1N2ItNDFjNC00MTdiLWJjOWItYzc5OWRkNDQ3MDE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojM2ExNjQyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjI2ODE4MTgxODE4MTgxODIiIHN0eWxlPSJzdG9wLWNvbG9yOiMzYTE2NDI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNTI3MjcyNzI3MjcyNzI3MiIgc3R5bGU9InN0b3AtY29sb3I6IzU2MWI0OTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC43NjgxODE4MTgxODE4MTgyIiBzdHlsZT0ic3RvcC1jb2xvcjojMjkxZjQ1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGQwOTFkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDMyNzU3Yi00MWM0LTQxN2ItYmM5Yi1jNzk5ZGQ0NDcwMTkpIi8+PC9zdmc+);
}








#s-a1eeb1b2-3d33-48f2-9f44-5eeed2ffef71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1eeb1b2-3d33-48f2-9f44-5eeed2ffef71.shg-box.shg-c {
  justify-content: center;
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin-left: auto;
margin-right: auto;
max-width: 411px;
aspect-ratio: 411/108;
text-align: center;
}
@media (min-width: 1200px){#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  display: none;
}
#s-2e982398-a8ed-40c8-9d37-57d99fdd8780, #wrap-s-2e982398-a8ed-40c8-9d37-57d99fdd8780 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  display: none;
}
#s-2e982398-a8ed-40c8-9d37-57d99fdd8780, #wrap-s-2e982398-a8ed-40c8-9d37-57d99fdd8780 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  display: none;
}
#s-2e982398-a8ed-40c8-9d37-57d99fdd8780, #wrap-s-2e982398-a8ed-40c8-9d37-57d99fdd8780 { display: none !important; }}


.shg-image-margin-container-s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      aspect-ratio: 411/108;
      width: 100%;
      height: 100%;
    }

    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-link {
      aspect-ratio: 411/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
    
    
  }


.s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
      --shg-aspect-ratio: calc(411/108); 
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
      position: relative;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  
  
  
  
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      aspect-ratio: 411/108;
      width: 100%;
      height: 100%;
    }

    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-link {
      aspect-ratio: 411/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
    
    
  }


.s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
      --shg-aspect-ratio: calc(411/108); 
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
      position: relative;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 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-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  
  
  
  
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      aspect-ratio: 411/108;
      width: 100%;
      height: 100%;
    }

    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-link {
      aspect-ratio: 411/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
    
    
  }


.s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
      --shg-aspect-ratio: calc(411/108); 
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
      position: relative;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 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-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  
  
  
  
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      aspect-ratio: 411/108;
      width: 100%;
      height: 100%;
    }

    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-link {
      aspect-ratio: 411/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
    
    
  }


.s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
      --shg-aspect-ratio: calc(411/108); 
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
      position: relative;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  
  
  
  
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      aspect-ratio: 411/108;
      width: 100%;
      height: 100%;
    }

    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-link {
      aspect-ratio: 411/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
    
    
  }


.s-2e982398-a8ed-40c8-9d37-57d99fdd8780 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 {
      --shg-aspect-ratio: calc(411/108); 
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container {
      position: relative;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e982398-a8ed-40c8-9d37-57d99fdd8780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-374325d2-67ee-4e25-91e2-1ad4814a17b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-374325d2-67ee-4e25-91e2-1ad4814a17b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 444/221;
text-align: right;
opacity: 1;
}
@media (max-width: 767px){#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  max-width: 200px;
text-align: left;
display: none;
}
#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f, #wrap-s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f { display: none !important; }}


.shg-image-margin-container-s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      aspect-ratio: 444/221;
      width: 100%;
      height: 100%;
    }

    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-link {
      aspect-ratio: 444/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
    
    
  }


.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
      --shg-aspect-ratio: calc(444/221); 
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
      position: relative;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  
  
  
  
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      aspect-ratio: 444/221;
      width: 100%;
      height: 100%;
    }

    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-link {
      aspect-ratio: 444/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
    
    
  }


.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
      --shg-aspect-ratio: calc(444/221); 
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
      position: relative;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f 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-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  
  
  
  
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      aspect-ratio: 444/221;
      width: 100%;
      height: 100%;
    }

    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-link {
      aspect-ratio: 444/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
    
    
  }


.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
      --shg-aspect-ratio: calc(444/221); 
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
      position: relative;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f 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-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  
  
  
  
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      aspect-ratio: 444/221;
      width: 100%;
      height: 100%;
    }

    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-link {
      aspect-ratio: 444/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
    
    
  }


.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
      --shg-aspect-ratio: calc(444/221); 
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
      position: relative;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  
  
  
  
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      aspect-ratio: 444/221;
      width: 100%;
      height: 100%;
    }

    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-link {
      aspect-ratio: 444/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
    
    
  }


.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f {
      --shg-aspect-ratio: calc(444/221); 
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container {
      position: relative;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc24267-7ac1-49da-83d8-13ec9b2e6f3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b3ca5f15-96b9-4214-8efb-bb21391eeb2c {
  margin-left: auto;
margin-right: auto;
}

#s-1ece28af-54db-4b47-9542-55a058d043a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 11%;
padding-bottom: 2%;
padding-right: 11%;
max-width: 1260px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ece28af-54db-4b47-9542-55a058d043a0 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 11%;
padding-right: 11%;
min-height: 0px;
display: none;
}
#s-1ece28af-54db-4b47-9542-55a058d043a0, #wrap-s-1ece28af-54db-4b47-9542-55a058d043a0 { display: none !important; }}@media (max-width: 767px){#s-1ece28af-54db-4b47-9542-55a058d043a0 {
  display: none;
}
#s-1ece28af-54db-4b47-9542-55a058d043a0, #wrap-s-1ece28af-54db-4b47-9542-55a058d043a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ece28af-54db-4b47-9542-55a058d043a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ece28af-54db-4b47-9542-55a058d043a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ece28af-54db-4b47-9542-55a058d043a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ece28af-54db-4b47-9542-55a058d043a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43eca62a-491c-4102-94f5-dcec2f145139 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-43eca62a-491c-4102-94f5-dcec2f145139 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-43eca62a-491c-4102-94f5-dcec2f145139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43eca62a-491c-4102-94f5-dcec2f145139"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-43eca62a-491c-4102-94f5-dcec2f145139"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-43eca62a-491c-4102-94f5-dcec2f145139"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin-left: 0%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
max-width: 180px;
aspect-ratio: 265/244;
text-align: right;
}
@media (max-width: 767px){#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin-top: 0%;
margin-bottom: 3%;
}
}


.shg-image-margin-container-s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin-left: 0%;
  margin-right: 5%;
  
  
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
    
    
  }


.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-content {
  
    align-items: center;
  
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
      position: relative;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  
  
  
  
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
    
    
  }


.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-content {
  
    align-items: center;
  
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
      position: relative;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d 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-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  
  
  
  
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
    
    
  }


.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-content {
  
    align-items: center;
  
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
      position: relative;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d 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-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  
  
  
  
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
    
    
  }


.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-content {
  
    align-items: center;
  
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
      position: relative;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  
  
  margin-top: 0%;
  margin-bottom: 3%;
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
    
    
  }


.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d .shogun-image-content {
  
    align-items: center;
  
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container {
      position: relative;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b45da0-b7ac-4999-a8df-bc52e91fc46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aaea2b2e-fe5e-4a39-9584-a6f9afc723a5 {
  margin-left: auto;
margin-right: auto;
}

#s-446ff860-0f6c-4af4-9a08-81c20103317c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-446ff860-0f6c-4af4-9a08-81c20103317c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-446ff860-0f6c-4af4-9a08-81c20103317c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-446ff860-0f6c-4af4-9a08-81c20103317c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-446ff860-0f6c-4af4-9a08-81c20103317c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/244;
text-align: right;
}



.shg-image-margin-container-s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
    
    
  }


.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
      position: relative;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  
  
  
  
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
    
    
  }


.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
      position: relative;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a 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-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  
  
  
  
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
    
    
  }


.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
      position: relative;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a 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-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  
  
  
  
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
    
    
  }


.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
      position: relative;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  
  
  
  
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
    
    
  }


.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container {
      position: relative;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab76c05d-56f5-4751-bdeb-b61f08c8431a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-679f2eb4-17bc-4e0f-8772-c48d1706af2e {
  margin-left: auto;
margin-right: auto;
}

#s-53e547bb-7c7d-4998-ac5f-5bc925628620 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 11%;
padding-bottom: 2%;
padding-right: 11%;
max-width: 1260px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53e547bb-7c7d-4998-ac5f-5bc925628620 {
  display: none;
}
#s-53e547bb-7c7d-4998-ac5f-5bc925628620, #wrap-s-53e547bb-7c7d-4998-ac5f-5bc925628620 { display: none !important; }}@media (max-width: 767px){#s-53e547bb-7c7d-4998-ac5f-5bc925628620 {
  display: none;
}
#s-53e547bb-7c7d-4998-ac5f-5bc925628620, #wrap-s-53e547bb-7c7d-4998-ac5f-5bc925628620 { display: none !important; }}
@media (min-width: 0px) {
[id="s-53e547bb-7c7d-4998-ac5f-5bc925628620"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53e547bb-7c7d-4998-ac5f-5bc925628620"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53e547bb-7c7d-4998-ac5f-5bc925628620"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53e547bb-7c7d-4998-ac5f-5bc925628620"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4de06b1f-8b46-4920-853f-88aaaa4ae22a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4de06b1f-8b46-4920-853f-88aaaa4ae22a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4de06b1f-8b46-4920-853f-88aaaa4ae22a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-4de06b1f-8b46-4920-853f-88aaaa4ae22a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-4de06b1f-8b46-4920-853f-88aaaa4ae22a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/243;
text-align: right;
}



.shg-image-margin-container-s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
    
    
  }


.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
      position: relative;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  
  
  
  
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
    
    
  }


.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
      position: relative;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 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-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  
  
  
  
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
    
    
  }


.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
      position: relative;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 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-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  
  
  
  
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
    
    
  }


.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
      position: relative;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  
  
  
  
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
    
    
  }


.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container {
      position: relative;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb68567d-9c4b-4fe0-8761-a3429e0e9872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-118a7102-5e17-4ad7-8f64-1588f4001984 {
  margin-left: auto;
margin-right: auto;
}

#s-51a8465c-dfb1-41fe-b7cd-e7a235b9e317 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-51a8465c-dfb1-41fe-b7cd-e7a235b9e317"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51a8465c-dfb1-41fe-b7cd-e7a235b9e317"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-51a8465c-dfb1-41fe-b7cd-e7a235b9e317"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-51a8465c-dfb1-41fe-b7cd-e7a235b9e317"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/243;
text-align: right;
}



.shg-image-margin-container-s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
    
    
  }


.s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
      position: relative;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  
  
  
  
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
    
    
  }


.s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
      position: relative;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 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-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  
  
  
  
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
    
    
  }


.s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
      position: relative;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 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-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  
  
  
  
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
    
    
  }


.s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
      position: relative;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  
  
  
  
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
    
    
  }


.s-c73ec58e-11fa-40cb-85db-ccb80ff38911 .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container {
      position: relative;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ec58e-11fa-40cb-85db-ccb80ff38911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-42809827-b468-47cc-9960-7cd8dfed93d0 {
  margin-left: auto;
margin-right: auto;
}

#s-af4bcb69-8501-4a11-a179-0ed0e3702035 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 11%;
padding-bottom: 2%;
padding-right: 11%;
max-width: 1260px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af4bcb69-8501-4a11-a179-0ed0e3702035 {
  display: none;
}
#s-af4bcb69-8501-4a11-a179-0ed0e3702035, #wrap-s-af4bcb69-8501-4a11-a179-0ed0e3702035 { display: none !important; }}@media (max-width: 767px){#s-af4bcb69-8501-4a11-a179-0ed0e3702035 {
  display: none;
}
#s-af4bcb69-8501-4a11-a179-0ed0e3702035, #wrap-s-af4bcb69-8501-4a11-a179-0ed0e3702035 { display: none !important; }}
@media (min-width: 0px) {
[id="s-af4bcb69-8501-4a11-a179-0ed0e3702035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af4bcb69-8501-4a11-a179-0ed0e3702035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af4bcb69-8501-4a11-a179-0ed0e3702035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af4bcb69-8501-4a11-a179-0ed0e3702035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c7de041-91a0-424b-8a01-04fca624f311 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6c7de041-91a0-424b-8a01-04fca624f311"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c7de041-91a0-424b-8a01-04fca624f311"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-6c7de041-91a0-424b-8a01-04fca624f311"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c7de041-91a0-424b-8a01-04fca624f311"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/243;
text-align: right;
}



.shg-image-margin-container-s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
    
    
  }


.s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44a9de1-1226-4746-8008-71605588e8f4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
      position: relative;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f44a9de1-1226-4746-8008-71605588e8f4 {
  
  
  
  
}

#s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
    
    
  }


.s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44a9de1-1226-4746-8008-71605588e8f4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
      position: relative;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4 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-f44a9de1-1226-4746-8008-71605588e8f4 {
  
  
  
  
}

#s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
    
    
  }


.s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44a9de1-1226-4746-8008-71605588e8f4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
      position: relative;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4 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-f44a9de1-1226-4746-8008-71605588e8f4 {
  
  
  
  
}

#s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
    
    
  }


.s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44a9de1-1226-4746-8008-71605588e8f4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
      position: relative;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f44a9de1-1226-4746-8008-71605588e8f4 {
  
  
  
  
}

#s-f44a9de1-1226-4746-8008-71605588e8f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f44a9de1-1226-4746-8008-71605588e8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
    
    
  }


.s-f44a9de1-1226-4746-8008-71605588e8f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44a9de1-1226-4746-8008-71605588e8f4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container {
      position: relative;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44a9de1-1226-4746-8008-71605588e8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b092f7fe-324f-450f-b8c8-aefc8a3d4156 {
  margin-left: auto;
margin-right: auto;
}

#s-064e762f-7b41-48d2-851a-4199f80401ec {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-064e762f-7b41-48d2-851a-4199f80401ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-064e762f-7b41-48d2-851a-4199f80401ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-064e762f-7b41-48d2-851a-4199f80401ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-064e762f-7b41-48d2-851a-4199f80401ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/243;
text-align: right;
}



.shg-image-margin-container-s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
    
    
  }


.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
      position: relative;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  
  
  
  
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
    
    
  }


.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
      position: relative;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd 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-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  
  
  
  
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
    
    
  }


.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
      position: relative;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd 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-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  
  
  
  
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
    
    
  }


.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
      position: relative;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  
  
  
  
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
    
    
  }


.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container {
      position: relative;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec2c3f96-efdc-4a3c-8141-f5f983be0bbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c0e792e5-dd85-4183-91bb-d195080a5a1e {
  margin-left: auto;
margin-right: auto;
}

#s-09271713-2061-4629-9db5-9f9826a4f699 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 11%;
padding-bottom: 2%;
padding-right: 11%;
max-width: 1260px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09271713-2061-4629-9db5-9f9826a4f699 {
  display: none;
}
#s-09271713-2061-4629-9db5-9f9826a4f699, #wrap-s-09271713-2061-4629-9db5-9f9826a4f699 { display: none !important; }}@media (max-width: 767px){#s-09271713-2061-4629-9db5-9f9826a4f699 {
  display: none;
}
#s-09271713-2061-4629-9db5-9f9826a4f699, #wrap-s-09271713-2061-4629-9db5-9f9826a4f699 { display: none !important; }}
@media (min-width: 0px) {
[id="s-09271713-2061-4629-9db5-9f9826a4f699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09271713-2061-4629-9db5-9f9826a4f699"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09271713-2061-4629-9db5-9f9826a4f699"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09271713-2061-4629-9db5-9f9826a4f699"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d3cb864-25f4-43a2-9338-7c8bb1202274 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6d3cb864-25f4-43a2-9338-7c8bb1202274"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d3cb864-25f4-43a2-9338-7c8bb1202274"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-6d3cb864-25f4-43a2-9338-7c8bb1202274"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d3cb864-25f4-43a2-9338-7c8bb1202274"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/243;
text-align: right;
}



.shg-image-margin-container-s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
    
    
  }


.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
      position: relative;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  
  
  
  
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
    
    
  }


.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
      position: relative;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 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-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  
  
  
  
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
    
    
  }


.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
      position: relative;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 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-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  
  
  
  
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
    
    
  }


.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
      position: relative;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  
  
  
  
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
    
    
  }


.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container {
      position: relative;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f561f5-f262-4fd8-aefd-1a6f5a435ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11a90efe-8d19-49c2-b791-9a52ec637371 {
  margin-left: auto;
margin-right: auto;
}

#s-533bf399-cfb9-4531-9f37-2d069a5c0aa9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-533bf399-cfb9-4531-9f37-2d069a5c0aa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-533bf399-cfb9-4531-9f37-2d069a5c0aa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-533bf399-cfb9-4531-9f37-2d069a5c0aa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-533bf399-cfb9-4531-9f37-2d069a5c0aa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin-left: auto;
margin-right: 5%;
max-width: 180px;
aspect-ratio: 265/243;
text-align: right;
}



.shg-image-margin-container-s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin-left: auto;
  margin-right: 5%;
  
  
}

#s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
    
    
  }


.s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f30c01-ac3b-45d3-9821-454870acb097 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
      position: relative;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-90f30c01-ac3b-45d3-9821-454870acb097 {
  
  
  
  
}

#s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
    
    
  }


.s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f30c01-ac3b-45d3-9821-454870acb097 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
      position: relative;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097 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-90f30c01-ac3b-45d3-9821-454870acb097 {
  
  
  
  
}

#s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
    
    
  }


.s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f30c01-ac3b-45d3-9821-454870acb097 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
      position: relative;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097 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-90f30c01-ac3b-45d3-9821-454870acb097 {
  
  
  
  
}

#s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
    
    
  }


.s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f30c01-ac3b-45d3-9821-454870acb097 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
      position: relative;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-90f30c01-ac3b-45d3-9821-454870acb097 {
  
  
  
  
}

#s-90f30c01-ac3b-45d3-9821-454870acb097 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f30c01-ac3b-45d3-9821-454870acb097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
    
    
  }


.s-90f30c01-ac3b-45d3-9821-454870acb097 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f30c01-ac3b-45d3-9821-454870acb097 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container {
      position: relative;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f30c01-ac3b-45d3-9821-454870acb097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-890f3f4f-dd94-4d87-ba92-808bbed6c474 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-00a9c86c-a671-40cb-a681-00fd36b242b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-00a9c86c-a671-40cb-a681-00fd36b242b6 {
  display: none;
}
#s-00a9c86c-a671-40cb-a681-00fd36b242b6, #wrap-s-00a9c86c-a671-40cb-a681-00fd36b242b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00a9c86c-a671-40cb-a681-00fd36b242b6 {
  display: none;
}
#s-00a9c86c-a671-40cb-a681-00fd36b242b6, #wrap-s-00a9c86c-a671-40cb-a681-00fd36b242b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00a9c86c-a671-40cb-a681-00fd36b242b6 {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}
}
#slider-v3-s-00a9c86c-a671-40cb-a681-00fd36b242b6 {
  --swiper-pagination-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1) !important;

  
}

#slider-v3-s-00a9c86c-a671-40cb-a681-00fd36b242b6 > .swiper-button-prev,
#slider-v3-s-00a9c86c-a671-40cb-a681-00fd36b242b6 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-00a9c86c-a671-40cb-a681-00fd36b242b6 > .swiper-button-next svg,
#slider-v3-s-00a9c86c-a671-40cb-a681-00fd36b242b6 > .swiper-button-prev svg {
  fill: rgba(255, 255, 255, 1) !important;
}

#s-679758ac-7765-44ba-920e-4abf89b3c141 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-679758ac-7765-44ba-920e-4abf89b3c141"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-679758ac-7765-44ba-920e-4abf89b3c141"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-679758ac-7765-44ba-920e-4abf89b3c141"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-679758ac-7765-44ba-920e-4abf89b3c141"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/243;
text-align: center;
}



.shg-image-margin-container-s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
    
    
  }


.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
      position: relative;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  
  
  
  
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
    
    
  }


.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
      position: relative;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d 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-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  
  
  
  
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
    
    
  }


.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
      position: relative;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d 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-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  
  
  
  
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
    
    
  }


.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
      position: relative;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  
  
  
  
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
    
    
  }


.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container {
      position: relative;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-945854c8-071a-4678-8ce6-4b7ee98f1a1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-866dd364-9667-4aa0-8032-e154c663809e {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-36879942-f79b-4d95-9c65-4991d4ab5eeb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-36879942-f79b-4d95-9c65-4991d4ab5eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36879942-f79b-4d95-9c65-4991d4ab5eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36879942-f79b-4d95-9c65-4991d4ab5eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36879942-f79b-4d95-9c65-4991d4ab5eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/243;
text-align: center;
}



.shg-image-margin-container-s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
    
    
  }


.s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-content {
  
    align-items: center;
  
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-618afacd-5957-4641-94e1-8a384bebe132 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
      position: relative;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-618afacd-5957-4641-94e1-8a384bebe132 {
  
  
  
  
}

#s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
    
    
  }


.s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-content {
  
    align-items: center;
  
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-618afacd-5957-4641-94e1-8a384bebe132 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
      position: relative;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132 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-618afacd-5957-4641-94e1-8a384bebe132 {
  
  
  
  
}

#s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
    
    
  }


.s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-content {
  
    align-items: center;
  
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-618afacd-5957-4641-94e1-8a384bebe132 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
      position: relative;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132 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-618afacd-5957-4641-94e1-8a384bebe132 {
  
  
  
  
}

#s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
    
    
  }


.s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-content {
  
    align-items: center;
  
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-618afacd-5957-4641-94e1-8a384bebe132 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
      position: relative;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-618afacd-5957-4641-94e1-8a384bebe132 {
  
  
  
  
}

#s-618afacd-5957-4641-94e1-8a384bebe132 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-618afacd-5957-4641-94e1-8a384bebe132 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
    
    
  }


.s-618afacd-5957-4641-94e1-8a384bebe132 .shogun-image-content {
  
    align-items: center;
  
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-618afacd-5957-4641-94e1-8a384bebe132 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container {
      position: relative;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-618afacd-5957-4641-94e1-8a384bebe132 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7ad7b61b-c3ca-49a3-a725-518d95494aba {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-cc1ceabb-f4fb-46fe-8722-7f58b597c607 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cc1ceabb-f4fb-46fe-8722-7f58b597c607"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc1ceabb-f4fb-46fe-8722-7f58b597c607"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc1ceabb-f4fb-46fe-8722-7f58b597c607"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc1ceabb-f4fb-46fe-8722-7f58b597c607"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/243;
text-align: center;
}



.shg-image-margin-container-s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
    
    
  }


.s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-content {
  
    align-items: center;
  
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
      position: relative;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  
  
  
  
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
    
    
  }


.s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-content {
  
    align-items: center;
  
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
      position: relative;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da 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-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  
  
  
  
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
    
    
  }


.s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-content {
  
    align-items: center;
  
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
      position: relative;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da 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-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  
  
  
  
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
    
    
  }


.s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-content {
  
    align-items: center;
  
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
      position: relative;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  
  
  
  
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
    
    
  }


.s-aff7b2ec-31f3-449c-b77e-569b96fd52da .shogun-image-content {
  
    align-items: center;
  
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container {
      position: relative;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aff7b2ec-31f3-449c-b77e-569b96fd52da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a7400a41-31c3-4e5d-911b-5377092352f7 {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-b7577bec-1152-409c-8551-36336017549b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7577bec-1152-409c-8551-36336017549b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7577bec-1152-409c-8551-36336017549b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7577bec-1152-409c-8551-36336017549b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7577bec-1152-409c-8551-36336017549b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/243;
text-align: center;
}



.shg-image-margin-container-s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
    
    
  }


.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
      position: relative;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  
  
  
  
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
    
    
  }


.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
      position: relative;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c 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-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  
  
  
  
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
    
    
  }


.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
      position: relative;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c 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-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  
  
  
  
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
    
    
  }


.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
      position: relative;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  
  
  
  
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
    
    
  }


.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container {
      position: relative;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78b1fc-8b31-4fc5-a2b6-d8127bfdf36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8d3e9991-0299-4b7d-b590-90c4ed831ee4 {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-3ada017e-fbe2-4198-a30c-66565b799871 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ada017e-fbe2-4198-a30c-66565b799871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ada017e-fbe2-4198-a30c-66565b799871"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ada017e-fbe2-4198-a30c-66565b799871"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ada017e-fbe2-4198-a30c-66565b799871"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/243;
text-align: center;
}



.shg-image-margin-container-s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
    
    
  }


.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
      position: relative;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  
  
  
  
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
    
    
  }


.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
      position: relative;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 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-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  
  
  
  
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
    
    
  }


.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
      position: relative;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 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-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  
  
  
  
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
    
    
  }


.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
      position: relative;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  
  
  
  
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
    
    
  }


.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container {
      position: relative;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2a93f5-0242-4176-9dc4-8afaaddd45c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dbd64971-4fe8-4d8e-91b4-2244e29c55dd {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-b1026ec5-ed34-45b1-9095-7b8999c2fdc0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b1026ec5-ed34-45b1-9095-7b8999c2fdc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1026ec5-ed34-45b1-9095-7b8999c2fdc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1026ec5-ed34-45b1-9095-7b8999c2fdc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1026ec5-ed34-45b1-9095-7b8999c2fdc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/243;
text-align: center;
}



.shg-image-margin-container-s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
    
    
  }


.s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3de253a-db71-4901-aafd-38df9d358b24 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
      position: relative;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a3de253a-db71-4901-aafd-38df9d358b24 {
  
  
  
  
}

#s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
    
    
  }


.s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3de253a-db71-4901-aafd-38df9d358b24 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
      position: relative;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24 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-a3de253a-db71-4901-aafd-38df9d358b24 {
  
  
  
  
}

#s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
    
    
  }


.s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3de253a-db71-4901-aafd-38df9d358b24 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
      position: relative;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24 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-a3de253a-db71-4901-aafd-38df9d358b24 {
  
  
  
  
}

#s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
    
    
  }


.s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3de253a-db71-4901-aafd-38df9d358b24 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
      position: relative;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a3de253a-db71-4901-aafd-38df9d358b24 {
  
  
  
  
}

#s-a3de253a-db71-4901-aafd-38df9d358b24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      aspect-ratio: 265/243;
      width: 100%;
      height: 100%;
    }

    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-link {
      aspect-ratio: 265/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3de253a-db71-4901-aafd-38df9d358b24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
    
    
  }


.s-a3de253a-db71-4901-aafd-38df9d358b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3de253a-db71-4901-aafd-38df9d358b24 {
      --shg-aspect-ratio: calc(265/243); 
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container {
      position: relative;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3de253a-db71-4901-aafd-38df9d358b24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aa35aaf5-70c1-41cc-bdd4-3d3f3fc234c3 {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-f8351539-e26c-4ddc-98c9-ea5c2fcecb64 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f8351539-e26c-4ddc-98c9-ea5c2fcecb64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8351539-e26c-4ddc-98c9-ea5c2fcecb64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8351539-e26c-4ddc-98c9-ea5c2fcecb64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8351539-e26c-4ddc-98c9-ea5c2fcecb64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/244;
text-align: center;
}



.shg-image-margin-container-s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
    
    
  }


.s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-content {
  
    align-items: center;
  
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ba003-acf5-420d-8558-9baca7a15eba {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
      position: relative;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-534ba003-acf5-420d-8558-9baca7a15eba {
  
  
  
  
}

#s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
    
    
  }


.s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-content {
  
    align-items: center;
  
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ba003-acf5-420d-8558-9baca7a15eba {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
      position: relative;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba 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-534ba003-acf5-420d-8558-9baca7a15eba {
  
  
  
  
}

#s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
    
    
  }


.s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-content {
  
    align-items: center;
  
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ba003-acf5-420d-8558-9baca7a15eba {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
      position: relative;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba 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-534ba003-acf5-420d-8558-9baca7a15eba {
  
  
  
  
}

#s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
    
    
  }


.s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-content {
  
    align-items: center;
  
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ba003-acf5-420d-8558-9baca7a15eba {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
      position: relative;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-534ba003-acf5-420d-8558-9baca7a15eba {
  
  
  
  
}

#s-534ba003-acf5-420d-8558-9baca7a15eba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ba003-acf5-420d-8558-9baca7a15eba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
    
    
  }


.s-534ba003-acf5-420d-8558-9baca7a15eba .shogun-image-content {
  
    align-items: center;
  
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ba003-acf5-420d-8558-9baca7a15eba {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container {
      position: relative;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ba003-acf5-420d-8558-9baca7a15eba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e52ee60b-15cc-433a-a05b-0ebd95bae65e {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
}

#s-41e6ef9c-b00e-4ef5-89db-e571f4249a34 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-41e6ef9c-b00e-4ef5-89db-e571f4249a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41e6ef9c-b00e-4ef5-89db-e571f4249a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41e6ef9c-b00e-4ef5-89db-e571f4249a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41e6ef9c-b00e-4ef5-89db-e571f4249a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 265/244;
text-align: center;
}



.shg-image-margin-container-s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
    
    
  }


.s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
      position: relative;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  
  
  
  
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
    
    
  }


.s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
      position: relative;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 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-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  
  
  
  
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
    
    
  }


.s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
      position: relative;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 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-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  
  
  
  
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
    
    
  }


.s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
      position: relative;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  
  
  
  
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      width: 100%;
      height: 100%;
    }

    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
    
    
  }


.s-a181fda6-274c-464b-aa8a-f2163e78e7f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container {
      position: relative;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a181fda6-274c-464b-aa8a-f2163e78e7f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-35c66e6f-5a4f-43fb-9807-84e148818b1a {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
}

#s-74214cd5-8317-475a-9099-f888d291fd69 {
  background-image: url(https://i.shgcdn.com/84e170b5-8052-4045-b600-8db2aa8292e2/);
background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1.5%;
padding-left: 8%;
padding-bottom: 1%;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: image;
}
#s-74214cd5-8317-475a-9099-f888d291fd69:hover {background-image: url(https://i.shgcdn.com/bbb9f2ef-053d-494d-8010-11fc074fa065/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}#s-74214cd5-8317-475a-9099-f888d291fd69:active {background-image: url(https://i.shgcdn.com/b1e07670-faf4-492b-98f7-10697b4c9c4f/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 1200px){#s-74214cd5-8317-475a-9099-f888d291fd69 {
  padding-top: 1.1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74214cd5-8317-475a-9099-f888d291fd69 {
  padding-top: 1.1%;
padding-bottom: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74214cd5-8317-475a-9099-f888d291fd69 {
  padding-top: 1.2%;
}
}@media (max-width: 767px){#s-74214cd5-8317-475a-9099-f888d291fd69 {
  padding-top: 2%;
padding-left: 14%;
padding-bottom: 2%;
padding-right: 8%;
}
}

  #s-74214cd5-8317-475a-9099-f888d291fd69-root {
    text-align: center;
  }


#s-74214cd5-8317-475a-9099-f888d291fd69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74214cd5-8317-475a-9099-f888d291fd69-root {
    text-align: center;
  }


#s-74214cd5-8317-475a-9099-f888d291fd69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74214cd5-8317-475a-9099-f888d291fd69-root {
    text-align: center;
  }


#s-74214cd5-8317-475a-9099-f888d291fd69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74214cd5-8317-475a-9099-f888d291fd69-root {
    text-align: center;
  }


#s-74214cd5-8317-475a-9099-f888d291fd69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74214cd5-8317-475a-9099-f888d291fd69-root {
    text-align: center;
  }


#s-74214cd5-8317-475a-9099-f888d291fd69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5645e86-3d8e-4146-85b5-90833cab344d {
  background-image: url(https://i.shgcdn.com/82de4c0d-74f7-48b2-982a-75d4255a767e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f5645e86-3d8e-4146-85b5-90833cab344d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f5645e86-3d8e-4146-85b5-90833cab344d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5645e86-3d8e-4146-85b5-90833cab344d.shg-box.shg-c {
  justify-content: center;
}

#s-99de48ba-0dc0-414f-b1ce-b9fab776499d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-99de48ba-0dc0-414f-b1ce-b9fab776499d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Saira";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9fa8dce7-4301-45d5-bb75-a61642934088 {
  margin-left: 10%;
margin-right: 10%;
min-height: 0px;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 6%;
margin-right: auto;
max-width: 1400px;
aspect-ratio: 3840/1256;
text-align: center;
}



.shg-image-margin-container-s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 6%;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin: 0 !important;
}





  img.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
    
    
  }


.s-7eee9278-b42e-4382-ac96-df8f6744d523 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  
  
  
  
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin: 0 !important;
}





  img.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
    
    
  }


.s-7eee9278-b42e-4382-ac96-df8f6744d523 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  
  
  
  
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin: 0 !important;
}





  img.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
    
    
  }


.s-7eee9278-b42e-4382-ac96-df8f6744d523 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  
  
  
  
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin: 0 !important;
}





  img.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
    
    
  }


.s-7eee9278-b42e-4382-ac96-df8f6744d523 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  
  
  
  
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523 {
  margin: 0 !important;
}





  img.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
    
    
  }


.s-7eee9278-b42e-4382-ac96-df8f6744d523 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eee9278-b42e-4382-ac96-df8f6744d523.shogun-image {
  box-sizing: border-box;
}




}
#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
max-width: 100%;
aspect-ratio: 412/45;
text-align: center;
}
@media (min-width: 1200px){#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  display: none;
}
#s-c835fe92-8bac-46b0-9fe2-fad629fb140b, #wrap-s-c835fe92-8bac-46b0-9fe2-fad629fb140b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  display: none;
}
#s-c835fe92-8bac-46b0-9fe2-fad629fb140b, #wrap-s-c835fe92-8bac-46b0-9fe2-fad629fb140b { display: none !important; }}


.shg-image-margin-container-s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 4%;
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
    
    
  }


.s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-content {
  
    align-items: center;
  
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
      position: relative;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  
  
  
  
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
    
    
  }


.s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-content {
  
    align-items: center;
  
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
      position: relative;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b 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-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  
  
  
  
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
    
    
  }


.s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-content {
  
    align-items: center;
  
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
      position: relative;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b 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-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  
  
  
  
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
    
    
  }


.s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-content {
  
    align-items: center;
  
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
      position: relative;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  
  
  
  
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      aspect-ratio: 412/45;
      width: 100%;
      height: 100%;
    }

    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-link {
      aspect-ratio: 412/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
    
    
  }


.s-c835fe92-8bac-46b0-9fe2-fad629fb140b .shogun-image-content {
  
    align-items: center;
  
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b {
      --shg-aspect-ratio: calc(412/45); 
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container {
      position: relative;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c835fe92-8bac-46b0-9fe2-fad629fb140b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4a00b39a-7792-4f74-b58b-7270acd9b5ba {
  margin-left: auto;
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: #000;
border-style: none;
min-height: 50px;
background-color: rgba(13, 9, 29, 1);
}








#s-4a00b39a-7792-4f74-b58b-7270acd9b5ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a00b39a-7792-4f74-b58b-7270acd9b5ba.shg-box.shg-c {
  justify-content: center;
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin-left: auto;
margin-right: auto;
max-width: 1919px;
aspect-ratio: 1919/117;
text-align: center;
}
@media (min-width: 1200px){#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  display: none;
}
#s-9ae878c2-4794-422e-95ac-f86a831ba38f, #wrap-s-9ae878c2-4794-422e-95ac-f86a831ba38f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  display: none;
}
#s-9ae878c2-4794-422e-95ac-f86a831ba38f, #wrap-s-9ae878c2-4794-422e-95ac-f86a831ba38f { display: none !important; }}@media (max-width: 767px){#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  display: none;
}
#s-9ae878c2-4794-422e-95ac-f86a831ba38f, #wrap-s-9ae878c2-4794-422e-95ac-f86a831ba38f { display: none !important; }}


.shg-image-margin-container-s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
    
    
  }


.s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ae878c2-4794-422e-95ac-f86a831ba38f {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
      position: relative;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  
  
  
  
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
    
    
  }


.s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ae878c2-4794-422e-95ac-f86a831ba38f {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
      position: relative;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f 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-9ae878c2-4794-422e-95ac-f86a831ba38f {
  
  
  
  
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
    
    
  }


.s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ae878c2-4794-422e-95ac-f86a831ba38f {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
      position: relative;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f 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-9ae878c2-4794-422e-95ac-f86a831ba38f {
  
  
  
  
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
    
    
  }


.s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ae878c2-4794-422e-95ac-f86a831ba38f {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
      position: relative;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  
  
  
  
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      aspect-ratio: 1919/117;
      width: 100%;
      height: 100%;
    }

    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-link {
      aspect-ratio: 1919/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ae878c2-4794-422e-95ac-f86a831ba38f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
    
    
  }


.s-9ae878c2-4794-422e-95ac-f86a831ba38f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ae878c2-4794-422e-95ac-f86a831ba38f {
      --shg-aspect-ratio: calc(1919/117); 
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container {
      position: relative;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ae878c2-4794-422e-95ac-f86a831ba38f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 3841/117;
text-align: center;
}
@media (min-width: 1200px){#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  display: none;
}
#s-b7967c70-a2b0-4af8-8e44-e80e38f45196, #wrap-s-b7967c70-a2b0-4af8-8e44-e80e38f45196 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  display: none;
}
#s-b7967c70-a2b0-4af8-8e44-e80e38f45196, #wrap-s-b7967c70-a2b0-4af8-8e44-e80e38f45196 { display: none !important; }}@media (max-width: 767px){#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  display: none;
}
#s-b7967c70-a2b0-4af8-8e44-e80e38f45196, #wrap-s-b7967c70-a2b0-4af8-8e44-e80e38f45196 { display: none !important; }}


.shg-image-margin-container-s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
    
    
  }


.s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
      position: relative;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  
  
  
  
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
    
    
  }


.s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
      position: relative;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 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-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  
  
  
  
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
    
    
  }


.s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
      position: relative;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 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-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  
  
  
  
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
    
    
  }


.s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
      position: relative;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  
  
  
  
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      aspect-ratio: 3841/117;
      width: 100%;
      height: 100%;
    }

    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-link {
      aspect-ratio: 3841/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
    
    
  }


.s-b7967c70-a2b0-4af8-8e44-e80e38f45196 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 {
      --shg-aspect-ratio: calc(3841/117); 
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container {
      position: relative;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7967c70-a2b0-4af8-8e44-e80e38f45196 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0bf742cc-a266-4095-b149-67eaa48ee38f {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bf742cc-a266-4095-b149-67eaa48ee38f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Saira";
  font-style:  normal ;
  
  
  
  
}



#s-01d17208-283c-4ea9-ad34-531852925036 {
  background-image: url(https://i.shgcdn.com/20f51ef0-5003-4573-82a4-83ea365ea9af/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
}
#s-01d17208-283c-4ea9-ad34-531852925036:hover {background-image: url(https://i.shgcdn.com/b78f9522-3edb-4ceb-87c6-902d3dd1fa35/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(13, 9, 29, 1) !important;}#s-01d17208-283c-4ea9-ad34-531852925036:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01d17208-283c-4ea9-ad34-531852925036-root {
    text-align: center;
  }


#s-01d17208-283c-4ea9-ad34-531852925036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01d17208-283c-4ea9-ad34-531852925036-root {
    text-align: center;
  }


#s-01d17208-283c-4ea9-ad34-531852925036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01d17208-283c-4ea9-ad34-531852925036-root {
    text-align: center;
  }


#s-01d17208-283c-4ea9-ad34-531852925036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01d17208-283c-4ea9-ad34-531852925036-root {
    text-align: center;
  }


#s-01d17208-283c-4ea9-ad34-531852925036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01d17208-283c-4ea9-ad34-531852925036-root {
    text-align: center;
  }


#s-01d17208-283c-4ea9-ad34-531852925036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-afb5c425-c7ef-47ac-9848-650f973c9a9d {
  background-image: url(https://i.shgcdn.com/20f51ef0-5003-4573-82a4-83ea365ea9af/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
}
#s-afb5c425-c7ef-47ac-9848-650f973c9a9d:hover {background-image: url(https://i.shgcdn.com/b78f9522-3edb-4ceb-87c6-902d3dd1fa35/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(13, 9, 29, 1) !important;}#s-afb5c425-c7ef-47ac-9848-650f973c9a9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afb5c425-c7ef-47ac-9848-650f973c9a9d-root {
    text-align: center;
  }


#s-afb5c425-c7ef-47ac-9848-650f973c9a9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afb5c425-c7ef-47ac-9848-650f973c9a9d-root {
    text-align: center;
  }


#s-afb5c425-c7ef-47ac-9848-650f973c9a9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afb5c425-c7ef-47ac-9848-650f973c9a9d-root {
    text-align: center;
  }


#s-afb5c425-c7ef-47ac-9848-650f973c9a9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afb5c425-c7ef-47ac-9848-650f973c9a9d-root {
    text-align: center;
  }


#s-afb5c425-c7ef-47ac-9848-650f973c9a9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afb5c425-c7ef-47ac-9848-650f973c9a9d-root {
    text-align: center;
  }


#s-afb5c425-c7ef-47ac-9848-650f973c9a9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 684/57;
text-align: center;
}
@media (max-width: 767px){#s-9623366f-0c33-42bc-b746-8435d6a002df {
  max-width: 280px;
}
}


.shg-image-margin-container-s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  
}

#s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      aspect-ratio: 684/57;
      width: 100%;
      height: 100%;
    }

    #s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-link {
      aspect-ratio: 684/57;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
    
    
  }


.s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-content {
  
    align-items: center;
  
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9623366f-0c33-42bc-b746-8435d6a002df {
      --shg-aspect-ratio: calc(684/57); 
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
      position: relative;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9623366f-0c33-42bc-b746-8435d6a002df {
  
  
  
  
}

#s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      aspect-ratio: 684/57;
      width: 100%;
      height: 100%;
    }

    #s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-link {
      aspect-ratio: 684/57;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
    
    
  }


.s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-content {
  
    align-items: center;
  
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9623366f-0c33-42bc-b746-8435d6a002df {
      --shg-aspect-ratio: calc(684/57); 
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
      position: relative;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df 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-9623366f-0c33-42bc-b746-8435d6a002df {
  
  
  
  
}

#s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      aspect-ratio: 684/57;
      width: 100%;
      height: 100%;
    }

    #s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-link {
      aspect-ratio: 684/57;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
    
    
  }


.s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-content {
  
    align-items: center;
  
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9623366f-0c33-42bc-b746-8435d6a002df {
      --shg-aspect-ratio: calc(684/57); 
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
      position: relative;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df 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-9623366f-0c33-42bc-b746-8435d6a002df {
  
  
  
  
}

#s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      aspect-ratio: 684/57;
      width: 100%;
      height: 100%;
    }

    #s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-link {
      aspect-ratio: 684/57;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
    
    
  }


.s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-content {
  
    align-items: center;
  
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9623366f-0c33-42bc-b746-8435d6a002df {
      --shg-aspect-ratio: calc(684/57); 
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
      position: relative;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9623366f-0c33-42bc-b746-8435d6a002df {
  
  
  
  
}

#s-9623366f-0c33-42bc-b746-8435d6a002df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      aspect-ratio: 684/57;
      width: 100%;
      height: 100%;
    }

    #s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-link {
      aspect-ratio: 684/57;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9623366f-0c33-42bc-b746-8435d6a002df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
    
    
  }


.s-9623366f-0c33-42bc-b746-8435d6a002df .shogun-image-content {
  
    align-items: center;
  
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9623366f-0c33-42bc-b746-8435d6a002df {
      --shg-aspect-ratio: calc(684/57); 
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container {
      position: relative;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9623366f-0c33-42bc-b746-8435d6a002df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
/*
  $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;
  }
}
