.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-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/800;
text-align: center;
}



.shg-image-margin-container-s-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }

    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-link {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12475790-30a9-4a31-9830-94a9bb08a97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-content {
  
    align-items: center;
  
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12475790-30a9-4a31-9830-94a9bb08a97b {
      --shg-aspect-ratio: calc(1920/800); 
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
      position: relative;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b 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-12475790-30a9-4a31-9830-94a9bb08a97b {
  
  
  
  
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }

    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-link {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12475790-30a9-4a31-9830-94a9bb08a97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-content {
  
    align-items: center;
  
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12475790-30a9-4a31-9830-94a9bb08a97b {
      --shg-aspect-ratio: calc(1920/800); 
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
      position: relative;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b 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-12475790-30a9-4a31-9830-94a9bb08a97b {
  
  
  
  
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }

    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-link {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12475790-30a9-4a31-9830-94a9bb08a97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-content {
  
    align-items: center;
  
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12475790-30a9-4a31-9830-94a9bb08a97b {
      --shg-aspect-ratio: calc(1920/800); 
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
      position: relative;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b 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-12475790-30a9-4a31-9830-94a9bb08a97b {
  
  
  
  
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }

    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-link {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12475790-30a9-4a31-9830-94a9bb08a97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-content {
  
    align-items: center;
  
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12475790-30a9-4a31-9830-94a9bb08a97b {
      --shg-aspect-ratio: calc(1920/800); 
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
      position: relative;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b 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-12475790-30a9-4a31-9830-94a9bb08a97b {
  
  
  
  
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }

    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-link {
      aspect-ratio: 1920/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12475790-30a9-4a31-9830-94a9bb08a97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12475790-30a9-4a31-9830-94a9bb08a97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-12475790-30a9-4a31-9830-94a9bb08a97b .shogun-image-content {
  
    align-items: center;
  
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12475790-30a9-4a31-9830-94a9bb08a97b {
      --shg-aspect-ratio: calc(1920/800); 
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container {
      position: relative;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12475790-30a9-4a31-9830-94a9bb08a97b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
.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-2efd0454-ae96-4321-9289-e24420b22dbb {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2efd0454-ae96-4321-9289-e24420b22dbb {
  display: none;
}
#s-2efd0454-ae96-4321-9289-e24420b22dbb, #wrap-s-2efd0454-ae96-4321-9289-e24420b22dbb { display: none !important; }}







#s-2efd0454-ae96-4321-9289-e24420b22dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2efd0454-ae96-4321-9289-e24420b22dbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-97d5eaf3-1dca-46a1-bb41-54aef6498e07 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-97d5eaf3-1dca-46a1-bb41-54aef6498e07 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-347d6bbd-2d73-4a39-a663-8407d25cafd1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

.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-525e828d-913d-409e-b999-3505a306ae50 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
}

@media (min-width: 0px) {
[id="s-525e828d-913d-409e-b999-3505a306ae50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-525e828d-913d-409e-b999-3505a306ae50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-525e828d-913d-409e-b999-3505a306ae50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-525e828d-913d-409e-b999-3505a306ae50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
      position: relative;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  
  
  
  
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
      position: relative;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  
  
  
  
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
      position: relative;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  
  
  
  
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
      position: relative;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  
  
  
  
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container {
      position: relative;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b9d2ce-27c6-4576-83de-7ebbc2d8b280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-67d351e6-cdba-47fe-92b2-01e3debf86e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b29c0acc-1122-41ad-9fd3-52c73dc46fd8 {
  margin-left: auto;
margin-right: auto;
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
      position: relative;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  
  
  
  
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
      position: relative;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  
  
  
  
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
      position: relative;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  
  
  
  
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
      position: relative;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  
  
  
  
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container {
      position: relative;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a8e5871-9549-4dc1-814a-d2fa5effb8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-2c2b118b-69c9-4b3e-b9f5-3cff5d75bd9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4e7faae1-e80e-456c-9a3a-2b73f0dfab23 {
  margin-left: auto;
margin-right: auto;
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-content {
  
    align-items: center;
  
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9071408d-87ee-47f7-abf2-234ecb918a7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
      position: relative;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  
  
  
  
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-content {
  
    align-items: center;
  
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9071408d-87ee-47f7-abf2-234ecb918a7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
      position: relative;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  
  
  
  
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-content {
  
    align-items: center;
  
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9071408d-87ee-47f7-abf2-234ecb918a7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
      position: relative;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  
  
  
  
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-content {
  
    align-items: center;
  
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9071408d-87ee-47f7-abf2-234ecb918a7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
      position: relative;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  
  
  
  
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9071408d-87ee-47f7-abf2-234ecb918a7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9071408d-87ee-47f7-abf2-234ecb918a7f .shogun-image-content {
  
    align-items: center;
  
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9071408d-87ee-47f7-abf2-234ecb918a7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container {
      position: relative;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9071408d-87ee-47f7-abf2-234ecb918a7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-b25108bc-9952-45e1-ac24-17a1b8267483 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-cc54a675-1bf2-4b28-b1bb-13b05a024444 {
  margin-left: auto;
margin-right: auto;
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-content {
  
    align-items: center;
  
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
      position: relative;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  
  
  
  
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-content {
  
    align-items: center;
  
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
      position: relative;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  
  
  
  
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-content {
  
    align-items: center;
  
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
      position: relative;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  
  
  
  
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-content {
  
    align-items: center;
  
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
      position: relative;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  
  
  
  
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-603d66eb-f2fc-47b4-9693-4b5956a19541 .shogun-image-content {
  
    align-items: center;
  
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container {
      position: relative;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603d66eb-f2fc-47b4-9693-4b5956a19541 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0b4b9d85-021d-4040-aa87-e647d449e352 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3304ff6b-6edf-4210-81f7-78b7ba087aae {
  margin-left: auto;
margin-right: auto;
}

#s-323519d8-5409-4f8b-8c53-fcf9461894a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-323519d8-5409-4f8b-8c53-fcf9461894a3 {
  display: none;
}
#s-323519d8-5409-4f8b-8c53-fcf9461894a3, #wrap-s-323519d8-5409-4f8b-8c53-fcf9461894a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-323519d8-5409-4f8b-8c53-fcf9461894a3 {
  display: none;
}
#s-323519d8-5409-4f8b-8c53-fcf9461894a3, #wrap-s-323519d8-5409-4f8b-8c53-fcf9461894a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-323519d8-5409-4f8b-8c53-fcf9461894a3 {
  display: none;
}
#s-323519d8-5409-4f8b-8c53-fcf9461894a3, #wrap-s-323519d8-5409-4f8b-8c53-fcf9461894a3 { display: none !important; }}







#s-323519d8-5409-4f8b-8c53-fcf9461894a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-323519d8-5409-4f8b-8c53-fcf9461894a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-741afacf-38e4-4ee4-8d52-c34919e96bc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-741afacf-38e4-4ee4-8d52-c34919e96bc8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-f2883f7f-a71a-4b88-8067-6948f3e5f9e0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  
  
  
  
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
      position: relative;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  
  
  
  
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
      position: relative;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  
  
  
  
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
      position: relative;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  
  
  
  
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
      position: relative;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  
  
  
  
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e576e183-4e3b-4f93-b9bf-84649881fdf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container {
      position: relative;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e576e183-4e3b-4f93-b9bf-84649881fdf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-91cd5911-274d-47b7-901b-ac12b9dd717b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-07bb23f8-1c2e-416a-8a40-deb401010e0f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
      position: relative;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  
  
  
  
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
      position: relative;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  
  
  
  
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
      position: relative;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  
  
  
  
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
      position: relative;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  
  
  
  
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container {
      position: relative;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f864c9-e530-4a80-9cdc-9d7af44157a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-bf22f900-49ec-475a-9f78-cfa52db005bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-98eab383-d0a4-45e7-ab48-93bdf1f7a0dd {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-85f618da-c5df-4bf3-b395-32702984351d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-85f618da-c5df-4bf3-b395-32702984351d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-85f618da-c5df-4bf3-b395-32702984351d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-content {
  
    align-items: center;
  
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85f618da-c5df-4bf3-b395-32702984351d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
      position: relative;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-85f618da-c5df-4bf3-b395-32702984351d {
  
  
  
  
}

#s-85f618da-c5df-4bf3-b395-32702984351d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-content {
  
    align-items: center;
  
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85f618da-c5df-4bf3-b395-32702984351d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
      position: relative;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-85f618da-c5df-4bf3-b395-32702984351d {
  
  
  
  
}

#s-85f618da-c5df-4bf3-b395-32702984351d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-content {
  
    align-items: center;
  
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85f618da-c5df-4bf3-b395-32702984351d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
      position: relative;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-85f618da-c5df-4bf3-b395-32702984351d {
  
  
  
  
}

#s-85f618da-c5df-4bf3-b395-32702984351d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-content {
  
    align-items: center;
  
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85f618da-c5df-4bf3-b395-32702984351d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
      position: relative;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-85f618da-c5df-4bf3-b395-32702984351d {
  
  
  
  
}

#s-85f618da-c5df-4bf3-b395-32702984351d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f618da-c5df-4bf3-b395-32702984351d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-85f618da-c5df-4bf3-b395-32702984351d .shogun-image-content {
  
    align-items: center;
  
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85f618da-c5df-4bf3-b395-32702984351d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container {
      position: relative;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f618da-c5df-4bf3-b395-32702984351d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-cff1bb5a-7c87-4f92-bc89-8887aeac6e28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c33dcbee-3a5c-4f06-b593-2bd52df0ce4b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
      position: relative;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  
  
  
  
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
      position: relative;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  
  
  
  
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
      position: relative;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  
  
  
  
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
      position: relative;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  
  
  
  
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container {
      position: relative;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa8aed3-17b7-4715-9b7d-aabe0f791ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4fe27ef0-1cb1-4b0a-b215-69ce10db8b71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-25cea848-3e37-4565-9870-1f3c39a7c691 {
  margin-left: auto;
margin-right: auto;
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
      position: relative;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 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-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  
  
  
  
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
      position: relative;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 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-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  
  
  
  
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
      position: relative;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 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-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  
  
  
  
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
      position: relative;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 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-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  
  
  
  
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container {
      position: relative;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3b510a7-aff6-46cd-ba3b-35c9ccdb05b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-69a9ed50-8ad4-4298-a739-269f64e05b99 {
  margin-left: auto;
margin-right: auto;
}

#s-69a9ed50-8ad4-4298-a739-269f64e05b99 .shogun-icon-wrapper {
  text-align: center;
}


#s-69a9ed50-8ad4-4298-a739-269f64e05b99 .shogun-icon-wrapper > .shogun-icon {

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

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/780;
text-align: center;
}



.shg-image-margin-container-s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }

    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-link {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-content {
  
    align-items: center;
  
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
      --shg-aspect-ratio: calc(1920/780); 
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
      position: relative;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef 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-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  
  
  
  
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }

    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-link {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-content {
  
    align-items: center;
  
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
      --shg-aspect-ratio: calc(1920/780); 
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
      position: relative;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef 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-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  
  
  
  
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }

    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-link {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-content {
  
    align-items: center;
  
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
      --shg-aspect-ratio: calc(1920/780); 
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
      position: relative;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef 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-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  
  
  
  
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }

    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-link {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-content {
  
    align-items: center;
  
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
      --shg-aspect-ratio: calc(1920/780); 
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
      position: relative;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef 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-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  
  
  
  
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }

    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-link {
      aspect-ratio: 1920/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef .shogun-image-content {
  
    align-items: center;
  
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef {
      --shg-aspect-ratio: calc(1920/780); 
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container {
      position: relative;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a4d58-4303-44ff-b2d1-0c7e97bbdbef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1920/850;
text-align: center;
}



.shg-image-margin-container-s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-content {
  
    align-items: center;
  
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
      position: relative;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 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-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  
  
  
  
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-content {
  
    align-items: center;
  
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
      position: relative;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 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-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  
  
  
  
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-content {
  
    align-items: center;
  
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
      position: relative;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 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-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  
  
  
  
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-content {
  
    align-items: center;
  
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
      position: relative;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 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-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  
  
  
  
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021b415a-5dd3-4f9c-a086-a04ed7c35565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-021b415a-5dd3-4f9c-a086-a04ed7c35565 .shogun-image-content {
  
    align-items: center;
  
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container {
      position: relative;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021b415a-5dd3-4f9c-a086-a04ed7c35565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-1d4e97ef-1562-425e-a88b-689b16acf167 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1d4e97ef-1562-425e-a88b-689b16acf167 {
  display: none;
}
#s-1d4e97ef-1562-425e-a88b-689b16acf167, #wrap-s-1d4e97ef-1562-425e-a88b-689b16acf167 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d4e97ef-1562-425e-a88b-689b16acf167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d4e97ef-1562-425e-a88b-689b16acf167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d4e97ef-1562-425e-a88b-689b16acf167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d4e97ef-1562-425e-a88b-689b16acf167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 960/850;
text-align: center;
}



.shg-image-margin-container-s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
      position: relative;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb 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-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  
  
  
  
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
      position: relative;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb 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-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  
  
  
  
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
      position: relative;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb 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-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  
  
  
  
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
      position: relative;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb 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-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  
  
  
  
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container {
      position: relative;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd1ce334-9542-41cd-bee6-7104bfe9c3bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-fb20d5fd-94f4-48c5-8dee-837db3ccf6ba {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(213, 203, 208, 1);
}








#s-fb20d5fd-94f4-48c5-8dee-837db3ccf6ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb20d5fd-94f4-48c5-8dee-837db3ccf6ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2591e2cb-10e1-4dcf-a410-024a73aeac58 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-2591e2cb-10e1-4dcf-a410-024a73aeac58 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4ef2369b-e2b2-463d-930c-ea7eb8b3b955 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

.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-afb95853-5606-441f-ad3a-4d86e5ef41dd {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-afb95853-5606-441f-ad3a-4d86e5ef41dd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-afb95853-5606-441f-ad3a-4d86e5ef41dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 20px;
}

#s-afb95853-5606-441f-ad3a-4d86e5ef41dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-afb95853-5606-441f-ad3a-4d86e5ef41dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-afb95853-5606-441f-ad3a-4d86e5ef41dd > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-afb95853-5606-441f-ad3a-4d86e5ef41dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a6ff956c-ac2f-44d1-875f-11d6f3295ef5 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-21c4621b-97ea-40cb-894f-324b16fe40f8 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-53968daa-e592-4a15-b7d4-63aa3b52f638 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-326b56eb-d3b1-44db-b792-a6a8df0f9adc {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-d4ec1464-8a93-4399-924f-bffce9c997ca {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-b319db55-b46f-4d35-8980-4b13903707e3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b319db55-b46f-4d35-8980-4b13903707e3 {
  display: none;
}
#s-b319db55-b46f-4d35-8980-4b13903707e3, #wrap-s-b319db55-b46f-4d35-8980-4b13903707e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b319db55-b46f-4d35-8980-4b13903707e3 {
  display: none;
}
#s-b319db55-b46f-4d35-8980-4b13903707e3, #wrap-s-b319db55-b46f-4d35-8980-4b13903707e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b319db55-b46f-4d35-8980-4b13903707e3 {
  display: none;
}
#s-b319db55-b46f-4d35-8980-4b13903707e3, #wrap-s-b319db55-b46f-4d35-8980-4b13903707e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b319db55-b46f-4d35-8980-4b13903707e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b319db55-b46f-4d35-8980-4b13903707e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b319db55-b46f-4d35-8980-4b13903707e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b319db55-b46f-4d35-8980-4b13903707e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 960/850;
text-align: center;
}



.shg-image-margin-container-s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c34446-0551-46da-8524-c3e1a23ef982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c34446-0551-46da-8524-c3e1a23ef982 {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
      position: relative;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982 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-c7c34446-0551-46da-8524-c3e1a23ef982 {
  
  
  
  
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c34446-0551-46da-8524-c3e1a23ef982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c34446-0551-46da-8524-c3e1a23ef982 {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
      position: relative;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982 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-c7c34446-0551-46da-8524-c3e1a23ef982 {
  
  
  
  
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c34446-0551-46da-8524-c3e1a23ef982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c34446-0551-46da-8524-c3e1a23ef982 {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
      position: relative;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982 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-c7c34446-0551-46da-8524-c3e1a23ef982 {
  
  
  
  
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c34446-0551-46da-8524-c3e1a23ef982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c34446-0551-46da-8524-c3e1a23ef982 {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
      position: relative;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982 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-c7c34446-0551-46da-8524-c3e1a23ef982 {
  
  
  
  
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }

    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-link {
      aspect-ratio: 960/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c34446-0551-46da-8524-c3e1a23ef982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c34446-0551-46da-8524-c3e1a23ef982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-c7c34446-0551-46da-8524-c3e1a23ef982 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c34446-0551-46da-8524-c3e1a23ef982 {
      --shg-aspect-ratio: calc(960/850); 
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container {
      position: relative;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c34446-0551-46da-8524-c3e1a23ef982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-91c9c9dd-1746-47a7-aece-0907b24179a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(213, 203, 208, 1);
}








#s-91c9c9dd-1746-47a7-aece-0907b24179a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91c9c9dd-1746-47a7-aece-0907b24179a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-853f5b9b-dd9d-4260-b370-8d86f0d6e1e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-853f5b9b-dd9d-4260-b370-8d86f0d6e1e4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-5e7242a6-db84-4ffc-ba9f-f41438fa0008 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 20px;
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8096a302-179a-44e6-b569-08530c1f7d15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d0fd61a8-7c81-44b1-aed4-6d1e07e1ed7f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-58e83107-8a1c-4239-b39f-c44f00ed4371 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-590a1c92-0a4c-47ef-b6d2-0874f7685bdf {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-89d94618-b9c8-41d9-acf6-2b79886b1d63 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-4c2170e3-e0be-43d6-a940-973b97973300 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-33c80adc-9fec-4607-8d1f-303677d6537e {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33c80adc-9fec-4607-8d1f-303677d6537e {
  display: none;
}
#s-33c80adc-9fec-4607-8d1f-303677d6537e, #wrap-s-33c80adc-9fec-4607-8d1f-303677d6537e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33c80adc-9fec-4607-8d1f-303677d6537e {
  display: none;
}
#s-33c80adc-9fec-4607-8d1f-303677d6537e, #wrap-s-33c80adc-9fec-4607-8d1f-303677d6537e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33c80adc-9fec-4607-8d1f-303677d6537e {
  display: none;
}
#s-33c80adc-9fec-4607-8d1f-303677d6537e, #wrap-s-33c80adc-9fec-4607-8d1f-303677d6537e { display: none !important; }}@media (max-width: 767px){#s-33c80adc-9fec-4607-8d1f-303677d6537e {
  
}
}
#s-33c80adc-9fec-4607-8d1f-303677d6537e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-bec37101-3305-46ec-90d7-8f30b4f3baac {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bec37101-3305-46ec-90d7-8f30b4f3baac {
  display: none;
}
#s-bec37101-3305-46ec-90d7-8f30b4f3baac, #wrap-s-bec37101-3305-46ec-90d7-8f30b4f3baac { display: none !important; }}
#s-bec37101-3305-46ec-90d7-8f30b4f3baac .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8860d97a-852b-40c7-8a9f-2650dad91e55 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8860d97a-852b-40c7-8a9f-2650dad91e55 {
  display: none;
}
#s-8860d97a-852b-40c7-8a9f-2650dad91e55, #wrap-s-8860d97a-852b-40c7-8a9f-2650dad91e55 { display: none !important; }}







#s-8860d97a-852b-40c7-8a9f-2650dad91e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8860d97a-852b-40c7-8a9f-2650dad91e55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a1b9f3a-09a9-4206-91e0-23d21a72ee98 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8a1b9f3a-09a9-4206-91e0-23d21a72ee98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8a1b9f3a-09a9-4206-91e0-23d21a72ee98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8a1b9f3a-09a9-4206-91e0-23d21a72ee98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a1b9f3a-09a9-4206-91e0-23d21a72ee98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
      position: relative;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 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-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  
  
  
  
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
      position: relative;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 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-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  
  
  
  
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
      position: relative;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 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-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  
  
  
  
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
      position: relative;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 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-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  
  
  
  
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bed143b-8b0f-4a90-ab7c-39669fa53586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9bed143b-8b0f-4a90-ab7c-39669fa53586 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container {
      position: relative;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bed143b-8b0f-4a90-ab7c-39669fa53586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-content {
  
    align-items: center;
  
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
      position: relative;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 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-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  
  
  
  
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-content {
  
    align-items: center;
  
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
      position: relative;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 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-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  
  
  
  
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-content {
  
    align-items: center;
  
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
      position: relative;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 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-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  
  
  
  
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-content {
  
    align-items: center;
  
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
      position: relative;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 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-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  
  
  
  
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eecc8afe-c0a5-4d98-b290-a741cc664b66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-eecc8afe-c0a5-4d98-b290-a741cc664b66 .shogun-image-content {
  
    align-items: center;
  
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container {
      position: relative;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eecc8afe-c0a5-4d98-b290-a741cc664b66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
      position: relative;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 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-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  
  
  
  
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
      position: relative;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 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-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  
  
  
  
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
      position: relative;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 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-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  
  
  
  
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
      position: relative;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 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-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  
  
  
  
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bf7eded-2653-43a5-a17c-edd9bc17a461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0bf7eded-2653-43a5-a17c-edd9bc17a461 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container {
      position: relative;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bf7eded-2653-43a5-a17c-edd9bc17a461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d795f97-fd38-459b-841d-70d6408d70aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d795f97-fd38-459b-841d-70d6408d70aa {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
      position: relative;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa 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-9d795f97-fd38-459b-841d-70d6408d70aa {
  
  
  
  
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d795f97-fd38-459b-841d-70d6408d70aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d795f97-fd38-459b-841d-70d6408d70aa {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
      position: relative;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa 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-9d795f97-fd38-459b-841d-70d6408d70aa {
  
  
  
  
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d795f97-fd38-459b-841d-70d6408d70aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d795f97-fd38-459b-841d-70d6408d70aa {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
      position: relative;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa 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-9d795f97-fd38-459b-841d-70d6408d70aa {
  
  
  
  
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d795f97-fd38-459b-841d-70d6408d70aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d795f97-fd38-459b-841d-70d6408d70aa {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
      position: relative;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa 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-9d795f97-fd38-459b-841d-70d6408d70aa {
  
  
  
  
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d795f97-fd38-459b-841d-70d6408d70aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d795f97-fd38-459b-841d-70d6408d70aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d795f97-fd38-459b-841d-70d6408d70aa .shogun-image-content {
  
    align-items: center;
  
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d795f97-fd38-459b-841d-70d6408d70aa {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container {
      position: relative;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d795f97-fd38-459b-841d-70d6408d70aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
.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-4b84b3a1-0739-4a7c-9a54-415523d41387 {
  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: 5px;
background-color: rgba(251, 113, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b84b3a1-0739-4a7c-9a54-415523d41387: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: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(251, 113, 47, 1) !important;}#s-4b84b3a1-0739-4a7c-9a54-415523d41387: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: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(251, 113, 47, 1) !important;}

  #s-4b84b3a1-0739-4a7c-9a54-415523d41387-root {
    text-align: center;
  }


#s-4b84b3a1-0739-4a7c-9a54-415523d41387.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b84b3a1-0739-4a7c-9a54-415523d41387-root {
    text-align: center;
  }


#s-4b84b3a1-0739-4a7c-9a54-415523d41387.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b84b3a1-0739-4a7c-9a54-415523d41387-root {
    text-align: center;
  }


#s-4b84b3a1-0739-4a7c-9a54-415523d41387.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b84b3a1-0739-4a7c-9a54-415523d41387-root {
    text-align: center;
  }


#s-4b84b3a1-0739-4a7c-9a54-415523d41387.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b84b3a1-0739-4a7c-9a54-415523d41387-root {
    text-align: center;
  }


#s-4b84b3a1-0739-4a7c-9a54-415523d41387.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ad1fb113-ba34-4c96-b06f-44d85c215a95 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ad1fb113-ba34-4c96-b06f-44d85c215a95 {
  display: none;
}
#s-ad1fb113-ba34-4c96-b06f-44d85c215a95, #wrap-s-ad1fb113-ba34-4c96-b06f-44d85c215a95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad1fb113-ba34-4c96-b06f-44d85c215a95 {
  display: none;
}
#s-ad1fb113-ba34-4c96-b06f-44d85c215a95, #wrap-s-ad1fb113-ba34-4c96-b06f-44d85c215a95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad1fb113-ba34-4c96-b06f-44d85c215a95 {
  display: none;
}
#s-ad1fb113-ba34-4c96-b06f-44d85c215a95, #wrap-s-ad1fb113-ba34-4c96-b06f-44d85c215a95 { display: none !important; }}







#s-ad1fb113-ba34-4c96-b06f-44d85c215a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad1fb113-ba34-4c96-b06f-44d85c215a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a75ae39a-b527-4925-9004-31fe22a47948 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a75ae39a-b527-4925-9004-31fe22a47948"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a75ae39a-b527-4925-9004-31fe22a47948"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a75ae39a-b527-4925-9004-31fe22a47948"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a75ae39a-b527-4925-9004-31fe22a47948"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c692957-8dad-4567-85fe-f42cf41c51a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
      position: relative;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 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-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  
  
  
  
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c692957-8dad-4567-85fe-f42cf41c51a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
      position: relative;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 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-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  
  
  
  
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c692957-8dad-4567-85fe-f42cf41c51a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
      position: relative;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 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-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  
  
  
  
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c692957-8dad-4567-85fe-f42cf41c51a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
      position: relative;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 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-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  
  
  
  
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c692957-8dad-4567-85fe-f42cf41c51a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0c692957-8dad-4567-85fe-f42cf41c51a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container {
      position: relative;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c692957-8dad-4567-85fe-f42cf41c51a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-content {
  
    align-items: center;
  
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
      position: relative;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b 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-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  
  
  
  
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-content {
  
    align-items: center;
  
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
      position: relative;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b 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-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  
  
  
  
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-content {
  
    align-items: center;
  
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
      position: relative;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b 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-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  
  
  
  
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-content {
  
    align-items: center;
  
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
      position: relative;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b 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-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  
  
  
  
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e09ad28f-51f6-4b92-8506-f9abe3dea61b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b .shogun-image-content {
  
    align-items: center;
  
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container {
      position: relative;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09ad28f-51f6-4b92-8506-f9abe3dea61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094d6770-8df6-47dc-9a40-85b7a818e006 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-content {
  
    align-items: center;
  
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094d6770-8df6-47dc-9a40-85b7a818e006 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
      position: relative;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006 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-094d6770-8df6-47dc-9a40-85b7a818e006 {
  
  
  
  
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094d6770-8df6-47dc-9a40-85b7a818e006 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-content {
  
    align-items: center;
  
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094d6770-8df6-47dc-9a40-85b7a818e006 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
      position: relative;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006 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-094d6770-8df6-47dc-9a40-85b7a818e006 {
  
  
  
  
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094d6770-8df6-47dc-9a40-85b7a818e006 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-content {
  
    align-items: center;
  
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094d6770-8df6-47dc-9a40-85b7a818e006 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
      position: relative;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006 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-094d6770-8df6-47dc-9a40-85b7a818e006 {
  
  
  
  
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094d6770-8df6-47dc-9a40-85b7a818e006 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-content {
  
    align-items: center;
  
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094d6770-8df6-47dc-9a40-85b7a818e006 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
      position: relative;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006 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-094d6770-8df6-47dc-9a40-85b7a818e006 {
  
  
  
  
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094d6770-8df6-47dc-9a40-85b7a818e006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094d6770-8df6-47dc-9a40-85b7a818e006 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-094d6770-8df6-47dc-9a40-85b7a818e006 .shogun-image-content {
  
    align-items: center;
  
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094d6770-8df6-47dc-9a40-85b7a818e006 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container {
      position: relative;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094d6770-8df6-47dc-9a40-85b7a818e006 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 368/200;
text-align: center;
}



.shg-image-margin-container-s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64469bc5-2110-4939-84f0-082e55398a70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64469bc5-2110-4939-84f0-082e55398a70 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
      position: relative;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70 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-64469bc5-2110-4939-84f0-082e55398a70 {
  
  
  
  
}

#s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64469bc5-2110-4939-84f0-082e55398a70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64469bc5-2110-4939-84f0-082e55398a70 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
      position: relative;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70 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-64469bc5-2110-4939-84f0-082e55398a70 {
  
  
  
  
}

#s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64469bc5-2110-4939-84f0-082e55398a70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64469bc5-2110-4939-84f0-082e55398a70 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
      position: relative;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70 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-64469bc5-2110-4939-84f0-082e55398a70 {
  
  
  
  
}

#s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64469bc5-2110-4939-84f0-082e55398a70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64469bc5-2110-4939-84f0-082e55398a70 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
      position: relative;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70 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-64469bc5-2110-4939-84f0-082e55398a70 {
  
  
  
  
}

#s-64469bc5-2110-4939-84f0-082e55398a70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }

    #s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-link {
      aspect-ratio: 368/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64469bc5-2110-4939-84f0-082e55398a70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64469bc5-2110-4939-84f0-082e55398a70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-64469bc5-2110-4939-84f0-082e55398a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64469bc5-2110-4939-84f0-082e55398a70 {
      --shg-aspect-ratio: calc(368/200); 
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container {
      position: relative;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64469bc5-2110-4939-84f0-082e55398a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-de4d58ec-6a6e-468f-ad73-e3f05a912196 {
  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: 5px;
background-color: rgba(251, 113, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-de4d58ec-6a6e-468f-ad73-e3f05a912196: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: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(251, 113, 47, 1) !important;}#s-de4d58ec-6a6e-468f-ad73-e3f05a912196: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: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(251, 113, 47, 1) !important;}

  #s-de4d58ec-6a6e-468f-ad73-e3f05a912196-root {
    text-align: center;
  }


#s-de4d58ec-6a6e-468f-ad73-e3f05a912196.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de4d58ec-6a6e-468f-ad73-e3f05a912196-root {
    text-align: center;
  }


#s-de4d58ec-6a6e-468f-ad73-e3f05a912196.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de4d58ec-6a6e-468f-ad73-e3f05a912196-root {
    text-align: center;
  }


#s-de4d58ec-6a6e-468f-ad73-e3f05a912196.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de4d58ec-6a6e-468f-ad73-e3f05a912196-root {
    text-align: center;
  }


#s-de4d58ec-6a6e-468f-ad73-e3f05a912196.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de4d58ec-6a6e-468f-ad73-e3f05a912196-root {
    text-align: center;
  }


#s-de4d58ec-6a6e-468f-ad73-e3f05a912196.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-95fdce78-5c44-441c-b44a-754c7202b4af {
  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-95fdce78-5c44-441c-b44a-754c7202b4af {
  display: none;
}
#s-95fdce78-5c44-441c-b44a-754c7202b4af, #wrap-s-95fdce78-5c44-441c-b44a-754c7202b4af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95fdce78-5c44-441c-b44a-754c7202b4af {
  display: none;
}
#s-95fdce78-5c44-441c-b44a-754c7202b4af, #wrap-s-95fdce78-5c44-441c-b44a-754c7202b4af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95fdce78-5c44-441c-b44a-754c7202b4af {
  display: none;
}
#s-95fdce78-5c44-441c-b44a-754c7202b4af, #wrap-s-95fdce78-5c44-441c-b44a-754c7202b4af { display: none !important; }}
#s-95fdce78-5c44-441c-b44a-754c7202b4af .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-19755483-448c-4ad6-8b5f-a8ec74737af4 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-19755483-448c-4ad6-8b5f-a8ec74737af4 {
  display: none;
}
#s-19755483-448c-4ad6-8b5f-a8ec74737af4, #wrap-s-19755483-448c-4ad6-8b5f-a8ec74737af4 { display: none !important; }}
#s-19755483-448c-4ad6-8b5f-a8ec74737af4 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1c4af17f-f2f0-45cb-9ad7-097d33865756 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1c4af17f-f2f0-45cb-9ad7-097d33865756 {
  display: none;
}
#s-1c4af17f-f2f0-45cb-9ad7-097d33865756, #wrap-s-1c4af17f-f2f0-45cb-9ad7-097d33865756 { display: none !important; }}







#s-1c4af17f-f2f0-45cb-9ad7-097d33865756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c4af17f-f2f0-45cb-9ad7-097d33865756.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d49264b0-fa06-4192-afc4-596162eb721b {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-d49264b0-fa06-4192-afc4-596162eb721b {
  display: none;
}
#s-d49264b0-fa06-4192-afc4-596162eb721b, #wrap-s-d49264b0-fa06-4192-afc4-596162eb721b { display: none !important; }}
#s-d49264b0-fa06-4192-afc4-596162eb721b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-d49264b0-fa06-4192-afc4-596162eb721b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-d49264b0-fa06-4192-afc4-596162eb721b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d49264b0-fa06-4192-afc4-596162eb721b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-d49264b0-fa06-4192-afc4-596162eb721b > .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-d49264b0-fa06-4192-afc4-596162eb721b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-dbb5b37f-f7a6-4c30-97ea-4ed1034330f5 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1a3b3322-7954-4110-b8aa-79b8058e985e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1033265e-a27d-4ff4-aa2c-38bb4036dac4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-adc2a7f9-5989-4c0e-8af1-5ee17a549ebc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c622151d-51a6-4a62-bcb3-df0080b586c5 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1363/484;
text-align: center;
}



.shg-image-margin-container-s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6e76d-9304-41c8-ae26-7f418f329f70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
      position: relative;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 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-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  
  
  
  
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6e76d-9304-41c8-ae26-7f418f329f70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
      position: relative;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 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-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  
  
  
  
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6e76d-9304-41c8-ae26-7f418f329f70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
      position: relative;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 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-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  
  
  
  
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6e76d-9304-41c8-ae26-7f418f329f70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
      position: relative;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 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-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  
  
  
  
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6e76d-9304-41c8-ae26-7f418f329f70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-efb6e76d-9304-41c8-ae26-7f418f329f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container {
      position: relative;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6e76d-9304-41c8-ae26-7f418f329f70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 {
  display: none;
}
#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63, #wrap-s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 {
  display: none;
}
#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63, #wrap-s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 {
  display: none;
}
#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63, #wrap-s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 { display: none !important; }}@media (max-width: 767px){#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 {
  
}
}
#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-58100e2f-3dbd-4c9f-acb7-14056cc08b63 > .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-58100e2f-3dbd-4c9f-acb7-14056cc08b63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b6723970-3dbe-45ba-a8b2-297f9b9b057e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-652e8c1d-ca7a-49b6-a8e7-792d474af1ff {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1ece7557-d7f0-4848-a306-4f823f9e8947 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2c0079c0-3e5c-4b66-a8f5-8e6b9323c207 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a5ded235-38ab-4666-b211-d6ac70c8ee2b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1363/484;
text-align: center;
}



.shg-image-margin-container-s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
      position: relative;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 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-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  
  
  
  
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
      position: relative;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 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-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  
  
  
  
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
      position: relative;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 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-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  
  
  
  
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
      position: relative;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 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-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  
  
  
  
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container {
      position: relative;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d24f9ea0-08b3-45d4-908f-c757b0d34cd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-bca423bd-9129-4d1d-9e62-45de951adfca {
  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-bca423bd-9129-4d1d-9e62-45de951adfca:hover {border-style: solid !important;
border-color: rgba(251, 113, 47, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(251, 113, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bca423bd-9129-4d1d-9e62-45de951adfca:active {border-style: solid !important;
border-color: rgba(251, 113, 47, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(251, 113, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bca423bd-9129-4d1d-9e62-45de951adfca {
  display: none;
}
#s-bca423bd-9129-4d1d-9e62-45de951adfca, #wrap-s-bca423bd-9129-4d1d-9e62-45de951adfca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bca423bd-9129-4d1d-9e62-45de951adfca {
  display: none;
}
#s-bca423bd-9129-4d1d-9e62-45de951adfca, #wrap-s-bca423bd-9129-4d1d-9e62-45de951adfca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bca423bd-9129-4d1d-9e62-45de951adfca {
  display: none;
}
#s-bca423bd-9129-4d1d-9e62-45de951adfca, #wrap-s-bca423bd-9129-4d1d-9e62-45de951adfca { display: none !important; }}

  #s-bca423bd-9129-4d1d-9e62-45de951adfca-root {
    text-align: center;
  }


#s-bca423bd-9129-4d1d-9e62-45de951adfca.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bca423bd-9129-4d1d-9e62-45de951adfca-root {
    text-align: center;
  }


#s-bca423bd-9129-4d1d-9e62-45de951adfca.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bca423bd-9129-4d1d-9e62-45de951adfca-root {
    text-align: center;
  }


#s-bca423bd-9129-4d1d-9e62-45de951adfca.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bca423bd-9129-4d1d-9e62-45de951adfca-root {
    text-align: center;
  }


#s-bca423bd-9129-4d1d-9e62-45de951adfca.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bca423bd-9129-4d1d-9e62-45de951adfca-root {
    text-align: center;
  }


#s-bca423bd-9129-4d1d-9e62-45de951adfca.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 {
  display: none;
}
#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0, #wrap-s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 {
  display: none;
}
#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0, #wrap-s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 {
  display: none;
}
#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0, #wrap-s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 { display: none !important; }}







#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e82cd7c-f4e1-4ef9-8ce9-e010e0458ad0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 {
  display: none;
}
#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4, #wrap-s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 { display: none !important; }}
#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b40994b2-2314-4042-8ad4-34b3f6ead8c4 > .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-b40994b2-2314-4042-8ad4-34b3f6ead8c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0837d35d-86d4-4295-9b83-43adb3142298 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3548ef05-e1fe-4931-b336-5c655e97f650 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d2d83932-c13a-4592-9ed0-7b784dafa517 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b3d7f923-3c9a-40c8-ba8c-c629a3f0da61 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-bd0fde9d-0482-456e-93a9-97d7b4d97d32 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1363/484;
text-align: center;
}



.shg-image-margin-container-s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314f698b-5aa1-4f34-be35-69695e0e8347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-content {
  
    align-items: center;
  
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-314f698b-5aa1-4f34-be35-69695e0e8347 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
      position: relative;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347 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-314f698b-5aa1-4f34-be35-69695e0e8347 {
  
  
  
  
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314f698b-5aa1-4f34-be35-69695e0e8347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-content {
  
    align-items: center;
  
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-314f698b-5aa1-4f34-be35-69695e0e8347 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
      position: relative;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347 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-314f698b-5aa1-4f34-be35-69695e0e8347 {
  
  
  
  
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314f698b-5aa1-4f34-be35-69695e0e8347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-content {
  
    align-items: center;
  
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-314f698b-5aa1-4f34-be35-69695e0e8347 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
      position: relative;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347 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-314f698b-5aa1-4f34-be35-69695e0e8347 {
  
  
  
  
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314f698b-5aa1-4f34-be35-69695e0e8347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-content {
  
    align-items: center;
  
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-314f698b-5aa1-4f34-be35-69695e0e8347 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
      position: relative;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347 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-314f698b-5aa1-4f34-be35-69695e0e8347 {
  
  
  
  
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314f698b-5aa1-4f34-be35-69695e0e8347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314f698b-5aa1-4f34-be35-69695e0e8347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-314f698b-5aa1-4f34-be35-69695e0e8347 .shogun-image-content {
  
    align-items: center;
  
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-314f698b-5aa1-4f34-be35-69695e0e8347 {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container {
      position: relative;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314f698b-5aa1-4f34-be35-69695e0e8347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-b17c3e7e-2efd-4d0a-b974-ace62135637e {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-b17c3e7e-2efd-4d0a-b974-ace62135637e {
  display: none;
}
#s-b17c3e7e-2efd-4d0a-b974-ace62135637e, #wrap-s-b17c3e7e-2efd-4d0a-b974-ace62135637e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b17c3e7e-2efd-4d0a-b974-ace62135637e {
  display: none;
}
#s-b17c3e7e-2efd-4d0a-b974-ace62135637e, #wrap-s-b17c3e7e-2efd-4d0a-b974-ace62135637e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b17c3e7e-2efd-4d0a-b974-ace62135637e {
  display: none;
}
#s-b17c3e7e-2efd-4d0a-b974-ace62135637e, #wrap-s-b17c3e7e-2efd-4d0a-b974-ace62135637e { display: none !important; }}@media (max-width: 767px){#s-b17c3e7e-2efd-4d0a-b974-ace62135637e {
  
}
}
#s-b17c3e7e-2efd-4d0a-b974-ace62135637e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b17c3e7e-2efd-4d0a-b974-ace62135637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-b17c3e7e-2efd-4d0a-b974-ace62135637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b17c3e7e-2efd-4d0a-b974-ace62135637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b17c3e7e-2efd-4d0a-b974-ace62135637e > .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-b17c3e7e-2efd-4d0a-b974-ace62135637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3d326ff1-2142-4fc7-bb2a-d5f92079b679 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d0a8cba0-d8e4-4e38-8384-774f73d9a32e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-89bb110d-0147-4e57-bc86-fe7b82aad493 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9cc0f0f0-2a86-445f-bb18-7cba14606717 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-97bdc936-1446-4251-898d-4e544c05053e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1363/484;
text-align: center;
}



.shg-image-margin-container-s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a80279c9-6969-4018-ac51-af8d763f784a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-content {
  
    align-items: center;
  
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a80279c9-6969-4018-ac51-af8d763f784a {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
      position: relative;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a 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-a80279c9-6969-4018-ac51-af8d763f784a {
  
  
  
  
}

#s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a80279c9-6969-4018-ac51-af8d763f784a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-content {
  
    align-items: center;
  
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a80279c9-6969-4018-ac51-af8d763f784a {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
      position: relative;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a 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-a80279c9-6969-4018-ac51-af8d763f784a {
  
  
  
  
}

#s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a80279c9-6969-4018-ac51-af8d763f784a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-content {
  
    align-items: center;
  
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a80279c9-6969-4018-ac51-af8d763f784a {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
      position: relative;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a 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-a80279c9-6969-4018-ac51-af8d763f784a {
  
  
  
  
}

#s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a80279c9-6969-4018-ac51-af8d763f784a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-content {
  
    align-items: center;
  
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a80279c9-6969-4018-ac51-af8d763f784a {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
      position: relative;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a 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-a80279c9-6969-4018-ac51-af8d763f784a {
  
  
  
  
}

#s-a80279c9-6969-4018-ac51-af8d763f784a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }

    #s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-link {
      aspect-ratio: 1363/484;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a80279c9-6969-4018-ac51-af8d763f784a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a80279c9-6969-4018-ac51-af8d763f784a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-a80279c9-6969-4018-ac51-af8d763f784a .shogun-image-content {
  
    align-items: center;
  
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a80279c9-6969-4018-ac51-af8d763f784a {
      --shg-aspect-ratio: calc(1363/484); 
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container {
      position: relative;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a80279c9-6969-4018-ac51-af8d763f784a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9 {
  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-46e6f6b9-6e29-4136-a87a-69d6306d30c9:hover {border-style: solid !important;
border-color: rgba(251, 113, 47, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(251, 113, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9:active {border-style: solid !important;
border-color: rgba(251, 113, 47, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(251, 113, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9 {
  display: none;
}
#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9, #wrap-s-46e6f6b9-6e29-4136-a87a-69d6306d30c9 { display: none !important; }}

  #s-46e6f6b9-6e29-4136-a87a-69d6306d30c9-root {
    text-align: center;
  }


#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46e6f6b9-6e29-4136-a87a-69d6306d30c9-root {
    text-align: center;
  }


#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46e6f6b9-6e29-4136-a87a-69d6306d30c9-root {
    text-align: center;
  }


#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46e6f6b9-6e29-4136-a87a-69d6306d30c9-root {
    text-align: center;
  }


#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46e6f6b9-6e29-4136-a87a-69d6306d30c9-root {
    text-align: center;
  }


#s-46e6f6b9-6e29-4136-a87a-69d6306d30c9.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-94717b97-5d9a-4f40-a03f-c2d604c094df {
  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-94717b97-5d9a-4f40-a03f-c2d604c094df {
  display: none;
}
#s-94717b97-5d9a-4f40-a03f-c2d604c094df, #wrap-s-94717b97-5d9a-4f40-a03f-c2d604c094df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94717b97-5d9a-4f40-a03f-c2d604c094df {
  display: none;
}
#s-94717b97-5d9a-4f40-a03f-c2d604c094df, #wrap-s-94717b97-5d9a-4f40-a03f-c2d604c094df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94717b97-5d9a-4f40-a03f-c2d604c094df {
  display: none;
}
#s-94717b97-5d9a-4f40-a03f-c2d604c094df, #wrap-s-94717b97-5d9a-4f40-a03f-c2d604c094df { display: none !important; }}
#s-94717b97-5d9a-4f40-a03f-c2d604c094df .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-4a498900-34ec-4fd4-94f1-72f9ebc1c2fb {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4a498900-34ec-4fd4-94f1-72f9ebc1c2fb {
  display: none;
}
#s-4a498900-34ec-4fd4-94f1-72f9ebc1c2fb, #wrap-s-4a498900-34ec-4fd4-94f1-72f9ebc1c2fb { display: none !important; }}
#s-4a498900-34ec-4fd4-94f1-72f9ebc1c2fb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d7600724-a6d3-46e1-a29e-944223433f54 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d7600724-a6d3-46e1-a29e-944223433f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7600724-a6d3-46e1-a29e-944223433f54.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 {
  display: none;
}
#s-0d7ac973-d24b-4743-a672-e7f6c724ef92, #wrap-s-0d7ac973-d24b-4743-a672-e7f6c724ef92 { display: none !important; }}
#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-0d7ac973-d24b-4743-a672-e7f6c724ef92 > .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-0d7ac973-d24b-4743-a672-e7f6c724ef92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c11f5521-0660-4357-b544-f0177e296f4d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3f162a25-c818-4671-a0b0-91cc85cc3809 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-776f64ac-52b7-4bac-9b2d-9d88848117ad {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ef723347-0427-430f-b3a0-a1f8e2b2defe {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e59b07fe-0dcd-4aaa-9561-210db153f9d0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-887ebce5-93c6-4f06-868b-465241780ebf {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 {
  display: none;
}
#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834, #wrap-s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 {
  display: none;
}
#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834, #wrap-s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 {
  display: none;
}
#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834, #wrap-s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 { display: none !important; }}
#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 > .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-238fd4fd-3ad5-4f3b-a131-ca95ed9f5834 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-14596758-a00d-4a73-9496-1479b74eb35c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d932a50e-e45b-4bae-a18b-a9145e769d3a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-489e3abb-7781-479b-9d8d-1fd56dd9a19d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-eff677d0-2397-49fe-9362-088469dfe52f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0345d6cb-054e-4271-88b2-d7118537ec5d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-313aafd7-adfc-4d0c-ac6e-8f83fcd80cb2 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b2647752-e64b-44c2-86f1-bb49682a979c {
  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-b2647752-e64b-44c2-86f1-bb49682a979c: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-b2647752-e64b-44c2-86f1-bb49682a979c: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-b2647752-e64b-44c2-86f1-bb49682a979c {
  display: none;
}
#s-b2647752-e64b-44c2-86f1-bb49682a979c, #wrap-s-b2647752-e64b-44c2-86f1-bb49682a979c { display: none !important; }}

  #s-b2647752-e64b-44c2-86f1-bb49682a979c-root {
    text-align: center;
  }


#s-b2647752-e64b-44c2-86f1-bb49682a979c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2647752-e64b-44c2-86f1-bb49682a979c-root {
    text-align: center;
  }


#s-b2647752-e64b-44c2-86f1-bb49682a979c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2647752-e64b-44c2-86f1-bb49682a979c-root {
    text-align: center;
  }


#s-b2647752-e64b-44c2-86f1-bb49682a979c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2647752-e64b-44c2-86f1-bb49682a979c-root {
    text-align: center;
  }


#s-b2647752-e64b-44c2-86f1-bb49682a979c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2647752-e64b-44c2-86f1-bb49682a979c-root {
    text-align: center;
  }


#s-b2647752-e64b-44c2-86f1-bb49682a979c.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 {
  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-f81c2db5-ee4b-4e7e-bd49-6836de0caea5: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-f81c2db5-ee4b-4e7e-bd49-6836de0caea5: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-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 {
  display: none;
}
#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5, #wrap-s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 {
  display: none;
}
#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5, #wrap-s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 {
  display: none;
}
#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5, #wrap-s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5 { display: none !important; }}

  #s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5-root {
    text-align: center;
  }


#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5-root {
    text-align: center;
  }


#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5-root {
    text-align: center;
  }


#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5-root {
    text-align: center;
  }


#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5-root {
    text-align: center;
  }


#s-f81c2db5-ee4b-4e7e-bd49-6836de0caea5.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;
}
