#s-584399e9-f1d5-4b7f-9811-41c72ae3c29d {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(1, 8, 20, 1);
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-5f849992-bef7-41b0-83c0-1ea3ee7578a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-5f849992-bef7-41b0-83c0-1ea3ee7578a3 {
  display: none;
}
#s-5f849992-bef7-41b0-83c0-1ea3ee7578a3, #wrap-s-5f849992-bef7-41b0-83c0-1ea3ee7578a3 { display: none !important; }}







#s-5f849992-bef7-41b0-83c0-1ea3ee7578a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f849992-bef7-41b0-83c0-1ea3ee7578a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 0px;
max-width: 330px;
aspect-ratio: 330/46;
text-align: center;
}



.shg-image-margin-container-s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-content {
  
    align-items: center;
  
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e47db19b-00f7-450f-8cf9-637081cfa229 {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
      position: relative;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  
  
  
  
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-content {
  
    align-items: center;
  
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e47db19b-00f7-450f-8cf9-637081cfa229 {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
      position: relative;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

.shg-image-margin-container-s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  
  
  
  
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-content {
  
    align-items: center;
  
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e47db19b-00f7-450f-8cf9-637081cfa229 {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
      position: relative;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

.shg-image-margin-container-s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  
  
  
  
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-content {
  
    align-items: center;
  
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e47db19b-00f7-450f-8cf9-637081cfa229 {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
      position: relative;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

.shg-image-margin-container-s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  
  
  
  
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e47db19b-00f7-450f-8cf9-637081cfa229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-e47db19b-00f7-450f-8cf9-637081cfa229 .shogun-image-content {
  
    align-items: center;
  
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e47db19b-00f7-450f-8cf9-637081cfa229 {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container {
      position: relative;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e47db19b-00f7-450f-8cf9-637081cfa229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

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

#s-d041eea9-4fe9-4823-9a4a-b2c8559cce2f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
text-align: center;
}

#s-d041eea9-4fe9-4823-9a4a-b2c8559cce2f .shogun-heading-component h2 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

/* 
  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-e39dff58-5228-43b4-b509-c340410ddd63 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-e39dff58-5228-43b4-b509-c340410ddd63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e39dff58-5228-43b4-b509-c340410ddd63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e39dff58-5228-43b4-b509-c340410ddd63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e39dff58-5228-43b4-b509-c340410ddd63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 310px;
aspect-ratio: 310/370;
text-align: center;
}



.shg-image-margin-container-s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
      position: relative;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  
  
  
  
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
      position: relative;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  
  
  
  
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
      position: relative;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  
  
  
  
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
      position: relative;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  
  
  
  
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container {
      position: relative;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf321f9-0f08-47b7-ad45-f6b69f69b9b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-2a5ed9d5-46a9-4cd0-81eb-2cf265ba73a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-2a5ed9d5-46a9-4cd0-81eb-2cf265ba73a2 > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0.3;
  display: block;
}#s-2a5ed9d5-46a9-4cd0-81eb-2cf265ba73a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-19249ec0-3a4f-4a51-83c4-926564a5bc33 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a0a97ed-f5ee-4435-a2eb-ce610b856c10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-40ae45dc-b9f7-4edb-8fde-00473f7aaf01 {
  margin-left: auto;
margin-right: auto;
}

#s-0381aa80-49fb-484e-b9a8-8dba0040e45b {
  margin-left: auto;
margin-right: auto;
}








#s-0381aa80-49fb-484e-b9a8-8dba0040e45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0381aa80-49fb-484e-b9a8-8dba0040e45b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a087f1e-330e-429a-b263-53cc75af066f {
  margin-left: auto;
margin-right: auto;
}

#s-8a087f1e-330e-429a-b263-53cc75af066f .shogun-icon-wrapper {
  text-align: center;
}


#s-8a087f1e-330e-429a-b263-53cc75af066f .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 228, 0, 1);
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 310px;
aspect-ratio: 310/370;
text-align: center;
}



.shg-image-margin-container-s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
      position: relative;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  
  
  
  
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
      position: relative;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  
  
  
  
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
      position: relative;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  
  
  
  
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
      position: relative;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  
  
  
  
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container {
      position: relative;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3e347-5070-40b6-92e2-c5cf9b794cc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-36fd5f4f-dc46-41c6-a68d-554512a678de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-36fd5f4f-dc46-41c6-a68d-554512a678de > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0.3;
  display: block;
}#s-36fd5f4f-dc46-41c6-a68d-554512a678de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36733444-8326-42bf-b459-29fe54f1127a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-e852eafe-4d25-46a4-b11a-8278ef85cf4c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e852eafe-4d25-46a4-b11a-8278ef85cf4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-b42b26d1-f1c7-4f9d-9cd6-199cef0ad6d5 {
  margin-left: auto;
margin-right: auto;
}

#s-4c5f92a1-894f-4c67-93e6-5e418d400a5e {
  margin-left: auto;
margin-right: auto;
}








#s-4c5f92a1-894f-4c67-93e6-5e418d400a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c5f92a1-894f-4c67-93e6-5e418d400a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31f30117-df44-4397-a9c5-0da8a168a743 {
  margin-left: auto;
margin-right: auto;
}

#s-31f30117-df44-4397-a9c5-0da8a168a743 .shogun-icon-wrapper {
  text-align: center;
}


#s-31f30117-df44-4397-a9c5-0da8a168a743 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 228, 0, 1);
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 310px;
aspect-ratio: 310/370;
text-align: center;
}



.shg-image-margin-container-s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
      position: relative;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  
  
  
  
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
      position: relative;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  
  
  
  
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
      position: relative;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  
  
  
  
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
      position: relative;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  
  
  
  
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-249f4fed-e42b-48ab-8139-0f319a0dd99a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container {
      position: relative;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249f4fed-e42b-48ab-8139-0f319a0dd99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-d4e8acb1-8f5c-47ac-9348-4c4404ce148e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-d4e8acb1-8f5c-47ac-9348-4c4404ce148e > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0.3;
  display: block;
}#s-d4e8acb1-8f5c-47ac-9348-4c4404ce148e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d35ef65-3365-48fe-a5cf-a7c4e301dc6a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-a802db8d-6b9e-491e-beb9-ae0308c3f45a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a802db8d-6b9e-491e-beb9-ae0308c3f45a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-5a8f8735-d897-4d0b-b899-23b3e5cb75fa {
  margin-left: auto;
margin-right: auto;
}

#s-faa82bf9-7e7d-468b-b51e-7a5fa8ac2e1e {
  margin-left: auto;
margin-right: auto;
}








#s-faa82bf9-7e7d-468b-b51e-7a5fa8ac2e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-faa82bf9-7e7d-468b-b51e-7a5fa8ac2e1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61bff619-1898-4eb7-8381-dd1279d5b0ad {
  margin-left: auto;
margin-right: auto;
}

#s-61bff619-1898-4eb7-8381-dd1279d5b0ad .shogun-icon-wrapper {
  text-align: center;
}


#s-61bff619-1898-4eb7-8381-dd1279d5b0ad .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 228, 0, 1);
}

#s-24dc279d-0979-413d-8e73-af2d310591a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-24dc279d-0979-413d-8e73-af2d310591a6 {
  display: none;
}
#s-24dc279d-0979-413d-8e73-af2d310591a6, #wrap-s-24dc279d-0979-413d-8e73-af2d310591a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24dc279d-0979-413d-8e73-af2d310591a6 {
  display: none;
}
#s-24dc279d-0979-413d-8e73-af2d310591a6, #wrap-s-24dc279d-0979-413d-8e73-af2d310591a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24dc279d-0979-413d-8e73-af2d310591a6 {
  display: none;
}
#s-24dc279d-0979-413d-8e73-af2d310591a6, #wrap-s-24dc279d-0979-413d-8e73-af2d310591a6 { display: none !important; }}







#s-24dc279d-0979-413d-8e73-af2d310591a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24dc279d-0979-413d-8e73-af2d310591a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 0px;
max-width: 330px;
aspect-ratio: 330/46;
text-align: center;
}



.shg-image-margin-container-s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
      position: relative;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  
  
  
  
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
      position: relative;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

.shg-image-margin-container-s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  
  
  
  
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
      position: relative;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

.shg-image-margin-container-s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  
  
  
  
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
      position: relative;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

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

.shg-image-margin-container-s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  
  
  
  
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }

    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-link {
      aspect-ratio: 330/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 330px;
  }



  img.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
    
    
    
    max-height: 330px;
  }


.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa {
      --shg-aspect-ratio: calc(330/46); 
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container {
      position: relative;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5a2b9a-d249-467d-8c2a-6395914a4faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 330px;
    }
  }

}
#s-feb15dd9-55d1-4319-9436-49fe9d13fc9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}

#s-feb15dd9-55d1-4319-9436-49fe9d13fc9f .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-aae4f384-9901-4dcb-b2ac-6ce421dd3cdb {
  box-shadow:1px 1px 10px 2px rgba(81, 81, 82, 1);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}

#s-aae4f384-9901-4dcb-b2ac-6ce421dd3cdb {
  background-image: url(https://i.shgcdn.com/15621453-f80e-4a8e-873c-d678f454d07f/);
}








#s-aae4f384-9901-4dcb-b2ac-6ce421dd3cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aae4f384-9901-4dcb-b2ac-6ce421dd3cdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2df20d98-b5f1-44d6-a463-133532f8bc70 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2df20d98-b5f1-44d6-a463-133532f8bc70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2df20d98-b5f1-44d6-a463-133532f8bc70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2df20d98-b5f1-44d6-a463-133532f8bc70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2df20d98-b5f1-44d6-a463-133532f8bc70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d4d13956-5c3c-4f27-bb6f-054fd72fdf89 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-75496cc0-63d0-4b9a-b893-46d3e9ad0d5e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-10e3ffcf-f542-4df5-8896-60014ace20af {
  margin-left: auto;
margin-right: auto;
}

#s-10e3ffcf-f542-4df5-8896-60014ace20af .shogun-icon-wrapper {
  text-align: left;
}


#s-10e3ffcf-f542-4df5-8896-60014ace20af .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 228, 0, 1);
}

#s-4b41c420-71cd-47a6-b516-8deb59f5b7cf {
  box-shadow:1px 1px 10px 2px rgba(81, 81, 82, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}

#s-4b41c420-71cd-47a6-b516-8deb59f5b7cf {
  background-image: url(https://i.shgcdn.com/0131b1e7-c141-4a7f-8331-f44b5902d656/);
}








#s-4b41c420-71cd-47a6-b516-8deb59f5b7cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b41c420-71cd-47a6-b516-8deb59f5b7cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af39e5b2-1c56-4369-b44d-f26a841e7c27 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-af39e5b2-1c56-4369-b44d-f26a841e7c27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af39e5b2-1c56-4369-b44d-f26a841e7c27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af39e5b2-1c56-4369-b44d-f26a841e7c27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af39e5b2-1c56-4369-b44d-f26a841e7c27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b0b8391f-ef7d-42f2-99ba-16e22e11a914 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-2f56c278-b38a-44bd-bf65-fd0ac117d3a6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-6236c32c-6214-4807-9ee7-c921c9fb2681 {
  margin-left: auto;
margin-right: auto;
}

#s-6236c32c-6214-4807-9ee7-c921c9fb2681 .shogun-icon-wrapper {
  text-align: left;
}


#s-6236c32c-6214-4807-9ee7-c921c9fb2681 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 228, 0, 1);
}

#s-341f7e72-45e5-49b8-b4c0-8598d64e6052 {
  box-shadow:1px 1px 10px 2px rgba(81, 81, 82, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-341f7e72-45e5-49b8-b4c0-8598d64e6052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-341f7e72-45e5-49b8-b4c0-8598d64e6052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeecf494-39f4-4682-80f0-02bbd056af75 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-eeecf494-39f4-4682-80f0-02bbd056af75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eeecf494-39f4-4682-80f0-02bbd056af75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eeecf494-39f4-4682-80f0-02bbd056af75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeecf494-39f4-4682-80f0-02bbd056af75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a21b17f7-9c3a-4c5d-ab22-790de1b330ca {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-83ee6d2c-2191-447c-8b30-33ebd1c9cef1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-6a8eef4f-ad69-4a10-9e69-6a6cdb38407e {
  margin-left: auto;
margin-right: auto;
}

#s-6a8eef4f-ad69-4a10-9e69-6a6cdb38407e .shogun-icon-wrapper {
  text-align: left;
}


#s-6a8eef4f-ad69-4a10-9e69-6a6cdb38407e .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 228, 0, 1);
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1917/827;
text-align: center;
}
@media (max-width: 767px){#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  display: none;
}
#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1, #wrap-s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 { display: none !important; }}


.shg-image-margin-container-s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }

    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-link {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
      --shg-aspect-ratio: calc(1917/827); 
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
      position: relative;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  
  
  
  
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }

    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-link {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
      --shg-aspect-ratio: calc(1917/827); 
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
      position: relative;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  
  
  
  
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }

    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-link {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
      --shg-aspect-ratio: calc(1917/827); 
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
      position: relative;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  
  
  
  
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }

    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-link {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
      --shg-aspect-ratio: calc(1917/827); 
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
      position: relative;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  
  
  
  
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }

    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-link {
      aspect-ratio: 1917/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 {
      --shg-aspect-ratio: calc(1917/827); 
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container {
      position: relative;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d4fc4b-a4ae-4b1b-b82e-6a2df012faf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1520/1020;
text-align: center;
}
@media (min-width: 1200px){#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  display: none;
}
#s-3768bc85-9ff2-469b-b390-c8bf11a185f5, #wrap-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  display: none;
}
#s-3768bc85-9ff2-469b-b390-c8bf11a185f5, #wrap-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  display: none;
}
#s-3768bc85-9ff2-469b-b390-c8bf11a185f5, #wrap-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 { display: none !important; }}


.shg-image-margin-container-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }

    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-link {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
      --shg-aspect-ratio: calc(1520/1020); 
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
      position: relative;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  
  
  
  
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }

    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-link {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
      --shg-aspect-ratio: calc(1520/1020); 
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
      position: relative;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  
  
  
  
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }

    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-link {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
      --shg-aspect-ratio: calc(1520/1020); 
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
      position: relative;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  
  
  
  
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }

    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-link {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
      --shg-aspect-ratio: calc(1520/1020); 
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
      position: relative;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  
  
  
  
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }

    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-link {
      aspect-ratio: 1520/1020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3768bc85-9ff2-469b-b390-c8bf11a185f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 {
      --shg-aspect-ratio: calc(1520/1020); 
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container {
      position: relative;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3768bc85-9ff2-469b-b390-c8bf11a185f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-7d748796-545a-4bf7-ac74-dc7fe30a999b {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-7d748796-545a-4bf7-ac74-dc7fe30a999b {
  display: none;
}
#s-7d748796-545a-4bf7-ac74-dc7fe30a999b, #wrap-s-7d748796-545a-4bf7-ac74-dc7fe30a999b { display: none !important; }}







#s-7d748796-545a-4bf7-ac74-dc7fe30a999b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d748796-545a-4bf7-ac74-dc7fe30a999b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70fc75a9-2df9-4539-8608-1caa9604de69 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-424ee3cd-bc33-4f41-a0a7-bcd109220d22 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-424ee3cd-bc33-4f41-a0a7-bcd109220d22 .shogun-heading-component h2 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6870c8c3-991e-49be-9ec7-aeeabffcb1bb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-9ddf0c5c-0b6f-47c9-a0de-ac3b6bd0a0ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d {
  display: none;
}
#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d, #wrap-s-62dc02e4-6410-4ef4-94f6-bd84e308af9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d {
  display: none;
}
#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d, #wrap-s-62dc02e4-6410-4ef4-94f6-bd84e308af9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d {
  display: none;
}
#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d, #wrap-s-62dc02e4-6410-4ef4-94f6-bd84e308af9d { display: none !important; }}







#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62dc02e4-6410-4ef4-94f6-bd84e308af9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c32a87-307a-46ff-946f-367c6e321e91 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2ff5224d-e928-4e41-b3c5-449cccd95979 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-2ff5224d-e928-4e41-b3c5-449cccd95979 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-97f61aaf-be71-4b6a-a0f1-e925ab11ad95 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-1a833308-d9d5-44f9-8032-8fa322c16960 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6ebb6655-226f-4c08-89ad-5111b7de74b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}








#s-6ebb6655-226f-4c08-89ad-5111b7de74b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ebb6655-226f-4c08-89ad-5111b7de74b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (max-width: 767px){#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 {
  display: none;
}
#s-1710e7a3-5ab9-498f-98fb-d40e3c046716, #wrap-s-1710e7a3-5ab9-498f-98fb-d40e3c046716 { display: none !important; }}
#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 8, 20, 1);
  padding: 10px;
}

#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 50px;
}

#s-1710e7a3-5ab9-498f-98fb-d40e3c046716 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-2fb9eeb2-0a68-43ce-afcb-e66f745fed15 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-2fb9eeb2-0a68-43ce-afcb-e66f745fed15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fb9eeb2-0a68-43ce-afcb-e66f745fed15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e50ee324-884e-4fa5-92c9-a15457d5b718 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
text-align: center;
}

#s-e50ee324-884e-4fa5-92c9-a15457d5b718 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b50b9dd0-bcaf-45f4-a396-55db0c1829c5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-68d0a2d6-cf17-49e9-ba2f-8f9354cb0188 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-86bef45f-46c4-406f-850c-5354bb7b91f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-86bef45f-46c4-406f-850c-5354bb7b91f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86bef45f-46c4-406f-850c-5354bb7b91f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-86bef45f-46c4-406f-850c-5354bb7b91f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-86bef45f-46c4-406f-850c-5354bb7b91f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
      position: relative;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  
  
  
  
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
      position: relative;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  
  
  
  
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
      position: relative;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  
  
  
  
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
      position: relative;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  
  
  
  
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container {
      position: relative;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dee665-2f8e-4ca7-baf0-c8145a59c9e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-60702abc-d08a-45f6-826f-d50f619ca58a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bb33bba8-1825-4754-a6d2-fc4ec6067dc2 {
  margin-left: auto;
margin-right: auto;
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-content {
  
    align-items: center;
  
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
      position: relative;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  
  
  
  
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-content {
  
    align-items: center;
  
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
      position: relative;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  
  
  
  
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-content {
  
    align-items: center;
  
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
      position: relative;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  
  
  
  
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-content {
  
    align-items: center;
  
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
      position: relative;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  
  
  
  
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-660e48ca-41e5-49d4-90f1-f1329bc7972c .shogun-image-content {
  
    align-items: center;
  
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container {
      position: relative;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-660e48ca-41e5-49d4-90f1-f1329bc7972c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-1a7164d4-39d2-4aa5-a9a2-e593a082216e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 10px;
}

#s-5eceb3f1-e1ff-42fd-b520-0a5bbcc4dfcf {
  margin-left: auto;
margin-right: auto;
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
      position: relative;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  
  
  
  
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
      position: relative;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  
  
  
  
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
      position: relative;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  
  
  
  
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
      position: relative;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  
  
  
  
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container {
      position: relative;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14330ed-d6c8-44d2-b955-2b3afaa32a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-299efd3c-ccab-4984-a45d-4f2e679c6a5c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b9fa56d2-ce0a-40fb-9929-054f1aad4ec6 {
  margin-left: auto;
margin-right: auto;
}

#s-28f0b771-ae3d-4c1a-9597-66351011f3e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-28f0b771-ae3d-4c1a-9597-66351011f3e7 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fa9c4324-1358-45a2-9083-ad1f45853529 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-f552db38-66ea-4fbb-b0fd-03da8baa439a {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f552db38-66ea-4fbb-b0fd-03da8baa439a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f552db38-66ea-4fbb-b0fd-03da8baa439a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f552db38-66ea-4fbb-b0fd-03da8baa439a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f552db38-66ea-4fbb-b0fd-03da8baa439a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
      position: relative;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  
  
  
  
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
      position: relative;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  
  
  
  
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
      position: relative;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  
  
  
  
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
      position: relative;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  
  
  
  
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-7f67e93c-ad0a-4356-88ea-5e23486e0394 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container {
      position: relative;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f67e93c-ad0a-4356-88ea-5e23486e0394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-0a318250-2ebb-42ce-8a2f-f9506d5d48b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7cb599a9-32c9-44cc-8e25-c6c7d926add6 {
  margin-left: auto;
margin-right: auto;
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-content {
  
    align-items: center;
  
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-689336a1-31bb-4a85-b8d7-980fe9affcef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
      position: relative;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  
  
  
  
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-content {
  
    align-items: center;
  
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-689336a1-31bb-4a85-b8d7-980fe9affcef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
      position: relative;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  
  
  
  
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-content {
  
    align-items: center;
  
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-689336a1-31bb-4a85-b8d7-980fe9affcef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
      position: relative;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  
  
  
  
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-content {
  
    align-items: center;
  
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-689336a1-31bb-4a85-b8d7-980fe9affcef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
      position: relative;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  
  
  
  
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689336a1-31bb-4a85-b8d7-980fe9affcef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-689336a1-31bb-4a85-b8d7-980fe9affcef .shogun-image-content {
  
    align-items: center;
  
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-689336a1-31bb-4a85-b8d7-980fe9affcef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container {
      position: relative;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689336a1-31bb-4a85-b8d7-980fe9affcef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-7588e1e2-3604-4f48-8b34-00a1af2da6d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6351ea56-1a46-42b5-aab7-3f6ce96b607e {
  margin-left: auto;
margin-right: auto;
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
      position: relative;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  
  
  
  
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
      position: relative;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  
  
  
  
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
      position: relative;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  
  
  
  
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
      position: relative;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  
  
  
  
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container {
      position: relative;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cf8ba82-d824-4dbe-9ab1-1dd799119f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-70b8bb26-3705-4e49-a544-d1e64a1e0ae7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-683b1d1f-c36f-4c3a-bff9-9df2cd64c8e4 {
  margin-left: auto;
margin-right: auto;
}

#s-9750be6e-93dc-419a-aab1-7b42b69b8941 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-9750be6e-93dc-419a-aab1-7b42b69b8941 {
  display: none;
}
#s-9750be6e-93dc-419a-aab1-7b42b69b8941, #wrap-s-9750be6e-93dc-419a-aab1-7b42b69b8941 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9750be6e-93dc-419a-aab1-7b42b69b8941 {
  display: none;
}
#s-9750be6e-93dc-419a-aab1-7b42b69b8941, #wrap-s-9750be6e-93dc-419a-aab1-7b42b69b8941 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9750be6e-93dc-419a-aab1-7b42b69b8941 {
  display: none;
}
#s-9750be6e-93dc-419a-aab1-7b42b69b8941, #wrap-s-9750be6e-93dc-419a-aab1-7b42b69b8941 { display: none !important; }}
#s-9750be6e-93dc-419a-aab1-7b42b69b8941 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-9750be6e-93dc-419a-aab1-7b42b69b8941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 8, 20, 1);
  padding: 10px;
}

#s-9750be6e-93dc-419a-aab1-7b42b69b8941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9750be6e-93dc-419a-aab1-7b42b69b8941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-9750be6e-93dc-419a-aab1-7b42b69b8941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 50px;
}

#s-9750be6e-93dc-419a-aab1-7b42b69b8941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-d4f60c3b-6d5b-479c-81ec-a3e1d2011406 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-d4f60c3b-6d5b-479c-81ec-a3e1d2011406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4f60c3b-6d5b-479c-81ec-a3e1d2011406.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d9aa50-de32-4d16-a3e9-cf12103e9da5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-47d9aa50-de32-4d16-a3e9-cf12103e9da5 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-00d9ed38-2f25-47e0-b4df-731a542581f7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-5fa6e185-f6b9-4dec-b60c-b244a1345601 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-917e2397-1092-4078-8f5f-8cf4c3fe46be {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-917e2397-1092-4078-8f5f-8cf4c3fe46be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-917e2397-1092-4078-8f5f-8cf4c3fe46be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-917e2397-1092-4078-8f5f-8cf4c3fe46be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-917e2397-1092-4078-8f5f-8cf4c3fe46be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
      position: relative;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  
  
  
  
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
      position: relative;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  
  
  
  
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
      position: relative;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  
  
  
  
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
      position: relative;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  
  
  
  
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9d95658d-f859-4bf0-869a-6447fb2c03c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container {
      position: relative;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d95658d-f859-4bf0-869a-6447fb2c03c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-e04ec547-ffea-4613-97f8-86e0b32e55b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8f447cd3-5a11-4887-9b55-bc62ffcd32fb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
      position: relative;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  
  
  
  
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
      position: relative;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  
  
  
  
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
      position: relative;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  
  
  
  
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
      position: relative;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  
  
  
  
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f38ac117-bef3-49b8-8b60-90957ee0ace0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container {
      position: relative;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38ac117-bef3-49b8-8b60-90957ee0ace0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-8205b5df-4a00-4f37-9df9-41b403a6e013 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 10px;
}

#s-c0dd21ed-9e65-4ff4-a58f-de29e8375b78 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
      position: relative;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  
  
  
  
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
      position: relative;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  
  
  
  
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
      position: relative;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  
  
  
  
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
      position: relative;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  
  
  
  
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6b8d7aa2-f02b-4a5a-85da-61059848967e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container {
      position: relative;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b8d7aa2-f02b-4a5a-85da-61059848967e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-f5cc5567-54bb-422f-a3d7-8d52487dd268 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-cd0bf6c0-ed60-4df6-928a-dc6da3674096 {
  margin-left: auto;
margin-right: auto;
}

#s-67154723-852c-49ec-a1a0-d3ac314f8cb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-67154723-852c-49ec-a1a0-d3ac314f8cb5 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-8670c6d3-4d82-4a51-96fd-ddb70083edfc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-bd9c143b-f0bc-440c-95bc-a97d4dcca729 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bd9c143b-f0bc-440c-95bc-a97d4dcca729"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd9c143b-f0bc-440c-95bc-a97d4dcca729"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bd9c143b-f0bc-440c-95bc-a97d4dcca729"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bd9c143b-f0bc-440c-95bc-a97d4dcca729"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72d625e0-c061-4089-9bea-030b7dad8138 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
      position: relative;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-72d625e0-c061-4089-9bea-030b7dad8138 {
  
  
  
  
}

#s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72d625e0-c061-4089-9bea-030b7dad8138 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
      position: relative;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-72d625e0-c061-4089-9bea-030b7dad8138 {
  
  
  
  
}

#s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72d625e0-c061-4089-9bea-030b7dad8138 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
      position: relative;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-72d625e0-c061-4089-9bea-030b7dad8138 {
  
  
  
  
}

#s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72d625e0-c061-4089-9bea-030b7dad8138 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
      position: relative;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-72d625e0-c061-4089-9bea-030b7dad8138 {
  
  
  
  
}

#s-72d625e0-c061-4089-9bea-030b7dad8138 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72d625e0-c061-4089-9bea-030b7dad8138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-72d625e0-c061-4089-9bea-030b7dad8138 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72d625e0-c061-4089-9bea-030b7dad8138 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container {
      position: relative;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72d625e0-c061-4089-9bea-030b7dad8138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-4d33d633-727c-4bb8-bc7f-6d264b278329 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7892bbad-9387-4c10-ad61-190db279dfa2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-content {
  
    align-items: center;
  
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9521a021-2d91-4711-9e68-e92a8082625a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
      position: relative;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9521a021-2d91-4711-9e68-e92a8082625a {
  
  
  
  
}

#s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-content {
  
    align-items: center;
  
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9521a021-2d91-4711-9e68-e92a8082625a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
      position: relative;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-9521a021-2d91-4711-9e68-e92a8082625a {
  
  
  
  
}

#s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-content {
  
    align-items: center;
  
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9521a021-2d91-4711-9e68-e92a8082625a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
      position: relative;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-9521a021-2d91-4711-9e68-e92a8082625a {
  
  
  
  
}

#s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-content {
  
    align-items: center;
  
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9521a021-2d91-4711-9e68-e92a8082625a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
      position: relative;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-9521a021-2d91-4711-9e68-e92a8082625a {
  
  
  
  
}

#s-9521a021-2d91-4711-9e68-e92a8082625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9521a021-2d91-4711-9e68-e92a8082625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9521a021-2d91-4711-9e68-e92a8082625a .shogun-image-content {
  
    align-items: center;
  
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9521a021-2d91-4711-9e68-e92a8082625a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container {
      position: relative;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9521a021-2d91-4711-9e68-e92a8082625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-32509ce2-42bb-474c-9eee-46ce30531644 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c2f2e7b5-feeb-4e55-a0e2-2fcc4cfc569e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
      position: relative;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  
  
  
  
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
      position: relative;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  
  
  
  
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
      position: relative;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  
  
  
  
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
      position: relative;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  
  
  
  
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container {
      position: relative;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94297dba-0295-495e-9aa9-1a3fca7cb7b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-1352edcb-4c3d-4999-881c-84c3b4c7ac11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-138148fa-2834-498d-957a-50d192054b63 {
  margin-left: auto;
margin-right: auto;
}

#s-3a186464-b6b0-432a-add4-71d0156716ae {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-3a186464-b6b0-432a-add4-71d0156716ae {
  display: none;
}
#s-3a186464-b6b0-432a-add4-71d0156716ae, #wrap-s-3a186464-b6b0-432a-add4-71d0156716ae { display: none !important; }}







#s-3a186464-b6b0-432a-add4-71d0156716ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a186464-b6b0-432a-add4-71d0156716ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba42f73c-a2f4-4c7e-88e1-cca5bcee19ef {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ba42f73c-a2f4-4c7e-88e1-cca5bcee19ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba42f73c-a2f4-4c7e-88e1-cca5bcee19ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba42f73c-a2f4-4c7e-88e1-cca5bcee19ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba42f73c-a2f4-4c7e-88e1-cca5bcee19ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin: 0 !important;
}





  img.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fe7c2eca-de38-4846-b80d-a964ca40611a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  
  
  
  
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin: 0 !important;
}





  img.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fe7c2eca-de38-4846-b80d-a964ca40611a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  
  
  
  
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin: 0 !important;
}





  img.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fe7c2eca-de38-4846-b80d-a964ca40611a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  
  
  
  
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin: 0 !important;
}





  img.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fe7c2eca-de38-4846-b80d-a964ca40611a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  
  
  
  
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a {
  margin: 0 !important;
}





  img.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fe7c2eca-de38-4846-b80d-a964ca40611a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7c2eca-de38-4846-b80d-a964ca40611a.shogun-image {
  box-sizing: border-box;
}




}
#s-6c3c715d-2f82-4cfb-bfca-5d33fb52a86d {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-6c3c715d-2f82-4cfb-bfca-5d33fb52a86d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c3c715d-2f82-4cfb-bfca-5d33fb52a86d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43a9bcdb-6f80-44c0-957e-e44cdbb8328c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}

#s-081d8a98-e48e-4839-90b6-2890437e955a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-74ec848d-79f1-463b-9255-e9aebd60157f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 117/108;
text-align: left;
}



.shg-image-margin-container-s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
      position: relative;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  
  
  
  
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
      position: relative;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  
  
  
  
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
      position: relative;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  
  
  
  
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
      position: relative;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  
  
  
  
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-388ec204-f71a-4374-ab77-3a9ae239b9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container {
      position: relative;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-388ec204-f71a-4374-ab77-3a9ae239b9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b {
  display: none;
}
#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b, #wrap-s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b {
  display: none;
}
#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b, #wrap-s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b {
  display: none;
}
#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b, #wrap-s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b { display: none !important; }}







#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f4af427-7b3b-4fb0-9220-a5340b1f8b2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2001658-2327-46a8-90cb-b1eed72f875c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c2001658-2327-46a8-90cb-b1eed72f875c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2001658-2327-46a8-90cb-b1eed72f875c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2001658-2327-46a8-90cb-b1eed72f875c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2001658-2327-46a8-90cb-b1eed72f875c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/550;
text-align: center;
}



.shg-image-margin-container-s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
      position: relative;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  
  
  
  
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
      position: relative;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  
  
  
  
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
      position: relative;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  
  
  
  
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
      position: relative;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  
  
  
  
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container {
      position: relative;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7bf753-5f21-42fa-8ce8-6ff0254ea488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-ce465cc2-5e20-480e-8508-198cb203cfc9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-ce465cc2-5e20-480e-8508-198cb203cfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce465cc2-5e20-480e-8508-198cb203cfc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-897800cb-ba53-41d1-bf03-869870ac3552 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}

#s-0ce1b5fc-fbf7-4836-b8de-957f6624ac40 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-e44f0639-214e-4ae0-9e59-809708b3e494 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 117/108;
text-align: center;
}



.shg-image-margin-container-s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
      position: relative;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  
  
  
  
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
      position: relative;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  
  
  
  
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
      position: relative;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  
  
  
  
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
      position: relative;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  
  
  
  
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }

    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-link {
      aspect-ratio: 117/108;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 {
      --shg-aspect-ratio: calc(117/108); 
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container {
      position: relative;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49823af6-adb4-4ad1-842d-c6b275a4b7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-7ba54b60-12db-4347-a7e9-69eae8216464 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-7ba54b60-12db-4347-a7e9-69eae8216464 {
  display: none;
}
#s-7ba54b60-12db-4347-a7e9-69eae8216464, #wrap-s-7ba54b60-12db-4347-a7e9-69eae8216464 { display: none !important; }}







#s-7ba54b60-12db-4347-a7e9-69eae8216464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ba54b60-12db-4347-a7e9-69eae8216464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0077f87c-c0dc-4f1d-8437-c97d81820b41 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c8e6888b-2483-454e-afe7-4353dba38f7b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-c8e6888b-2483-454e-afe7-4353dba38f7b .shogun-heading-component h2 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-46b78119-86c1-4b71-9acf-5c01f8f66533 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


  #s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 228, 0, 1);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  #s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 228, 0, 1);
    border: 0px solid #ddd;
  }
#s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(161, 147, 10, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(1, 8, 20, 1);
}

#s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 0px);
  left: 0px;
  bottom: -0px;
  height: 0px;
  background: rgba(255, 228, 0, 1);
}

#s-1a75ff5b-d55b-4eb2-a7df-831d86d85936 .shogun-tabs-body {
  margin-top: -0px;
  border-top: 0px solid #ddd;
}

#s-998bb500-43eb-4e83-a67c-c83b62676295 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-998bb500-43eb-4e83-a67c-c83b62676295"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-cc6a26e8-998b-47c8-9bfd-3cd3d0b083be {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-cc6a26e8-998b-47c8-9bfd-3cd3d0b083be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc6a26e8-998b-47c8-9bfd-3cd3d0b083be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd782442-c33a-4e25-87dd-d2c53fb70534 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-2ecdd6b6-2cb1-412d-8e8a-aadf4cc827bd {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-35571a76-75f0-4d97-82a5-7056959b50c4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-057fe26f-1798-4f21-804a-ae52ec0ffb84 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-057fe26f-1798-4f21-804a-ae52ec0ffb84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d9cac088-50cf-4536-a06c-e05b8660bc5b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-d9cac088-50cf-4536-a06c-e05b8660bc5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9cac088-50cf-4536-a06c-e05b8660bc5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9647cc92-a5f8-4c90-95a8-49afb5491b7c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-c11a43d4-8f1a-4ce5-892a-1cdef2a2bb4d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-7fee6b62-f44b-4cec-8dcf-4991f124e985 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-de917e4b-8319-4fc8-ac23-468891b623a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de917e4b-8319-4fc8-ac23-468891b623a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d38a5704-0138-46f8-b59e-1cbc4d5379c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-d38a5704-0138-46f8-b59e-1cbc4d5379c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d38a5704-0138-46f8-b59e-1cbc4d5379c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2a90fb7-3905-4abc-8083-6afefb03d41b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-702f2b0e-99c3-4a02-8c52-7fb7df343df3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-7b33c72c-2764-4668-a215-bb478e302444 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fd062653-8889-4a65-9694-d41a74d97d19 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd062653-8889-4a65-9694-d41a74d97d19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-c8536d93-ec38-4bde-96bf-63d3fd642dc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-c8536d93-ec38-4bde-96bf-63d3fd642dc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8536d93-ec38-4bde-96bf-63d3fd642dc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f166d90-72cc-4fdb-a48f-facbdf9c1b48 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-a61aff7f-f89b-461c-825a-06a9c3debd6b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-ec62cf3e-2360-4372-85cd-c80b7aa0f4d9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fa521a44-0828-48c7-9acf-611990b9dbb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-fa521a44-0828-48c7-9acf-611990b9dbb7 {
  display: none;
}
#s-fa521a44-0828-48c7-9acf-611990b9dbb7, #wrap-s-fa521a44-0828-48c7-9acf-611990b9dbb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa521a44-0828-48c7-9acf-611990b9dbb7 {
  display: none;
}
#s-fa521a44-0828-48c7-9acf-611990b9dbb7, #wrap-s-fa521a44-0828-48c7-9acf-611990b9dbb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa521a44-0828-48c7-9acf-611990b9dbb7 {
  display: none;
}
#s-fa521a44-0828-48c7-9acf-611990b9dbb7, #wrap-s-fa521a44-0828-48c7-9acf-611990b9dbb7 { display: none !important; }}







#s-fa521a44-0828-48c7-9acf-611990b9dbb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa521a44-0828-48c7-9acf-611990b9dbb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6496bb76-1fca-478d-9483-f1abcefd0e81 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-54821a99-b9c7-40b4-9be3-54344a830578 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-54821a99-b9c7-40b4-9be3-54344a830578 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-92640563-d93d-4189-8f50-b45b3c9e527b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

#s-42065c98-ef52-4581-a0d7-7798021d1a10 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


  #s-42065c98-ef52-4581-a0d7-7798021d1a10 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 228, 0, 1);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  #s-42065c98-ef52-4581-a0d7-7798021d1a10 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 228, 0, 1);
    border: 0px solid #ddd;
  }
#s-42065c98-ef52-4581-a0d7-7798021d1a10 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(161, 147, 10, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-42065c98-ef52-4581-a0d7-7798021d1a10 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(1, 8, 20, 1);
}

#s-42065c98-ef52-4581-a0d7-7798021d1a10 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 0px);
  left: 0px;
  bottom: -0px;
  height: 0px;
  background: rgba(255, 228, 0, 1);
}

#s-42065c98-ef52-4581-a0d7-7798021d1a10 .shogun-tabs-body {
  margin-top: -0px;
  border-top: 0px solid #ddd;
}

#s-b8287700-c197-4e55-88ce-a84acb9623a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8287700-c197-4e55-88ce-a84acb9623a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d97c78e7-081d-4cdc-bd0d-870577d59a66 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fe6c6f16-b884-4e19-8d29-6f7607cee0f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-fe6c6f16-b884-4e19-8d29-6f7607cee0f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe6c6f16-b884-4e19-8d29-6f7607cee0f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14e6ec36-1c49-4dc0-8142-18f45751d411 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-aafd2d07-87d0-40ea-b314-164f8e3094c7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-b03f4729-6d1c-438f-89be-0f29023666bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03f4729-6d1c-438f-89be-0f29023666bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-86919cd5-35c1-4e33-9f98-835e01cfd102 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b16801e2-0ba1-4b7e-99b0-6ed7a1affafc {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-b16801e2-0ba1-4b7e-99b0-6ed7a1affafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b16801e2-0ba1-4b7e-99b0-6ed7a1affafc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af4b9a76-1613-44ee-acef-d20a293a8b94 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-77fea1b8-0033-46e3-9027-1d5fa6ad5dfc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-3f977c59-fc59-4b78-92b5-7b7c2ab31868 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f977c59-fc59-4b78-92b5-7b7c2ab31868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-da11aceb-17cc-4232-842b-22e7bdc6d8de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-90df2f8d-32e2-4150-8216-aba834e97e99 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-90df2f8d-32e2-4150-8216-aba834e97e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90df2f8d-32e2-4150-8216-aba834e97e99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fb55d8f-3ec9-41d0-a9a0-24165f635d8e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-adc19a7b-9bac-4bd0-9a6b-6b2325d66549 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-bda051f6-70a4-43af-810b-37f47f721959 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bda051f6-70a4-43af-810b-37f47f721959"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-b1113ae6-9cad-4679-8aa8-890e55559c2f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3c71d4a8-ed3a-4604-aed9-1a18e79f041f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(178, 154, 56, 1);
}








#s-3c71d4a8-ed3a-4604-aed9-1a18e79f041f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c71d4a8-ed3a-4604-aed9-1a18e79f041f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2162e200-f7ca-4899-a28b-4f2954ad556b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-d82d8055-4a19-4f02-b0e1-5d6ea83c2e89 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-ec0d3555-e6c3-4231-93c9-0a3892b31db7 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-ec0d3555-e6c3-4231-93c9-0a3892b31db7 {
  display: none;
}
#s-ec0d3555-e6c3-4231-93c9-0a3892b31db7, #wrap-s-ec0d3555-e6c3-4231-93c9-0a3892b31db7 { display: none !important; }}







#s-ec0d3555-e6c3-4231-93c9-0a3892b31db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec0d3555-e6c3-4231-93c9-0a3892b31db7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e4f45da-935e-4b75-999a-12e6c46f66a0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-70a91703-18cd-4c1e-868e-0c1b43683527 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-2c225a8e-144f-48e8-9af8-1af04ee3315e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-2c225a8e-144f-48e8-9af8-1af04ee3315e {
  display: none;
}
#s-2c225a8e-144f-48e8-9af8-1af04ee3315e, #wrap-s-2c225a8e-144f-48e8-9af8-1af04ee3315e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c225a8e-144f-48e8-9af8-1af04ee3315e {
  display: none;
}
#s-2c225a8e-144f-48e8-9af8-1af04ee3315e, #wrap-s-2c225a8e-144f-48e8-9af8-1af04ee3315e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c225a8e-144f-48e8-9af8-1af04ee3315e {
  display: none;
}
#s-2c225a8e-144f-48e8-9af8-1af04ee3315e, #wrap-s-2c225a8e-144f-48e8-9af8-1af04ee3315e { display: none !important; }}







#s-2c225a8e-144f-48e8-9af8-1af04ee3315e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c225a8e-144f-48e8-9af8-1af04ee3315e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9036d57-7ecc-45e2-a2fa-255ce0740215 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3bf0cafa-a1e9-48e6-8704-a34e8158a07a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-02e98f09-9aa3-45cf-8f67-a023a8b37b59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}








#s-02e98f09-9aa3-45cf-8f67-a023a8b37b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02e98f09-9aa3-45cf-8f67-a023a8b37b59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0223939c-8766-43a0-be1e-35eb1d801522 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-0223939c-8766-43a0-be1e-35eb1d801522 {
  display: none;
}
#s-0223939c-8766-43a0-be1e-35eb1d801522, #wrap-s-0223939c-8766-43a0-be1e-35eb1d801522 { display: none !important; }}
#s-0223939c-8766-43a0-be1e-35eb1d801522 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-0223939c-8766-43a0-be1e-35eb1d801522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 8, 20, 1);
  padding: 10px;
}

#s-0223939c-8766-43a0-be1e-35eb1d801522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0223939c-8766-43a0-be1e-35eb1d801522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-0223939c-8766-43a0-be1e-35eb1d801522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 50px;
}

#s-0223939c-8766-43a0-be1e-35eb1d801522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}

#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/480x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/960x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/768x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/1536x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/1024x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/2048x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/1200x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61ed4773-3804-4ffd-bbf8-464838689146 {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/2048x/);
}
#s-61ed4773-3804-4ffd-bbf8-464838689146.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-61ed4773-3804-4ffd-bbf8-464838689146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61ed4773-3804-4ffd-bbf8-464838689146.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f3e852f-b741-46e0-8284-ef74205dd24a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7f3e852f-b741-46e0-8284-ef74205dd24a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f3e852f-b741-46e0-8284-ef74205dd24a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f3e852f-b741-46e0-8284-ef74205dd24a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f3e852f-b741-46e0-8284-ef74205dd24a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/550;
text-align: center;
}



.shg-image-margin-container-s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
      position: relative;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  
  
  
  
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
      position: relative;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  
  
  
  
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
      position: relative;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  
  
  
  
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
      position: relative;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  
  
  
  
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container {
      position: relative;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32d6e606-0b3e-4757-93a7-257ae8c5eff4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-af2716a3-1cab-40ee-9028-dcd841f1a6a5 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-af2716a3-1cab-40ee-9028-dcd841f1a6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af2716a3-1cab-40ee-9028-dcd841f1a6a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-075ff265-87d7-4687-8ba8-b8aaab776752 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-85b1c69a-0d4d-4275-b8de-e61c921f17e5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-77f9a9e7-b78c-46c4-ba70-90089303b749 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-3d879408-e757-4d13-a61f-e7f222a4aee1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d879408-e757-4d13-a61f-e7f222a4aee1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-6446abab-fb4e-4eac-9981-744582d531a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6446abab-fb4e-4eac-9981-744582d531a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6446abab-fb4e-4eac-9981-744582d531a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79277cd6-e48a-48c8-aa1b-76cbfa216356 {
  margin-left: auto;
margin-right: auto;
}

#s-79277cd6-e48a-48c8-aa1b-76cbfa216356 .shogun-icon-wrapper {
  text-align: left;
}


#s-79277cd6-e48a-48c8-aa1b-76cbfa216356 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(241, 205, 63, 1);
}

#s-3a27a6c3-72eb-4a7f-ae12-77e0687950d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3a27a6c3-72eb-4a7f-ae12-77e0687950d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a27a6c3-72eb-4a7f-ae12-77e0687950d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e024738-0793-4bec-9362-0a0b0c55f8dc {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-bottom: 0px;
}

#s-23da56ef-d380-43f3-8b11-fa6ceacf4ea9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-23da56ef-d380-43f3-8b11-fa6ceacf4ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23da56ef-d380-43f3-8b11-fa6ceacf4ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23da56ef-d380-43f3-8b11-fa6ceacf4ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23da56ef-d380-43f3-8b11-fa6ceacf4ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f0d25f68-0166-464c-9ef8-582a58b6ef77 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-f0d25f68-0166-464c-9ef8-582a58b6ef77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0d25f68-0166-464c-9ef8-582a58b6ef77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f398be40-28e3-4611-ae7c-fa51952b6e25 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-ef5b1325-713c-454d-b32f-37f0cbe9cd66 {
  margin-left: auto;
margin-right: auto;
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/400;
text-align: center;
}



.shg-image-margin-container-s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-content {
  
    align-items: center;
  
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
      position: relative;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  
  
  
  
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-content {
  
    align-items: center;
  
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
      position: relative;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  
  
  
  
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-content {
  
    align-items: center;
  
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
      position: relative;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  
  
  
  
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-content {
  
    align-items: center;
  
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
      position: relative;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  
  
  
  
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-34359a39-29ae-40dc-91e7-7c5cb738a465 .shogun-image-content {
  
    align-items: center;
  
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container {
      position: relative;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34359a39-29ae-40dc-91e7-7c5cb738a465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-f8d2182f-59d2-4ea0-9a6e-caf34341c66e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f8d2182f-59d2-4ea0-9a6e-caf34341c66e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8d2182f-59d2-4ea0-9a6e-caf34341c66e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8d2182f-59d2-4ea0-9a6e-caf34341c66e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8d2182f-59d2-4ea0-9a6e-caf34341c66e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/400;
text-align: center;
}



.shg-image-margin-container-s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7e485d-3347-4436-b65e-93692f171e98 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
      position: relative;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cd7e485d-3347-4436-b65e-93692f171e98 {
  
  
  
  
}

#s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7e485d-3347-4436-b65e-93692f171e98 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
      position: relative;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-cd7e485d-3347-4436-b65e-93692f171e98 {
  
  
  
  
}

#s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7e485d-3347-4436-b65e-93692f171e98 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
      position: relative;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-cd7e485d-3347-4436-b65e-93692f171e98 {
  
  
  
  
}

#s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7e485d-3347-4436-b65e-93692f171e98 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
      position: relative;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-cd7e485d-3347-4436-b65e-93692f171e98 {
  
  
  
  
}

#s-cd7e485d-3347-4436-b65e-93692f171e98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd7e485d-3347-4436-b65e-93692f171e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd7e485d-3347-4436-b65e-93692f171e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7e485d-3347-4436-b65e-93692f171e98 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container {
      position: relative;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7e485d-3347-4436-b65e-93692f171e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-169f4ad0-d73f-4819-bc1a-867fcb0e0d74 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-169f4ad0-d73f-4819-bc1a-867fcb0e0d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-169f4ad0-d73f-4819-bc1a-867fcb0e0d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88a7ec28-4bd0-46ed-9b97-ee579fbb3331 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-52474b64-96b5-4f90-bfc1-e26777bee1e0 {
  margin-left: auto;
margin-right: auto;
}

#s-17c97b95-0050-4400-a5ad-9550edd09e52 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-17c97b95-0050-4400-a5ad-9550edd09e52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17c97b95-0050-4400-a5ad-9550edd09e52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17c97b95-0050-4400-a5ad-9550edd09e52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17c97b95-0050-4400-a5ad-9550edd09e52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e1532c3b-5b8f-4c84-9bd2-35aa654dc1ea {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-e1532c3b-5b8f-4c84-9bd2-35aa654dc1ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1532c3b-5b8f-4c84-9bd2-35aa654dc1ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ede44eff-7287-42a3-a9a8-0eb8a59493ee {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-8e3235fd-498a-4b4f-8eeb-839ee6355dc3 {
  margin-left: auto;
margin-right: auto;
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/400;
text-align: center;
}



.shg-image-margin-container-s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
      position: relative;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  
  
  
  
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
      position: relative;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  
  
  
  
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
      position: relative;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  
  
  
  
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
      position: relative;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  
  
  
  
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container {
      position: relative;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e0197b7-1b84-4b40-8e85-b0afd6331f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-7b7345fa-9572-4bb4-a65e-56ea820385db {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-7b7345fa-9572-4bb4-a65e-56ea820385db {
  display: none;
}
#s-7b7345fa-9572-4bb4-a65e-56ea820385db, #wrap-s-7b7345fa-9572-4bb4-a65e-56ea820385db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b7345fa-9572-4bb4-a65e-56ea820385db {
  display: none;
}
#s-7b7345fa-9572-4bb4-a65e-56ea820385db, #wrap-s-7b7345fa-9572-4bb4-a65e-56ea820385db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b7345fa-9572-4bb4-a65e-56ea820385db {
  display: none;
}
#s-7b7345fa-9572-4bb4-a65e-56ea820385db, #wrap-s-7b7345fa-9572-4bb4-a65e-56ea820385db { display: none !important; }}
#s-7b7345fa-9572-4bb4-a65e-56ea820385db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-7b7345fa-9572-4bb4-a65e-56ea820385db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 8, 20, 1);
  padding: 10px;
}

#s-7b7345fa-9572-4bb4-a65e-56ea820385db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7b7345fa-9572-4bb4-a65e-56ea820385db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-7b7345fa-9572-4bb4-a65e-56ea820385db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 50px;
}

#s-7b7345fa-9572-4bb4-a65e-56ea820385db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}

#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/480x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/960x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/768x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/1536x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/1024x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/2048x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/1200x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b {
  background-image: url(https://i.shgcdn.com/cc9dd3f0-1921-45ae-8b0a-88f4792c7a63/-/resize/2048x/);
}
#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7850e0bf-3b3b-47a2-8690-ec1e8048561b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-195eacdc-01c3-4845-b4ee-68ddbcb84b43 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-195eacdc-01c3-4845-b4ee-68ddbcb84b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-195eacdc-01c3-4845-b4ee-68ddbcb84b43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-195eacdc-01c3-4845-b4ee-68ddbcb84b43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-195eacdc-01c3-4845-b4ee-68ddbcb84b43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/550;
text-align: center;
}



.shg-image-margin-container-s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-content {
  
    align-items: center;
  
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
      position: relative;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  
  
  
  
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-content {
  
    align-items: center;
  
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
      position: relative;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  
  
  
  
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-content {
  
    align-items: center;
  
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
      position: relative;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  
  
  
  
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-content {
  
    align-items: center;
  
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
      position: relative;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  
  
  
  
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }

    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-link {
      aspect-ratio: 490/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 .shogun-image-content {
  
    align-items: center;
  
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 {
      --shg-aspect-ratio: calc(490/550); 
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container {
      position: relative;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74b4928a-5507-4ce9-8bdf-b6fbfbff2c15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-1ded3523-1999-4966-b942-38b5083dbf7f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1ded3523-1999-4966-b942-38b5083dbf7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ded3523-1999-4966-b942-38b5083dbf7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-891ac5aa-860a-4520-909a-32ba9386e6dc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4c662c4d-d30f-4911-be9d-07c07f298348 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-8f560d69-6ac9-4df3-8cb6-b8e0beb79279 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-238c18fb-75d5-4fb7-ba42-25085c634850 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-238c18fb-75d5-4fb7-ba42-25085c634850"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-e4bf32a8-9671-41fb-984f-d9778141f853 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-e4bf32a8-9671-41fb-984f-d9778141f853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4bf32a8-9671-41fb-984f-d9778141f853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fa55ebf-1c5c-4fb5-a627-a4bd456ec4a6 {
  margin-left: auto;
margin-right: auto;
}

#s-3fa55ebf-1c5c-4fb5-a627-a4bd456ec4a6 .shogun-icon-wrapper {
  text-align: center;
}


#s-3fa55ebf-1c5c-4fb5-a627-a4bd456ec4a6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(241, 205, 63, 1);
}

#s-ca0236eb-8b8d-4e24-8174-53ebe9f9cf66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca0236eb-8b8d-4e24-8174-53ebe9f9cf66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca0236eb-8b8d-4e24-8174-53ebe9f9cf66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-562ed35c-efc2-491c-ab74-b2e1a3568190 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-bottom: 0px;
}

#s-9a9c0195-2d9b-46b8-9588-e8f6f4b580a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-9a9c0195-2d9b-46b8-9588-e8f6f4b580a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a9c0195-2d9b-46b8-9588-e8f6f4b580a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a9c0195-2d9b-46b8-9588-e8f6f4b580a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a9c0195-2d9b-46b8-9588-e8f6f4b580a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/400;
text-align: center;
}



.shg-image-margin-container-s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a93b53-f210-4eb2-8642-062dea240c87 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
      position: relative;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-97a93b53-f210-4eb2-8642-062dea240c87 {
  
  
  
  
}

#s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a93b53-f210-4eb2-8642-062dea240c87 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
      position: relative;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-97a93b53-f210-4eb2-8642-062dea240c87 {
  
  
  
  
}

#s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a93b53-f210-4eb2-8642-062dea240c87 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
      position: relative;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-97a93b53-f210-4eb2-8642-062dea240c87 {
  
  
  
  
}

#s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a93b53-f210-4eb2-8642-062dea240c87 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
      position: relative;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-97a93b53-f210-4eb2-8642-062dea240c87 {
  
  
  
  
}

#s-97a93b53-f210-4eb2-8642-062dea240c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a93b53-f210-4eb2-8642-062dea240c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-97a93b53-f210-4eb2-8642-062dea240c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a93b53-f210-4eb2-8642-062dea240c87 {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container {
      position: relative;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a93b53-f210-4eb2-8642-062dea240c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-74374c2a-306d-467e-84ad-ae867055a5ee {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
}








#s-74374c2a-306d-467e-84ad-ae867055a5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74374c2a-306d-467e-84ad-ae867055a5ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2797c113-9027-45ff-ada2-8c6e823b570e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-765e492f-5abe-4bd2-bc61-df82be879be5 {
  margin-left: auto;
margin-right: auto;
}

#s-8e55e133-1d3e-47b9-bcfb-b3a3717cad44 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-8e55e133-1d3e-47b9-bcfb-b3a3717cad44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e55e133-1d3e-47b9-bcfb-b3a3717cad44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e55e133-1d3e-47b9-bcfb-b3a3717cad44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e55e133-1d3e-47b9-bcfb-b3a3717cad44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/400;
text-align: center;
}



.shg-image-margin-container-s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
      position: relative;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  
  
  
  
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
      position: relative;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  
  
  
  
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
      position: relative;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  
  
  
  
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
      position: relative;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  
  
  
  
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d3c82c22-aee7-4b96-8883-abafa56ef66b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container {
      position: relative;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3c82c22-aee7-4b96-8883-abafa56ef66b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-4d9cc822-a91a-414e-a375-eb64e0a81ed4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4d9cc822-a91a-414e-a375-eb64e0a81ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d9cc822-a91a-414e-a375-eb64e0a81ed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdfd2da0-5555-48d5-acba-c4b51b02d82a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-2f7db73b-6a9a-4caa-8ff3-876301d76b65 {
  margin-left: auto;
margin-right: auto;
}

#s-f40bd5ff-c712-4724-90d9-2200f7a2cc9f {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-f40bd5ff-c712-4724-90d9-2200f7a2cc9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f40bd5ff-c712-4724-90d9-2200f7a2cc9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f40bd5ff-c712-4724-90d9-2200f7a2cc9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f40bd5ff-c712-4724-90d9-2200f7a2cc9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/400;
text-align: center;
}



.shg-image-margin-container-s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-content {
  
    align-items: center;
  
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8676278b-24bb-4def-b112-cdcc7385696f {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
      position: relative;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8676278b-24bb-4def-b112-cdcc7385696f {
  
  
  
  
}

#s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-content {
  
    align-items: center;
  
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8676278b-24bb-4def-b112-cdcc7385696f {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
      position: relative;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-8676278b-24bb-4def-b112-cdcc7385696f {
  
  
  
  
}

#s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-content {
  
    align-items: center;
  
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8676278b-24bb-4def-b112-cdcc7385696f {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
      position: relative;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-8676278b-24bb-4def-b112-cdcc7385696f {
  
  
  
  
}

#s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-content {
  
    align-items: center;
  
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8676278b-24bb-4def-b112-cdcc7385696f {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
      position: relative;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-8676278b-24bb-4def-b112-cdcc7385696f {
  
  
  
  
}

#s-8676278b-24bb-4def-b112-cdcc7385696f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }

    #s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-link {
      aspect-ratio: 490/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8676278b-24bb-4def-b112-cdcc7385696f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8676278b-24bb-4def-b112-cdcc7385696f .shogun-image-content {
  
    align-items: center;
  
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8676278b-24bb-4def-b112-cdcc7385696f {
      --shg-aspect-ratio: calc(490/400); 
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container {
      position: relative;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8676278b-24bb-4def-b112-cdcc7385696f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-e636437d-bf69-4464-9cc9-8c57134d65b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e636437d-bf69-4464-9cc9-8c57134d65b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e636437d-bf69-4464-9cc9-8c57134d65b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-007d7ac4-c9f5-471b-afa8-baeec53a5bb3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-822c83d1-7a7a-4640-a32e-98e5debea42c {
  margin-left: auto;
margin-right: auto;
}

#s-193a0233-801e-4c0b-bb71-a34150e083cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(1, 8, 20, 1);
}

#s-33e6eb38-bb8b-49b6-9632-2a9ba57c3408 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-33e6eb38-bb8b-49b6-9632-2a9ba57c3408 {
  display: none;
}
#s-33e6eb38-bb8b-49b6-9632-2a9ba57c3408, #wrap-s-33e6eb38-bb8b-49b6-9632-2a9ba57c3408 { display: none !important; }}







#s-33e6eb38-bb8b-49b6-9632-2a9ba57c3408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33e6eb38-bb8b-49b6-9632-2a9ba57c3408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e148074b-624e-4e47-8aab-9bb851b2732b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-e148074b-624e-4e47-8aab-9bb851b2732b .shogun-heading-component h2 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e4159ddd-ce64-47d7-8d2a-81139ccbe07f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

#s-8a024fcb-b8b9-4011-8d67-358f7b6329a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a024fcb-b8b9-4011-8d67-358f7b6329a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7de365a2-c5e0-4d0e-a7db-56407d0d1197 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 91, 1);
}








#s-7de365a2-c5e0-4d0e-a7db-56407d0d1197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7de365a2-c5e0-4d0e-a7db-56407d0d1197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 774/510;
text-align: center;
}



.shg-image-margin-container-s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c40de56-08ec-4413-b987-81cbb29c763c {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
      position: relative;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c40de56-08ec-4413-b987-81cbb29c763c {
  
  
  
  
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c40de56-08ec-4413-b987-81cbb29c763c {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
      position: relative;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-6c40de56-08ec-4413-b987-81cbb29c763c {
  
  
  
  
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c40de56-08ec-4413-b987-81cbb29c763c {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
      position: relative;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-6c40de56-08ec-4413-b987-81cbb29c763c {
  
  
  
  
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c40de56-08ec-4413-b987-81cbb29c763c {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
      position: relative;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-6c40de56-08ec-4413-b987-81cbb29c763c {
  
  
  
  
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c40de56-08ec-4413-b987-81cbb29c763c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c40de56-08ec-4413-b987-81cbb29c763c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c40de56-08ec-4413-b987-81cbb29c763c {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container {
      position: relative;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c40de56-08ec-4413-b987-81cbb29c763c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-222699d3-d525-463c-89a8-7281d47bff90 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 91, 1);
}








#s-222699d3-d525-463c-89a8-7281d47bff90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-222699d3-d525-463c-89a8-7281d47bff90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.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: 8px 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-348a08ee-5b1e-4bab-b203-a636a2ee9d95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 {
  --swiper-pagination-color: rgba(33, 226, 246, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(33, 226, 246, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-prev,
#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-prev svg,
#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-next svg {
  fill: rgba(241, 205, 63, 1) !important;
  stroke: rgba(241, 205, 63, 1) !important;
  
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-348a08ee-5b1e-4bab-b203-a636a2ee9d95 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a7160375-57ba-4784-a28f-718e7403a9c0 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-a7160375-57ba-4784-a28f-718e7403a9c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7160375-57ba-4784-a28f-718e7403a9c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6030a7c-f3e8-4e2a-a1b9-6527dd059ac6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c3610ab5-55a9-43dd-b03d-29df1b7a91ae {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-44aa3154-3679-474c-9b6e-6a0b023ddebe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dababa48-324a-43f2-8b9f-f582dfa323e9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-dababa48-324a-43f2-8b9f-f582dfa323e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dababa48-324a-43f2-8b9f-f582dfa323e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e880c44f-4363-4e51-a8da-3b83d9d6511b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-cb732647-c15c-421d-b6ff-2d6d5826c3d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-446d080c-af68-458e-ac7b-6141855909a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1560743c-34c2-4c64-b870-2cee2b98710b {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-1560743c-34c2-4c64-b870-2cee2b98710b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1560743c-34c2-4c64-b870-2cee2b98710b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdfe31dd-da7f-4128-bef9-c9a5db8e4b44 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-624fbacd-da80-4252-9fa0-fffc47e205aa {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-2716fa97-4081-4d91-a707-86c61551111f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1d790269-40f3-4a31-b986-08fc047a9eb6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-1d790269-40f3-4a31-b986-08fc047a9eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d790269-40f3-4a31-b986-08fc047a9eb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73a16568-1f4d-4dec-898d-35821b22e8f1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9b082257-a4dc-45bc-b10d-845586955bee {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-287a9ac6-95ca-44b0-ae7d-d2d763e84b99 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a93b1090-d09f-46fb-b4e3-f490b6dfceca {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(27, 67, 91, 1);
}








#s-a93b1090-d09f-46fb-b4e3-f490b6dfceca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a93b1090-d09f-46fb-b4e3-f490b6dfceca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55249aeb-ec76-432d-98f9-2951bcc48682 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1c01a48e-155d-40c2-87df-8deca6da2811 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-e9d7c141-1d4c-42a9-a326-140b4a0d479c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 {
  display: none;
}
#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91, #wrap-s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 {
  display: none;
}
#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91, #wrap-s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 {
  display: none;
}
#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91, #wrap-s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 { display: none !important; }}







#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd4d82eb-c098-47c3-93b3-9daf5ae3da91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-208b59c6-e7cf-4eca-9a55-01f11582da01 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-208b59c6-e7cf-4eca-9a55-01f11582da01 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-0c835106-0ee9-4654-9a7d-1219f26b373f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-e0028d3f-0bf4-4038-8e45-173b213d958d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0028d3f-0bf4-4038-8e45-173b213d958d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-46ccd29c-94a2-4006-87a9-d3ed81a42524 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 91, 1);
}








#s-46ccd29c-94a2-4006-87a9-d3ed81a42524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46ccd29c-94a2-4006-87a9-d3ed81a42524.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 774/510;
text-align: center;
}



.shg-image-margin-container-s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shg-align-container {
  display: flex;
  justify-content: center
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
      position: relative;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  
  
  
  
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shg-align-container {
  display: flex;
  justify-content: center
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
      position: relative;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  
  
  
  
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shg-align-container {
  display: flex;
  justify-content: center
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
      position: relative;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  
  
  
  
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shg-align-container {
  display: flex;
  justify-content: center
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
      position: relative;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  
  
  
  
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }

    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-link {
      aspect-ratio: 774/510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-356a1563-3cc0-4138-877f-e2c7c5aec531 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shg-align-container {
  display: flex;
  justify-content: center
}

.s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 {
      --shg-aspect-ratio: calc(774/510); 
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container {
      position: relative;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-356a1563-3cc0-4138-877f-e2c7c5aec531 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-df00e1d0-229e-43fa-a41d-db2066f4d67b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 91, 1);
}








#s-df00e1d0-229e-43fa-a41d-db2066f4d67b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df00e1d0-229e-43fa-a41d-db2066f4d67b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c {
  --swiper-pagination-color: rgba(33, 226, 246, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(33, 226, 246, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-prev,
#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-prev svg,
#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-next svg {
  fill: rgba(241, 205, 63, 1) !important;
  stroke: rgba(241, 205, 63, 1) !important;
  
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-e3b8cbc7-1bb7-4c50-989f-02148a32fb5c .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-1b1e0898-52c4-4444-8b86-5f28e413fd44 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-1b1e0898-52c4-4444-8b86-5f28e413fd44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b1e0898-52c4-4444-8b86-5f28e413fd44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c94294f-fcba-4cd8-989f-af6c05f8c4de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ae2c5e17-2a4d-414a-81fa-2911c442d24f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-c7467b23-fdde-4e40-8ad5-0f456f8e1a9e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8be78988-15fb-4971-83e3-a45ae2c8d2b1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-8be78988-15fb-4971-83e3-a45ae2c8d2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8be78988-15fb-4971-83e3-a45ae2c8d2b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd9b9c9-eded-43a9-9948-5babe6a98271 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-80c4996f-6656-47bf-b98c-8aa3b72712e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-1dcaa3a9-6fc8-424b-ac23-537b7b0680e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-53097ed5-5ced-4b52-9a9e-e0e9e1a25bf9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-53097ed5-5ced-4b52-9a9e-e0e9e1a25bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53097ed5-5ced-4b52-9a9e-e0e9e1a25bf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69ac568a-7a91-4b1e-b771-158f6759730b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6833be12-38ac-4c9e-ab40-f49b8f28cc8b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-13b1efc2-25da-4b6f-8e38-f4900b6d3008 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c5201e51-ba6b-441e-bc2f-030032c007ac {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-c5201e51-ba6b-441e-bc2f-030032c007ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5201e51-ba6b-441e-bc2f-030032c007ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b11b61f8-a1f6-492d-945a-8a969262ab2f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e9340e1b-5e0c-4173-b98a-422a8e57f2e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-66d1ae77-ac0e-49e5-b6a6-d3095ef6130e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c18b16be-113d-4b16-acff-c758dd80a3f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(27, 67, 91, 1);
}








#s-c18b16be-113d-4b16-acff-c758dd80a3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c18b16be-113d-4b16-acff-c758dd80a3f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-355d6ab4-d122-479e-9ada-8b0e57570661 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-43035b68-13b0-4f19-be02-eb4ea1465d5f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-d76ee638-bd4a-4e4b-83c3-7acaa1e030ac {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-9f3b6c8c-88c2-4490-9cf6-e099264f3bc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (max-width: 767px){#s-9f3b6c8c-88c2-4490-9cf6-e099264f3bc7 {
  display: none;
}
#s-9f3b6c8c-88c2-4490-9cf6-e099264f3bc7, #wrap-s-9f3b6c8c-88c2-4490-9cf6-e099264f3bc7 { display: none !important; }}







#s-9f3b6c8c-88c2-4490-9cf6-e099264f3bc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f3b6c8c-88c2-4490-9cf6-e099264f3bc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55535e99-b30a-4082-a789-25731c397cff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-55535e99-b30a-4082-a789-25731c397cff .shogun-heading-component h2 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0b73ce24-e56b-4a82-a6a3-a3f96d6c084a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}

#s-99703de7-4c84-4374-a894-b79ec8f97094 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-99703de7-4c84-4374-a894-b79ec8f97094"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-99703de7-4c84-4374-a894-b79ec8f97094"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99703de7-4c84-4374-a894-b79ec8f97094"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99703de7-4c84-4374-a894-b79ec8f97094"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5290598-5a47-43c5-a12b-9a56585669d7 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
      position: relative;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  
  
  
  
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5290598-5a47-43c5-a12b-9a56585669d7 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
      position: relative;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  
  
  
  
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5290598-5a47-43c5-a12b-9a56585669d7 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
      position: relative;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  
  
  
  
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5290598-5a47-43c5-a12b-9a56585669d7 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
      position: relative;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  
  
  
  
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5290598-5a47-43c5-a12b-9a56585669d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e5290598-5a47-43c5-a12b-9a56585669d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5290598-5a47-43c5-a12b-9a56585669d7 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container {
      position: relative;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5290598-5a47-43c5-a12b-9a56585669d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-262f1cf4-ef40-4376-b118-07f7be24a8ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-content {
  
    align-items: center;
  
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
      position: relative;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  
  
  
  
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-content {
  
    align-items: center;
  
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
      position: relative;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  
  
  
  
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-content {
  
    align-items: center;
  
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
      position: relative;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  
  
  
  
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-content {
  
    align-items: center;
  
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
      position: relative;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  
  
  
  
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-55af5e52-c43a-4685-b3bb-e21c6e085296 .shogun-image-content {
  
    align-items: center;
  
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container {
      position: relative;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55af5e52-c43a-4685-b3bb-e21c6e085296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-59ea7bb2-3249-4b8c-8972-4ac7ec3e31fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
      position: relative;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  
  
  
  
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
      position: relative;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  
  
  
  
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
      position: relative;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  
  
  
  
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
      position: relative;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  
  
  
  
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container {
      position: relative;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e5cdbd5-7d34-43eb-a9ef-bc91a1127bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-6edddcb1-3ffc-457a-964f-be8b472621c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-content {
  
    align-items: center;
  
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d060982c-1244-47de-9554-443f8bfba8ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
      position: relative;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d060982c-1244-47de-9554-443f8bfba8ba {
  
  
  
  
}

#s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-content {
  
    align-items: center;
  
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d060982c-1244-47de-9554-443f8bfba8ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
      position: relative;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-d060982c-1244-47de-9554-443f8bfba8ba {
  
  
  
  
}

#s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-content {
  
    align-items: center;
  
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d060982c-1244-47de-9554-443f8bfba8ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
      position: relative;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-d060982c-1244-47de-9554-443f8bfba8ba {
  
  
  
  
}

#s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-content {
  
    align-items: center;
  
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d060982c-1244-47de-9554-443f8bfba8ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
      position: relative;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-d060982c-1244-47de-9554-443f8bfba8ba {
  
  
  
  
}

#s-d060982c-1244-47de-9554-443f8bfba8ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d060982c-1244-47de-9554-443f8bfba8ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-d060982c-1244-47de-9554-443f8bfba8ba .shogun-image-content {
  
    align-items: center;
  
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d060982c-1244-47de-9554-443f8bfba8ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container {
      position: relative;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d060982c-1244-47de-9554-443f8bfba8ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-e2ec248f-bb41-4a57-95f0-cc78bfc71982 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}
@media (min-width: 1200px){#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 {
  display: none;
}
#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985, #wrap-s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 {
  display: none;
}
#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985, #wrap-s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 {
  display: none;
}
#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985, #wrap-s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 { display: none !important; }}







#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03846e4e-6e55-4eb9-9450-cc2fba9b5985.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3868d4b-7783-4ea4-9f66-b167d6f7a384 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-d3868d4b-7783-4ea4-9f66-b167d6f7a384 .shogun-heading-component h1 {
  color: rgba(255, 228, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a3763c7c-577d-495a-a1f0-3e31f9bc90a5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}

#s-3a443ac0-67a6-4945-8483-17ae602ad099 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3a443ac0-67a6-4945-8483-17ae602ad099"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3a443ac0-67a6-4945-8483-17ae602ad099"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a443ac0-67a6-4945-8483-17ae602ad099"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a443ac0-67a6-4945-8483-17ae602ad099"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
      position: relative;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  
  
  
  
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
      position: relative;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  
  
  
  
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
      position: relative;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  
  
  
  
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
      position: relative;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  
  
  
  
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-bed26110-4f9e-4fb7-ad71-715b4de05c69 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container {
      position: relative;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed26110-4f9e-4fb7-ad71-715b4de05c69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-665b6394-95f5-42ba-8b31-9dd1bc23bcfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
      position: relative;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  
  
  
  
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
      position: relative;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  
  
  
  
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
      position: relative;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  
  
  
  
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
      position: relative;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  
  
  
  
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container {
      position: relative;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d96f8a-cc53-4c6c-abd6-70df69e26f48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-f650a5d5-1cd1-40a1-9fdb-a2a7b7be76eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-content {
  
    align-items: center;
  
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e0f756-1c86-46eb-b858-dbaf052036de {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
      position: relative;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07e0f756-1c86-46eb-b858-dbaf052036de {
  
  
  
  
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-content {
  
    align-items: center;
  
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e0f756-1c86-46eb-b858-dbaf052036de {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
      position: relative;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-07e0f756-1c86-46eb-b858-dbaf052036de {
  
  
  
  
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-content {
  
    align-items: center;
  
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e0f756-1c86-46eb-b858-dbaf052036de {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
      position: relative;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-07e0f756-1c86-46eb-b858-dbaf052036de {
  
  
  
  
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-content {
  
    align-items: center;
  
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e0f756-1c86-46eb-b858-dbaf052036de {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
      position: relative;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-07e0f756-1c86-46eb-b858-dbaf052036de {
  
  
  
  
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e0f756-1c86-46eb-b858-dbaf052036de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-07e0f756-1c86-46eb-b858-dbaf052036de .shogun-image-content {
  
    align-items: center;
  
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e0f756-1c86-46eb-b858-dbaf052036de {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container {
      position: relative;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e0f756-1c86-46eb-b858-dbaf052036de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-ed55da6d-a110-4233-8d88-c6f64355cfd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
      position: relative;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  
  
  
  
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
      position: relative;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  
  
  
  
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
      position: relative;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  
  
  
  
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
      position: relative;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  
  
  
  
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container {
      position: relative;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c2265f6-ed57-412e-a07c-0b44bcc289a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-ba8067fa-7da8-4fe9-864f-40443d35df8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-b5b38517-0e6f-4787-8967-a187c1a17847 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(1, 8, 20, 1);
}








#s-b5b38517-0e6f-4787-8967-a187c1a17847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5b38517-0e6f-4787-8967-a187c1a17847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 {
  display: none;
}
#s-6b161a06-9f05-4e00-baa1-e6a0696fb230, #wrap-s-6b161a06-9f05-4e00-baa1-e6a0696fb230 { display: none !important; }}
#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 8, 20, 1);
  padding: 10px;
}

#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 50px;
}

#s-6b161a06-9f05-4e00-baa1-e6a0696fb230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-089ac9e1-8d9f-471a-962a-bda00aaf71f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
}








#s-089ac9e1-8d9f-471a-962a-bda00aaf71f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-089ac9e1-8d9f-471a-962a-bda00aaf71f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2262257c-a785-4d61-8d00-41268f938836 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2262257c-a785-4d61-8d00-41268f938836"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2262257c-a785-4d61-8d00-41268f938836"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2262257c-a785-4d61-8d00-41268f938836"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2262257c-a785-4d61-8d00-41268f938836"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
      position: relative;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  
  
  
  
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
      position: relative;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  
  
  
  
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
      position: relative;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  
  
  
  
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
      position: relative;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  
  
  
  
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container {
      position: relative;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c69c711-c3fb-4a5f-af23-1ab055cf0741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-2b436a3b-9263-4937-9ba9-c45ec2c44626 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-642fd4c5-c3a2-4f1e-96a6-3552fe268bd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
      position: relative;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  
  
  
  
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
      position: relative;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  
  
  
  
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
      position: relative;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  
  
  
  
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
      position: relative;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  
  
  
  
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88ca5051-4b66-4d89-bb16-5b586bf433a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container {
      position: relative;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ca5051-4b66-4d89-bb16-5b586bf433a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-392d8887-56b6-4ae8-89f3-561535b3db17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-392d8887-56b6-4ae8-89f3-561535b3db17 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-b1abd5b7-8407-4e43-a18d-ce239f96750c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 286/200;
text-align: center;
}



.shg-image-margin-container-s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
      position: relative;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  
  
  
  
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
      position: relative;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  
  
  
  
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
      position: relative;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  
  
  
  
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
      position: relative;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  
  
  
  
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-16a924f3-15a2-45dd-809f-22adf47ab4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container {
      position: relative;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a924f3-15a2-45dd-809f-22adf47ab4b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-9ff60ce2-74ea-4995-834e-c25a44bac057 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9ff60ce2-74ea-4995-834e-c25a44bac057 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-a305d553-3910-496d-8ebd-ab0d6fc39b94 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-060bdeff-9413-46f5-99c9-521f112f93ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
      position: relative;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-060bdeff-9413-46f5-99c9-521f112f93ba {
  
  
  
  
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-060bdeff-9413-46f5-99c9-521f112f93ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
      position: relative;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-060bdeff-9413-46f5-99c9-521f112f93ba {
  
  
  
  
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-060bdeff-9413-46f5-99c9-521f112f93ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
      position: relative;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-060bdeff-9413-46f5-99c9-521f112f93ba {
  
  
  
  
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-060bdeff-9413-46f5-99c9-521f112f93ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
      position: relative;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-060bdeff-9413-46f5-99c9-521f112f93ba {
  
  
  
  
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-060bdeff-9413-46f5-99c9-521f112f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-060bdeff-9413-46f5-99c9-521f112f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-060bdeff-9413-46f5-99c9-521f112f93ba {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container {
      position: relative;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-060bdeff-9413-46f5-99c9-521f112f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-276ca07b-7d26-48f2-ab61-22d13bb69f0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-276ca07b-7d26-48f2-ab61-22d13bb69f0c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-679cb0d7-acb2-4439-9a33-1d9fe27c71fe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d0dd1f91-f4ed-49bb-97bb-efab7f6bf6e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d0dd1f91-f4ed-49bb-97bb-efab7f6bf6e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d0dd1f91-f4ed-49bb-97bb-efab7f6bf6e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0dd1f91-f4ed-49bb-97bb-efab7f6bf6e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0dd1f91-f4ed-49bb-97bb-efab7f6bf6e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
      position: relative;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  
  
  
  
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
      position: relative;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  
  
  
  
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
      position: relative;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  
  
  
  
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
      position: relative;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  
  
  
  
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-fc08cc34-e124-4f6f-801d-f048125af4c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container {
      position: relative;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc08cc34-e124-4f6f-801d-f048125af4c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-dc78c197-7aa9-42ae-8ea5-f515753e2175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0a9e73bb-9eb7-4547-b965-dd5f3b379a5a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7c6e327-237d-4b32-8165-2388c8daec63 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
      position: relative;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  
  
  
  
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7c6e327-237d-4b32-8165-2388c8daec63 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
      position: relative;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  
  
  
  
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7c6e327-237d-4b32-8165-2388c8daec63 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
      position: relative;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  
  
  
  
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7c6e327-237d-4b32-8165-2388c8daec63 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
      position: relative;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  
  
  
  
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c6e327-237d-4b32-8165-2388c8daec63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-e7c6e327-237d-4b32-8165-2388c8daec63 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7c6e327-237d-4b32-8165-2388c8daec63 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container {
      position: relative;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c6e327-237d-4b32-8165-2388c8daec63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-d5fd7852-0943-41e8-8650-a6bbe76b0626 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2911a79d-a6e0-4690-b8e9-1f7fbcca689b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-content {
  
    align-items: center;
  
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3af7d908-bb73-4702-9b52-80c76702119f {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
      position: relative;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3af7d908-bb73-4702-9b52-80c76702119f {
  
  
  
  
}

#s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-content {
  
    align-items: center;
  
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3af7d908-bb73-4702-9b52-80c76702119f {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
      position: relative;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-3af7d908-bb73-4702-9b52-80c76702119f {
  
  
  
  
}

#s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-content {
  
    align-items: center;
  
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3af7d908-bb73-4702-9b52-80c76702119f {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
      position: relative;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-3af7d908-bb73-4702-9b52-80c76702119f {
  
  
  
  
}

#s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-content {
  
    align-items: center;
  
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3af7d908-bb73-4702-9b52-80c76702119f {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
      position: relative;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-3af7d908-bb73-4702-9b52-80c76702119f {
  
  
  
  
}

#s-3af7d908-bb73-4702-9b52-80c76702119f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3af7d908-bb73-4702-9b52-80c76702119f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-3af7d908-bb73-4702-9b52-80c76702119f .shogun-image-content {
  
    align-items: center;
  
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3af7d908-bb73-4702-9b52-80c76702119f {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container {
      position: relative;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3af7d908-bb73-4702-9b52-80c76702119f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-d1ae2d74-4066-4ab4-967f-3b9d04f02362 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-663bef29-9594-4ca1-9900-bb433550e1dc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-content {
  
    align-items: center;
  
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04552055-9431-48b7-88f9-4a5b443f8355 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
      position: relative;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-04552055-9431-48b7-88f9-4a5b443f8355 {
  
  
  
  
}

#s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-content {
  
    align-items: center;
  
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04552055-9431-48b7-88f9-4a5b443f8355 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
      position: relative;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-04552055-9431-48b7-88f9-4a5b443f8355 {
  
  
  
  
}

#s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-content {
  
    align-items: center;
  
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04552055-9431-48b7-88f9-4a5b443f8355 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
      position: relative;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-04552055-9431-48b7-88f9-4a5b443f8355 {
  
  
  
  
}

#s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-content {
  
    align-items: center;
  
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04552055-9431-48b7-88f9-4a5b443f8355 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
      position: relative;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-04552055-9431-48b7-88f9-4a5b443f8355 {
  
  
  
  
}

#s-04552055-9431-48b7-88f9-4a5b443f8355 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04552055-9431-48b7-88f9-4a5b443f8355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-04552055-9431-48b7-88f9-4a5b443f8355 .shogun-image-content {
  
    align-items: center;
  
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04552055-9431-48b7-88f9-4a5b443f8355 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container {
      position: relative;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04552055-9431-48b7-88f9-4a5b443f8355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-5feb7926-8ced-4224-801e-7f37007821f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c6c70067-baa2-43fb-ad63-5e88c5f4b921 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-facb694b-597a-4676-9c52-37fcba52903c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-facb694b-597a-4676-9c52-37fcba52903c {
  display: none;
}
#s-facb694b-597a-4676-9c52-37fcba52903c, #wrap-s-facb694b-597a-4676-9c52-37fcba52903c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-facb694b-597a-4676-9c52-37fcba52903c {
  display: none;
}
#s-facb694b-597a-4676-9c52-37fcba52903c, #wrap-s-facb694b-597a-4676-9c52-37fcba52903c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-facb694b-597a-4676-9c52-37fcba52903c {
  display: none;
}
#s-facb694b-597a-4676-9c52-37fcba52903c, #wrap-s-facb694b-597a-4676-9c52-37fcba52903c { display: none !important; }}
#s-facb694b-597a-4676-9c52-37fcba52903c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-facb694b-597a-4676-9c52-37fcba52903c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 8, 20, 1);
  padding: 10px;
}

#s-facb694b-597a-4676-9c52-37fcba52903c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-facb694b-597a-4676-9c52-37fcba52903c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-facb694b-597a-4676-9c52-37fcba52903c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 50px;
}

#s-facb694b-597a-4676-9c52-37fcba52903c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-546fc26f-c607-4a7e-a84a-dcedf7dc581c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-546fc26f-c607-4a7e-a84a-dcedf7dc581c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-546fc26f-c607-4a7e-a84a-dcedf7dc581c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a5c3eea-ad79-4de6-a418-54c4f45f7ed0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8a5c3eea-ad79-4de6-a418-54c4f45f7ed0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a5c3eea-ad79-4de6-a418-54c4f45f7ed0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8a5c3eea-ad79-4de6-a418-54c4f45f7ed0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8a5c3eea-ad79-4de6-a418-54c4f45f7ed0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
      position: relative;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  
  
  
  
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
      position: relative;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  
  
  
  
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
      position: relative;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  
  
  
  
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
      position: relative;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  
  
  
  
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container {
      position: relative;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4986dd-5c6a-4e64-b6c5-1f28b49df8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-c85a5630-2c17-40a6-8a8b-f2a575166280 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3344a4db-3575-4dab-b744-308f5ba60d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-content {
  
    align-items: center;
  
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b63314-25b6-4393-91ea-abdb17a56bec {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
      position: relative;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88b63314-25b6-4393-91ea-abdb17a56bec {
  
  
  
  
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-content {
  
    align-items: center;
  
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b63314-25b6-4393-91ea-abdb17a56bec {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
      position: relative;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-88b63314-25b6-4393-91ea-abdb17a56bec {
  
  
  
  
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-content {
  
    align-items: center;
  
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b63314-25b6-4393-91ea-abdb17a56bec {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
      position: relative;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-88b63314-25b6-4393-91ea-abdb17a56bec {
  
  
  
  
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-content {
  
    align-items: center;
  
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b63314-25b6-4393-91ea-abdb17a56bec {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
      position: relative;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-88b63314-25b6-4393-91ea-abdb17a56bec {
  
  
  
  
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b63314-25b6-4393-91ea-abdb17a56bec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-88b63314-25b6-4393-91ea-abdb17a56bec .shogun-image-content {
  
    align-items: center;
  
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b63314-25b6-4393-91ea-abdb17a56bec {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container {
      position: relative;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b63314-25b6-4393-91ea-abdb17a56bec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-2d250ebc-881f-4b0a-9435-d4f135ea8f18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-0b3e6dbc-b79a-4ec1-871c-b88f16bec0fb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 286/200;
text-align: center;
}



.shg-image-margin-container-s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c221f881-6276-4689-ba2c-cbf730183fe2 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
      position: relative;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  
  
  
  
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c221f881-6276-4689-ba2c-cbf730183fe2 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
      position: relative;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  
  
  
  
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c221f881-6276-4689-ba2c-cbf730183fe2 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
      position: relative;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  
  
  
  
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c221f881-6276-4689-ba2c-cbf730183fe2 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
      position: relative;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  
  
  
  
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }

    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-link {
      aspect-ratio: 286/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c221f881-6276-4689-ba2c-cbf730183fe2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-c221f881-6276-4689-ba2c-cbf730183fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c221f881-6276-4689-ba2c-cbf730183fe2 {
      --shg-aspect-ratio: calc(286/200); 
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container {
      position: relative;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c221f881-6276-4689-ba2c-cbf730183fe2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-e98c01c0-1663-4239-878e-97a6ca908735 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-71bef516-f950-432a-8079-0b5234bb937a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-content {
  
    align-items: center;
  
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
      position: relative;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  
  
  
  
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-content {
  
    align-items: center;
  
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
      position: relative;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  
  
  
  
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-content {
  
    align-items: center;
  
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
      position: relative;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  
  
  
  
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-content {
  
    align-items: center;
  
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
      position: relative;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  
  
  
  
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead .shogun-image-content {
  
    align-items: center;
  
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container {
      position: relative;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b8f6a6-4127-4f1b-8bde-cc0a9c2f5ead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-6a2d9e3e-3a85-45af-862a-dabcf47ca8ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#s-f6249739-96ac-4254-bd39-eea0f2ddaf0c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-f0ac453b-7e27-4435-8e01-a27fdea58baa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f0ac453b-7e27-4435-8e01-a27fdea58baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0ac453b-7e27-4435-8e01-a27fdea58baa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f0ac453b-7e27-4435-8e01-a27fdea58baa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f0ac453b-7e27-4435-8e01-a27fdea58baa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
      position: relative;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  
  
  
  
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
      position: relative;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  
  
  
  
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
      position: relative;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  
  
  
  
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
      position: relative;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  
  
  
  
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9d8f5f43-6686-4771-aae5-582b97a7efa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container {
      position: relative;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8f5f43-6686-4771-aae5-582b97a7efa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-1c15c003-dd77-4fe9-bc9c-ee7cf8212f31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-be7e520b-89f4-418e-97d8-f9faaedaa9b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
      position: relative;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  
  
  
  
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
      position: relative;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  
  
  
  
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
      position: relative;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  
  
  
  
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
      position: relative;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  
  
  
  
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container {
      position: relative;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ad7c15c-6da5-4c17-8359-5aacf9f4861d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-4cfcde90-3a3b-483f-9a83-6a1867e06c1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a60639b7-f513-4a8a-b564-0954ea94d46d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-content {
  
    align-items: center;
  
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1140d759-9b11-4624-9627-d34c3d6dd192 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
      position: relative;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  
  
  
  
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-content {
  
    align-items: center;
  
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1140d759-9b11-4624-9627-d34c3d6dd192 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
      position: relative;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  
  
  
  
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-content {
  
    align-items: center;
  
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1140d759-9b11-4624-9627-d34c3d6dd192 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
      position: relative;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  
  
  
  
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-content {
  
    align-items: center;
  
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1140d759-9b11-4624-9627-d34c3d6dd192 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
      position: relative;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  
  
  
  
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1140d759-9b11-4624-9627-d34c3d6dd192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-1140d759-9b11-4624-9627-d34c3d6dd192 .shogun-image-content {
  
    align-items: center;
  
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1140d759-9b11-4624-9627-d34c3d6dd192 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container {
      position: relative;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1140d759-9b11-4624-9627-d34c3d6dd192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-270454e3-e78b-4d07-97e4-ffdc4510118d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9167e3fd-a390-4254-b798-976d727aef0b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin-left: auto;
margin-right: auto;
max-width: 245px;
aspect-ratio: 245/170;
text-align: center;
}



.shg-image-margin-container-s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cac9f50-21d2-4e22-a742-8c244813c463 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
      position: relative;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  
  
  
  
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cac9f50-21d2-4e22-a742-8c244813c463 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
      position: relative;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  
  
  
  
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cac9f50-21d2-4e22-a742-8c244813c463 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
      position: relative;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  
  
  
  
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cac9f50-21d2-4e22-a742-8c244813c463 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
      position: relative;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

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

.shg-image-margin-container-s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  
  
  
  
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }

    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-link {
      aspect-ratio: 245/170;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cac9f50-21d2-4e22-a742-8c244813c463 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 245px;
  }



  img.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
    
    
    
    max-height: 245px;
  }


.s-9cac9f50-21d2-4e22-a742-8c244813c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cac9f50-21d2-4e22-a742-8c244813c463 {
      --shg-aspect-ratio: calc(245/170); 
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container {
      position: relative;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cac9f50-21d2-4e22-a742-8c244813c463 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 245px;
    }
  }

}
#s-62273c1e-7529-4b61-b658-23929e590f76 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6d67f8a3-dcae-4600-9aa4-eefa4c749e5a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cfb987f2-d3eb-4095-b178-fbc0b8e794bc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cfb987f2-d3eb-4095-b178-fbc0b8e794bc {
  display: none;
}
#s-cfb987f2-d3eb-4095-b178-fbc0b8e794bc, #wrap-s-cfb987f2-d3eb-4095-b178-fbc0b8e794bc { display: none !important; }}







#s-cfb987f2-d3eb-4095-b178-fbc0b8e794bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfb987f2-d3eb-4095-b178-fbc0b8e794bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 {
  --swiper-pagination-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-prev,
#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-prev svg,
#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-39bf3612-f07a-4042-9ef3-9fdf5d15a507 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/830;
text-align: center;
}



.shg-image-margin-container-s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-content {
  
    align-items: center;
  
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
      position: relative;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  
  
  
  
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-content {
  
    align-items: center;
  
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
      position: relative;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  
  
  
  
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-content {
  
    align-items: center;
  
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
      position: relative;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  
  
  
  
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-content {
  
    align-items: center;
  
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
      position: relative;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  
  
  
  
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da .shogun-image-content {
  
    align-items: center;
  
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container {
      position: relative;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec8b4d9-f3e1-4ccc-9be1-9436cf0bd4da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/830;
text-align: center;
}



.shg-image-margin-container-s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
      position: relative;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  
  
  
  
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
      position: relative;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  
  
  
  
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
      position: relative;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  
  
  
  
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
      position: relative;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  
  
  
  
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container {
      position: relative;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcda246-e30c-4e9a-ad02-ad7d6b015c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/830;
text-align: center;
}



.shg-image-margin-container-s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-content {
  
    align-items: center;
  
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
      position: relative;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  
  
  
  
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-content {
  
    align-items: center;
  
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
      position: relative;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  
  
  
  
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-content {
  
    align-items: center;
  
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
      position: relative;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  
  
  
  
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-content {
  
    align-items: center;
  
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
      position: relative;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  
  
  
  
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-6c16381a-61b6-4198-b2a5-9bb7955665ad .shogun-image-content {
  
    align-items: center;
  
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container {
      position: relative;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c16381a-61b6-4198-b2a5-9bb7955665ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/830;
text-align: center;
}



.shg-image-margin-container-s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-content {
  
    align-items: center;
  
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64e0671d-65ea-46e6-9b2b-7080c174096d {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
      position: relative;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  
  
  
  
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-content {
  
    align-items: center;
  
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64e0671d-65ea-46e6-9b2b-7080c174096d {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
      position: relative;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  
  
  
  
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-content {
  
    align-items: center;
  
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64e0671d-65ea-46e6-9b2b-7080c174096d {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
      position: relative;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  
  
  
  
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-content {
  
    align-items: center;
  
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64e0671d-65ea-46e6-9b2b-7080c174096d {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
      position: relative;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  
  
  
  
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }

    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-link {
      aspect-ratio: 1920/830;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64e0671d-65ea-46e6-9b2b-7080c174096d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64e0671d-65ea-46e6-9b2b-7080c174096d .shogun-image-content {
  
    align-items: center;
  
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64e0671d-65ea-46e6-9b2b-7080c174096d {
      --shg-aspect-ratio: calc(1920/830); 
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container {
      position: relative;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64e0671d-65ea-46e6-9b2b-7080c174096d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-d5900478-4b8e-4655-9853-2b1a923338b4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d5900478-4b8e-4655-9853-2b1a923338b4 {
  display: none;
}
#s-d5900478-4b8e-4655-9853-2b1a923338b4, #wrap-s-d5900478-4b8e-4655-9853-2b1a923338b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5900478-4b8e-4655-9853-2b1a923338b4 {
  display: none;
}
#s-d5900478-4b8e-4655-9853-2b1a923338b4, #wrap-s-d5900478-4b8e-4655-9853-2b1a923338b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5900478-4b8e-4655-9853-2b1a923338b4 {
  display: none;
}
#s-d5900478-4b8e-4655-9853-2b1a923338b4, #wrap-s-d5900478-4b8e-4655-9853-2b1a923338b4 { display: none !important; }}







#s-d5900478-4b8e-4655-9853-2b1a923338b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5900478-4b8e-4655-9853-2b1a923338b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e0a621-9a59-4932-8221-f917b4efb6c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 {
  --swiper-pagination-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-prev,
#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-prev svg,
#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c9e0a621-9a59-4932-8221-f917b4efb6c8 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
aspect-ratio: 1520/900;
text-align: center;
}



.shg-image-margin-container-s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
      position: relative;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  
  
  
  
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
      position: relative;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  
  
  
  
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
      position: relative;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  
  
  
  
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
      position: relative;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  
  
  
  
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-1e4dfb62-4b73-40a5-abba-31af92caefd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container {
      position: relative;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e4dfb62-4b73-40a5-abba-31af92caefd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

}
#s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
aspect-ratio: 1520/900;
text-align: center;
}



.shg-image-margin-container-s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-content {
  
    align-items: center;
  
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-870b33dd-e9df-451d-899b-f57091ceb7eb {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
      position: relative;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  
  
  
  
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-content {
  
    align-items: center;
  
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-870b33dd-e9df-451d-899b-f57091ceb7eb {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
      position: relative;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  
  
  
  
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-content {
  
    align-items: center;
  
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-870b33dd-e9df-451d-899b-f57091ceb7eb {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
      position: relative;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  
  
  
  
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-content {
  
    align-items: center;
  
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-870b33dd-e9df-451d-899b-f57091ceb7eb {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
      position: relative;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  
  
  
  
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-870b33dd-e9df-451d-899b-f57091ceb7eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-870b33dd-e9df-451d-899b-f57091ceb7eb .shogun-image-content {
  
    align-items: center;
  
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-870b33dd-e9df-451d-899b-f57091ceb7eb {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container {
      position: relative;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-870b33dd-e9df-451d-899b-f57091ceb7eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

}
#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
aspect-ratio: 1520/900;
text-align: center;
}



.shg-image-margin-container-s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-content {
  
    align-items: center;
  
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
      position: relative;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  
  
  
  
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-content {
  
    align-items: center;
  
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
      position: relative;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  
  
  
  
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-content {
  
    align-items: center;
  
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
      position: relative;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  
  
  
  
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-content {
  
    align-items: center;
  
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
      position: relative;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  
  
  
  
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b .shogun-image-content {
  
    align-items: center;
  
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container {
      position: relative;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d727e9aa-1c85-425f-b007-5c3f1fa4857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

}
#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
aspect-ratio: 1520/900;
text-align: center;
}



.shg-image-margin-container-s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
      position: relative;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  
  
  
  
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
      position: relative;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  
  
  
  
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
      position: relative;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  
  
  
  
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
      position: relative;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  
  
  
  
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }

    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-link {
      aspect-ratio: 1520/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 {
      --shg-aspect-ratio: calc(1520/900); 
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container {
      position: relative;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9355054f-c3b1-43ee-9f5a-591dccd07dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

}
#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
max-width: 100%;
aspect-ratio: 16/9;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  display: none;
}
#s-687ecafc-c6f6-4e8f-8d66-2c040217c529, #wrap-s-687ecafc-c6f6-4e8f-8d66-2c040217c529 { display: none !important; }}


.shg-image-margin-container-s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-content {
  
    align-items: center;
  
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
      position: relative;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  
  
  
  
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-content {
  
    align-items: center;
  
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
      position: relative;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  
  
  
  
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-content {
  
    align-items: center;
  
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
      position: relative;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  
  
  
  
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-content {
  
    align-items: center;
  
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
      position: relative;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  
  
  
  
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-687ecafc-c6f6-4e8f-8d66-2c040217c529 .shogun-image-content {
  
    align-items: center;
  
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container {
      position: relative;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-687ecafc-c6f6-4e8f-8d66-2c040217c529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
max-width: 100%;
aspect-ratio: 2/3;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3f2a4925-508b-491e-9864-945655e8e754 {
  display: none;
}
#s-3f2a4925-508b-491e-9864-945655e8e754, #wrap-s-3f2a4925-508b-491e-9864-945655e8e754 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f2a4925-508b-491e-9864-945655e8e754 {
  display: none;
}
#s-3f2a4925-508b-491e-9864-945655e8e754, #wrap-s-3f2a4925-508b-491e-9864-945655e8e754 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f2a4925-508b-491e-9864-945655e8e754 {
  display: none;
}
#s-3f2a4925-508b-491e-9864-945655e8e754, #wrap-s-3f2a4925-508b-491e-9864-945655e8e754 { display: none !important; }}


.shg-image-margin-container-s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2a4925-508b-491e-9864-945655e8e754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
      position: relative;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f2a4925-508b-491e-9864-945655e8e754 {
  
  
  
  
}

#s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2a4925-508b-491e-9864-945655e8e754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
      position: relative;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3f2a4925-508b-491e-9864-945655e8e754 {
  
  
  
  
}

#s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2a4925-508b-491e-9864-945655e8e754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
      position: relative;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3f2a4925-508b-491e-9864-945655e8e754 {
  
  
  
  
}

#s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2a4925-508b-491e-9864-945655e8e754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
      position: relative;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3f2a4925-508b-491e-9864-945655e8e754 {
  
  
  
  
}

#s-3f2a4925-508b-491e-9864-945655e8e754 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2a4925-508b-491e-9864-945655e8e754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3f2a4925-508b-491e-9864-945655e8e754 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2a4925-508b-491e-9864-945655e8e754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container {
      position: relative;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2a4925-508b-491e-9864-945655e8e754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-820c4483-1f23-4dc3-bf84-2243dd400b1f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-820c4483-1f23-4dc3-bf84-2243dd400b1f {
  display: none;
}
#s-820c4483-1f23-4dc3-bf84-2243dd400b1f, #wrap-s-820c4483-1f23-4dc3-bf84-2243dd400b1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-820c4483-1f23-4dc3-bf84-2243dd400b1f {
  display: none;
}
#s-820c4483-1f23-4dc3-bf84-2243dd400b1f, #wrap-s-820c4483-1f23-4dc3-bf84-2243dd400b1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-820c4483-1f23-4dc3-bf84-2243dd400b1f {
  display: none;
}
#s-820c4483-1f23-4dc3-bf84-2243dd400b1f, #wrap-s-820c4483-1f23-4dc3-bf84-2243dd400b1f { display: none !important; }}







#s-820c4483-1f23-4dc3-bf84-2243dd400b1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-820c4483-1f23-4dc3-bf84-2243dd400b1f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-21b5ee11-a243-47df-8afe-10bee2d6d2c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
}

#s-21b5ee11-a243-47df-8afe-10bee2d6d2c1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (max-width: 767px){#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 {
  
}
}
#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-263bf3c9-adfc-4776-b8b3-faf133f6dc45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-077bd827-6936-40b9-8083-6077687d5a3f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d1a52f29-d115-4217-8aa8-45b7d18797df {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7a498c8a-15bf-47fd-8c49-60a4b4a2b198 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ae131b28-3285-4171-be67-d0944bf260ec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-dfa77641-120b-4b8a-8f60-519050f0bd56 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-139d69b7-e791-4fe8-840d-39135c72b6a0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-77f3730d-873b-4106-afc5-77218db5950b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/640;
text-align: center;
}



.shg-image-margin-container-s-77f3730d-873b-4106-afc5-77218db5950b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-77f3730d-873b-4106-afc5-77218db5950b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-content {
  
    align-items: center;
  
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77f3730d-873b-4106-afc5-77218db5950b {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
      position: relative;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-77f3730d-873b-4106-afc5-77218db5950b {
  
  
  
  
}

#s-77f3730d-873b-4106-afc5-77218db5950b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-content {
  
    align-items: center;
  
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77f3730d-873b-4106-afc5-77218db5950b {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
      position: relative;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-77f3730d-873b-4106-afc5-77218db5950b {
  
  
  
  
}

#s-77f3730d-873b-4106-afc5-77218db5950b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-content {
  
    align-items: center;
  
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77f3730d-873b-4106-afc5-77218db5950b {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
      position: relative;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-77f3730d-873b-4106-afc5-77218db5950b {
  
  
  
  
}

#s-77f3730d-873b-4106-afc5-77218db5950b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-content {
  
    align-items: center;
  
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77f3730d-873b-4106-afc5-77218db5950b {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
      position: relative;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-77f3730d-873b-4106-afc5-77218db5950b {
  
  
  
  
}

#s-77f3730d-873b-4106-afc5-77218db5950b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77f3730d-873b-4106-afc5-77218db5950b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-77f3730d-873b-4106-afc5-77218db5950b .shogun-image-content {
  
    align-items: center;
  
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77f3730d-873b-4106-afc5-77218db5950b {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container {
      position: relative;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77f3730d-873b-4106-afc5-77218db5950b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-708c12fd-b270-4cf3-9818-08a87e15a9c8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-708c12fd-b270-4cf3-9818-08a87e15a9c8 {
  display: none;
}
#s-708c12fd-b270-4cf3-9818-08a87e15a9c8, #wrap-s-708c12fd-b270-4cf3-9818-08a87e15a9c8 { display: none !important; }}







#s-708c12fd-b270-4cf3-9818-08a87e15a9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-708c12fd-b270-4cf3-9818-08a87e15a9c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6180ec6a-5a2f-49ce-9caf-ecbf6c85a347 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
}

#s-6180ec6a-5a2f-49ce-9caf-ecbf6c85a347 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e69ee339-5d7e-4e0f-903c-87162ba7149a {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-e69ee339-5d7e-4e0f-903c-87162ba7149a {
  
}
}
#s-e69ee339-5d7e-4e0f-903c-87162ba7149a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-e69ee339-5d7e-4e0f-903c-87162ba7149a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-e69ee339-5d7e-4e0f-903c-87162ba7149a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e69ee339-5d7e-4e0f-903c-87162ba7149a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-e69ee339-5d7e-4e0f-903c-87162ba7149a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-e69ee339-5d7e-4e0f-903c-87162ba7149a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-cfc64240-05de-42c4-be24-dea2f33c8f7f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-359e512c-18a3-4dbd-9d3c-e8921b930e5a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3ddcc1a6-beb3-426e-877c-9d5ce589c1f3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ba2cd6c6-60eb-496d-9fd4-9001298d6e6f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d257d72c-12dd-4ce3-b107-1a875f133d51 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9194cc4f-169c-4729-8279-b1e57026463a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/640;
text-align: center;
}



.shg-image-margin-container-s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
      position: relative;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  
  
  
  
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
      position: relative;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  
  
  
  
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
      position: relative;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  
  
  
  
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
      position: relative;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  
  
  
  
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container {
      position: relative;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aebba2e-f98a-4fc7-9bf4-a56ad0aa0290 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-db9ebd76-91bc-44af-bee9-516ea4217215 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-db9ebd76-91bc-44af-bee9-516ea4217215 {
  display: none;
}
#s-db9ebd76-91bc-44af-bee9-516ea4217215, #wrap-s-db9ebd76-91bc-44af-bee9-516ea4217215 { display: none !important; }}
#s-db9ebd76-91bc-44af-bee9-516ea4217215 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-909570f0-7213-44fa-9982-1edba5664218 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-909570f0-7213-44fa-9982-1edba5664218 {
  display: none;
}
#s-909570f0-7213-44fa-9982-1edba5664218, #wrap-s-909570f0-7213-44fa-9982-1edba5664218 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-909570f0-7213-44fa-9982-1edba5664218 {
  display: none;
}
#s-909570f0-7213-44fa-9982-1edba5664218, #wrap-s-909570f0-7213-44fa-9982-1edba5664218 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-909570f0-7213-44fa-9982-1edba5664218 {
  display: none;
}
#s-909570f0-7213-44fa-9982-1edba5664218, #wrap-s-909570f0-7213-44fa-9982-1edba5664218 { display: none !important; }}
#s-909570f0-7213-44fa-9982-1edba5664218 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7c98d4fc-33c7-44c1-b6a4-456b760abdd0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7c98d4fc-33c7-44c1-b6a4-456b760abdd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c98d4fc-33c7-44c1-b6a4-456b760abdd0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf {
  display: none;
}
#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf, #wrap-s-b13bc806-c02a-4f08-944f-3d2a15eee8cf { display: none !important; }}
#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-b13bc806-c02a-4f08-944f-3d2a15eee8cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7e6a93cd-97d4-4a68-bd15-afea21c6f170 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2f66ce82-1363-4206-aa7d-481c4754a4e1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0cd63250-1021-4428-b0ba-28b465d74807 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b4b369c9-10a0-4853-bb11-ae48f023090b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-68b2e4fd-5d14-4a68-91dc-eb3d9cc4d886 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-129938d9-9462-4b71-ab92-bfde30c86c01 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a {
  display: none;
}
#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a, #wrap-s-fe566fea-e32b-489a-a3a6-f677d98b6c5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a {
  display: none;
}
#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a, #wrap-s-fe566fea-e32b-489a-a3a6-f677d98b6c5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a {
  display: none;
}
#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a, #wrap-s-fe566fea-e32b-489a-a3a6-f677d98b6c5a { display: none !important; }}
#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-fe566fea-e32b-489a-a3a6-f677d98b6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8a13788a-60e0-40de-841b-b0adf24497e3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c2cc006c-63f7-4bb1-ab64-ab8933a2f618 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7179e8c9-cf18-4f7b-9ad5-b891a9a47292 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-cf33360c-05a9-47d7-bb82-5e886a76e240 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-153fbdfd-df8d-4fc9-b2d7-978d4ad97d8a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-397e1e2d-8d26-4fa1-b57f-bb043f0b5bd3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

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

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

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

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

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

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

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

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

#s-254afafc-3afe-4342-9fbb-76c8b60a241c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 113, 47, 1);
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(251, 113, 47, 1);
background-image: none;
hover-type: color;
}
#s-254afafc-3afe-4342-9fbb-76c8b60a241c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-254afafc-3afe-4342-9fbb-76c8b60a241c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-254afafc-3afe-4342-9fbb-76c8b60a241c {
  display: none;
}
#s-254afafc-3afe-4342-9fbb-76c8b60a241c, #wrap-s-254afafc-3afe-4342-9fbb-76c8b60a241c { display: none !important; }}

  #s-254afafc-3afe-4342-9fbb-76c8b60a241c-root {
    text-align: center;
  }


#s-254afafc-3afe-4342-9fbb-76c8b60a241c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-254afafc-3afe-4342-9fbb-76c8b60a241c-root {
    text-align: center;
  }


#s-254afafc-3afe-4342-9fbb-76c8b60a241c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-254afafc-3afe-4342-9fbb-76c8b60a241c-root {
    text-align: center;
  }


#s-254afafc-3afe-4342-9fbb-76c8b60a241c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-254afafc-3afe-4342-9fbb-76c8b60a241c-root {
    text-align: center;
  }


#s-254afafc-3afe-4342-9fbb-76c8b60a241c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-254afafc-3afe-4342-9fbb-76c8b60a241c-root {
    text-align: center;
  }


#s-254afafc-3afe-4342-9fbb-76c8b60a241c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 113, 47, 1);
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(251, 113, 47, 1);
background-image: none;
hover-type: color;
}
#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 {
  display: none;
}
#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4, #wrap-s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 {
  display: none;
}
#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4, #wrap-s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 {
  display: none;
}
#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4, #wrap-s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4 { display: none !important; }}

  #s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4-root {
    text-align: center;
  }


#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4-root {
    text-align: center;
  }


#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4-root {
    text-align: center;
  }


#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4-root {
    text-align: center;
  }


#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4-root {
    text-align: center;
  }


#s-70c7addf-d6d4-4542-8a07-b8f3fb69dac4.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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;
  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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}