#s-7e2b1e27-14e0-4d55-892e-3a3b24fd9227 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-b745fc85-db8e-4a83-b107-a2ff530c1633 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b745fc85-db8e-4a83-b107-a2ff530c1633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b745fc85-db8e-4a83-b107-a2ff530c1633.shg-box.shg-c {
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-01528b09-6127-48c8-818b-bf9948c02409 {
  margin-left: auto;
margin-right: auto;
max-width: 2400px;
aspect-ratio: 2400/1200;
text-align: center;
}

#s-01528b09-6127-48c8-818b-bf9948c02409 {
  margin: 0 !important;
  overflow: visible;
}

#s-01528b09-6127-48c8-818b-bf9948c02409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add background color handling */
  
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }

    #s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-link {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
  box-sizing: border-box;
}



.s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01528b09-6127-48c8-818b-bf9948c02409 {
      --shg-aspect-ratio: calc(2400/1200); 
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
      position: relative;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){#s-01528b09-6127-48c8-818b-bf9948c02409 {
  margin: 0 !important;
  overflow: visible;
}

#s-01528b09-6127-48c8-818b-bf9948c02409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add background color handling */
  
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }

    #s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-link {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
  box-sizing: border-box;
}



.s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01528b09-6127-48c8-818b-bf9948c02409 {
      --shg-aspect-ratio: calc(2400/1200); 
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
      position: relative;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-01528b09-6127-48c8-818b-bf9948c02409 {
  margin: 0 !important;
  overflow: visible;
}

#s-01528b09-6127-48c8-818b-bf9948c02409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add background color handling */
  
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }

    #s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-link {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
  box-sizing: border-box;
}



.s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01528b09-6127-48c8-818b-bf9948c02409 {
      --shg-aspect-ratio: calc(2400/1200); 
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
      position: relative;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-01528b09-6127-48c8-818b-bf9948c02409 {
  margin: 0 !important;
  overflow: visible;
}

#s-01528b09-6127-48c8-818b-bf9948c02409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add background color handling */
  
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }

    #s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-link {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
  box-sizing: border-box;
}



.s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01528b09-6127-48c8-818b-bf9948c02409 {
      --shg-aspect-ratio: calc(2400/1200); 
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
      position: relative;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (max-width: 767px){#s-01528b09-6127-48c8-818b-bf9948c02409 {
  margin: 0 !important;
  overflow: visible;
}

#s-01528b09-6127-48c8-818b-bf9948c02409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01528b09-6127-48c8-818b-bf9948c02409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add background color handling */
  
}

#s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }

    #s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-link {
      aspect-ratio: 2400/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01528b09-6127-48c8-818b-bf9948c02409 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-01528b09-6127-48c8-818b-bf9948c02409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image {
  box-sizing: border-box;
}



.s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01528b09-6127-48c8-818b-bf9948c02409 {
      --shg-aspect-ratio: calc(2400/1200); 
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container {
      position: relative;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01528b09-6127-48c8-818b-bf9948c02409 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-f46db12d-6e64-4f3f-97f7-b2c543788398 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 122, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f46db12d-6e64-4f3f-97f7-b2c543788398 {
  
}
}
@media (min-width: 0px) {
[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f46db12d-6e64-4f3f-97f7-b2c543788398"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

#s-71e1dad1-10ed-4c6d-b6df-1b67447512dd {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71e1dad1-10ed-4c6d-b6df-1b67447512dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-af88c3a4-6131-4159-a3d2-fde9dcbf7fcc {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af88c3a4-6131-4159-a3d2-fde9dcbf7fcc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-af88c3a4-6131-4159-a3d2-fde9dcbf7fcc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-c38b2bec-1de9-4b73-b13d-23a50024b103 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c38b2bec-1de9-4b73-b13d-23a50024b103"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-be2293e6-13e1-49b7-b494-14a0523a42a7 {
  margin-left: auto;
margin-right: auto;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-c8c075d8-21c7-4669-9dc7-622f847cf67a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTJiZGNlN2EtZjc2ZS00MmM5LWJiZmItMGRkMzlkNWExZTIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojOWU0OGM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcxODE4MTgxODE4MTgxODEiIHN0eWxlPSJzdG9wLWNvbG9yOiMyMDRmY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzUyYmRjZTdhLWY3NmUtNDJjOS1iYmZiLTBkZDM5ZDVhMWUyMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 3%;
padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(177, 177, 177, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#9e48c8"}, {"id"=>2, "pos"=>0.7181818181818181, "color"=>"#204fcf"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-c8c075d8-21c7-4669-9dc7-622f847cf67a:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c8c075d8-21c7-4669-9dc7-622f847cf67a:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8c075d8-21c7-4669-9dc7-622f847cf67a-root {
    text-align: center;
  }


#s-c8c075d8-21c7-4669-9dc7-622f847cf67a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8c075d8-21c7-4669-9dc7-622f847cf67a-root {
    text-align: center;
  }


#s-c8c075d8-21c7-4669-9dc7-622f847cf67a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8c075d8-21c7-4669-9dc7-622f847cf67a-root {
    text-align: center;
  }


#s-c8c075d8-21c7-4669-9dc7-622f847cf67a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8c075d8-21c7-4669-9dc7-622f847cf67a-root {
    text-align: center;
  }


#s-c8c075d8-21c7-4669-9dc7-622f847cf67a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8c075d8-21c7-4669-9dc7-622f847cf67a-root {
    text-align: center;
  }


#s-c8c075d8-21c7-4669-9dc7-622f847cf67a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-f26a00d9-f243-4b68-bdb0-9bf31f54347f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-83bf832e-0915-4710-ba25-c1fa514e50e1 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-83bf832e-0915-4710-ba25-c1fa514e50e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83bf832e-0915-4710-ba25-c1fa514e50e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-83bf832e-0915-4710-ba25-c1fa514e50e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-83bf832e-0915-4710-ba25-c1fa514e50e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-93026aef-932e-4118-bbc6-e109346dc3cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 19px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/575;
text-align: center;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd {
  margin: 0 !important;
  overflow: visible;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 19px;
}

.shg-image-content-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add background color handling */
  
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
  box-sizing: border-box;
}



.s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93026aef-932e-4118-bbc6-e109346dc3cd {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
      position: relative;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-93026aef-932e-4118-bbc6-e109346dc3cd {
  margin: 0 !important;
  overflow: visible;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add background color handling */
  
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
  box-sizing: border-box;
}



.s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93026aef-932e-4118-bbc6-e109346dc3cd {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
      position: relative;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93026aef-932e-4118-bbc6-e109346dc3cd {
  margin: 0 !important;
  overflow: visible;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add background color handling */
  
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
  box-sizing: border-box;
}



.s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93026aef-932e-4118-bbc6-e109346dc3cd {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
      position: relative;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93026aef-932e-4118-bbc6-e109346dc3cd {
  margin: 0 !important;
  overflow: visible;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add background color handling */
  
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
  box-sizing: border-box;
}



.s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93026aef-932e-4118-bbc6-e109346dc3cd {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
      position: relative;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-93026aef-932e-4118-bbc6-e109346dc3cd {
  margin: 0 !important;
  overflow: visible;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93026aef-932e-4118-bbc6-e109346dc3cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add background color handling */
  
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93026aef-932e-4118-bbc6-e109346dc3cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93026aef-932e-4118-bbc6-e109346dc3cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image {
  box-sizing: border-box;
}



.s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93026aef-932e-4118-bbc6-e109346dc3cd {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container {
      position: relative;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93026aef-932e-4118-bbc6-e109346dc3cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/575;
text-align: center;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4%;
  
}

.shg-image-content-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
  box-sizing: border-box;
}



.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
      position: relative;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
  box-sizing: border-box;
}



.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
      position: relative;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
  box-sizing: border-box;
}



.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
      position: relative;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
  box-sizing: border-box;
}



.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
      position: relative;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }

    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-link {
      aspect-ratio: 1200/575;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image {
  box-sizing: border-box;
}



.s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 {
      --shg-aspect-ratio: calc(1200/575); 
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container {
      position: relative;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae4d77e-0ca7-48c5-8263-59200ad4a485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-1faa0ed3-3907-48bb-84b0-9048e9726e38 {
  margin-top: 7%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1faa0ed3-3907-48bb-84b0-9048e9726e38 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


#s-1faa0ed3-3907-48bb-84b0-9048e9726e38 .shogun-heading-component h2 a {
  
}


#s-bff81e93-c0f7-4d84-9972-d7d87aa5af8f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-91c983ef-c0a1-4a79-b268-9351f273a6fb {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(20, 20, 20, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-91c983ef-c0a1-4a79-b268-9351f273a6fb:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-91c983ef-c0a1-4a79-b268-9351f273a6fb:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-91c983ef-c0a1-4a79-b268-9351f273a6fb-root {
    text-align: center;
  }


#s-91c983ef-c0a1-4a79-b268-9351f273a6fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91c983ef-c0a1-4a79-b268-9351f273a6fb-root {
    text-align: center;
  }


#s-91c983ef-c0a1-4a79-b268-9351f273a6fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91c983ef-c0a1-4a79-b268-9351f273a6fb-root {
    text-align: center;
  }


#s-91c983ef-c0a1-4a79-b268-9351f273a6fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91c983ef-c0a1-4a79-b268-9351f273a6fb-root {
    text-align: center;
  }


#s-91c983ef-c0a1-4a79-b268-9351f273a6fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91c983ef-c0a1-4a79-b268-9351f273a6fb-root {
    text-align: center;
  }


#s-91c983ef-c0a1-4a79-b268-9351f273a6fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
  box-sizing: border-box;
}



.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
      position: relative;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
  box-sizing: border-box;
}



.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
      position: relative;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
  box-sizing: border-box;
}



.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
      position: relative;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
  box-sizing: border-box;
}



.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
      position: relative;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image {
  box-sizing: border-box;
}



.s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container {
      position: relative;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-922f1a3a-1f76-4033-8405-afdb1e4cb0d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-3538428c-1a65-4b48-b8c5-f6ab0e5392f2 {
  margin-top: 7%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3538428c-1a65-4b48-b8c5-f6ab0e5392f2 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


#s-3538428c-1a65-4b48-b8c5-f6ab0e5392f2 .shogun-heading-component h2 a {
  
}


#s-43d1c81c-7a09-49d4-a7a4-2920e2aa0ca4 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a-root {
    text-align: center;
  }


#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a-root {
    text-align: center;
  }


#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a-root {
    text-align: center;
  }


#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a-root {
    text-align: center;
  }


#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a-root {
    text-align: center;
  }


#s-22b243b1-5ad2-4fd6-a186-3ed9b545c99a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-03a00a22-95c6-4580-aa82-137f442cfce8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03a00a22-95c6-4580-aa82-137f442cfce8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-936a8f5a-6569-482e-9121-2c545c01313a {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f5a-6569-482e-9121-2c545c01313a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a23776cd-9275-400e-bb8e-ebe5a3c2a05f {
  margin-top: 7%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a23776cd-9275-400e-bb8e-ebe5a3c2a05f .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-01587dbf-cf5c-4882-a122-9a4c2f83c287 {
  margin-left: auto;
margin-right: auto;
}

#s-01587dbf-cf5c-4882-a122-9a4c2f83c287 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-01587dbf-cf5c-4882-a122-9a4c2f83c287 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-01587dbf-cf5c-4882-a122-9a4c2f83c287 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 22px;
  
  
  
  
  
}

#s-01587dbf-cf5c-4882-a122-9a4c2f83c287 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-01587dbf-cf5c-4882-a122-9a4c2f83c287 td.shogun-table-column, #s-01587dbf-cf5c-4882-a122-9a4c2f83c287 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-637c2b14-4fc1-4a9f-b9b0-d5aa8fc18103 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-637c2b14-4fc1-4a9f-b9b0-d5aa8fc18103 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1aa56f0b-9718-4c79-b547-80566785b5cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aa56f0b-9718-4c79-b547-80566785b5cc .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0c4be3a0-9e0f-44c2-ad1c-fa31394043b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c4be3a0-9e0f-44c2-ad1c-fa31394043b9 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2a43d7fe-87e1-4b04-a6a3-2a40772f888f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a43d7fe-87e1-4b04-a6a3-2a40772f888f .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-45c39eb9-a82d-4511-91d5-c5a333a5a394 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45c39eb9-a82d-4511-91d5-c5a333a5a394 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9db945dd-dd5d-4791-b184-a30202120e24 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9db945dd-dd5d-4791-b184-a30202120e24 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-1c22f453-0e26-416b-8277-c4d9f648ddda {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c22f453-0e26-416b-8277-c4d9f648ddda .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-56bcf6e3-93d0-4f5c-bd06-006d595c12c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56bcf6e3-93d0-4f5c-bd06-006d595c12c1 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-610ee5f2-3035-4b86-9650-c172afb6cc47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-610ee5f2-3035-4b86-9650-c172afb6cc47 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5bde4ffb-d929-4853-8187-832f68433dc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bde4ffb-d929-4853-8187-832f68433dc8 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-af477844-82bd-4ecc-8b75-0949e7fa7ae5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af477844-82bd-4ecc-8b75-0949e7fa7ae5 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0c7cbf41-2e1c-4410-a45e-30db7895e07d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c7cbf41-2e1c-4410-a45e-30db7895e07d .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c1f25b80-936d-4166-a3f4-a50bce609ffe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1f25b80-936d-4166-a3f4-a50bce609ffe .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ecb7e280-6ee2-463b-86ef-fff94122ea57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb7e280-6ee2-463b-86ef-fff94122ea57 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-dfdbb297-59e7-4fd5-960b-a393b19ee511 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfdbb297-59e7-4fd5-960b-a393b19ee511 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-00dd5d2e-863f-4ede-92ab-128ce36b50dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00dd5d2e-863f-4ede-92ab-128ce36b50dd .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7ebab51d-05f3-4e52-b4a5-1b38103cb616 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ebab51d-05f3-4e52-b4a5-1b38103cb616 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-1f803050-9688-483e-84f5-59e15d802843 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f803050-9688-483e-84f5-59e15d802843 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d265e7ae-393c-4a8d-9e45-522b21ec9c83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d265e7ae-393c-4a8d-9e45-522b21ec9c83 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7ac2e5d7-7316-4bd8-9c96-e392d083107f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ac2e5d7-7316-4bd8-9c96-e392d083107f .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fcda085b-f46d-4504-b46a-3024066c9427 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcda085b-f46d-4504-b46a-3024066c9427 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-80ca992f-4fa2-4b6c-a873-47e3b7e1d3ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80ca992f-4fa2-4b6c-a873-47e3b7e1d3ae .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8eb32bbf-973d-4f8f-81e1-a530f619652d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eb32bbf-973d-4f8f-81e1-a530f619652d .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fa359405-187b-4c0c-af15-2845ffc332e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa359405-187b-4c0c-af15-2845ffc332e0 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0c9817d7-d6ba-44d6-9195-d661a8bff8af {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0c9817d7-d6ba-44d6-9195-d661a8bff8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c9817d7-d6ba-44d6-9195-d661a8bff8af.shg-box.shg-c {
  justify-content: center;
}

#s-644f1d36-4ab6-43ef-921f-80998b6af570 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-644f1d36-4ab6-43ef-921f-80998b6af570 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-212e9c70-442d-4b48-b31c-a014b964216d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-212e9c70-442d-4b48-b31c-a014b964216d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e6af6f18-00fc-40da-ae70-74a00cc3e5e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6af6f18-00fc-40da-ae70-74a00cc3e5e7 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-57af7947-8153-433a-a997-ca6077a07693 {
  margin-left: auto;
margin-right: auto;
}

#s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b193c0ed-d2a6-444f-8e73-8bc26e68e94a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(0, 105, 122, 1);
  
  
  
  
  
}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(0, 105, 122, 1);
}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-error-msg-container, #s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-field-error-msg-container {
  display: none;
}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-3b17096b-4b9e-4035-87b1-f531eee357d3 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-f2437db9-23ee-47d6-b7c3-4693bad77cb8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2437db9-23ee-47d6-b7c3-4693bad77cb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2437db9-23ee-47d6-b7c3-4693bad77cb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2437db9-23ee-47d6-b7c3-4693bad77cb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2437db9-23ee-47d6-b7c3-4693bad77cb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-adbf0f64-89ab-4814-bad8-82ecff182656 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-adbf0f64-89ab-4814-bad8-82ecff182656  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: rgba(0, 0, 0, 1);
  
  
  line-height: 1.5em;
  
}

#s-adbf0f64-89ab-4814-bad8-82ecff182656  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-adbf0f64-89ab-4814-bad8-82ecff182656  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-adbf0f64-89ab-4814-bad8-82ecff182656 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-adbf0f64-89ab-4814-bad8-82ecff182656 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-fa53b4c2-977f-4bbf-884e-d9273b7011ee {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
}

#s-fa53b4c2-977f-4bbf-884e-d9273b7011ee  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: #000;
  
  
  line-height: 1.5em;
  
}

#s-fa53b4c2-977f-4bbf-884e-d9273b7011ee  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-fa53b4c2-977f-4bbf-884e-d9273b7011ee  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-fa53b4c2-977f-4bbf-884e-d9273b7011ee .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-fa53b4c2-977f-4bbf-884e-d9273b7011ee .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a568d744-a3f7-4fea-aad8-9d2ee497f2fe {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
}

#s-a568d744-a3f7-4fea-aad8-9d2ee497f2fe  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: #000;
  
  
  line-height: 1.5em;
  
}

#s-a568d744-a3f7-4fea-aad8-9d2ee497f2fe  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a568d744-a3f7-4fea-aad8-9d2ee497f2fe  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a568d744-a3f7-4fea-aad8-9d2ee497f2fe .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a568d744-a3f7-4fea-aad8-9d2ee497f2fe .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-27b981e0-f633-4238-a369-d129bab8e208 {
  margin-left: auto;
margin-right: auto;
}

#s-27b981e0-f633-4238-a369-d129bab8e208  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: rgba(0, 0, 0, 1);
  
  
  line-height: 1.5em;
  
}

#s-27b981e0-f633-4238-a369-d129bab8e208  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-27b981e0-f633-4238-a369-d129bab8e208  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-27b981e0-f633-4238-a369-d129bab8e208 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-27b981e0-f633-4238-a369-d129bab8e208 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-9c79b9e2-e1c2-4fbd-adc9-917d01ec9815 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
}

#s-9c79b9e2-e1c2-4fbd-adc9-917d01ec9815  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: #000;
  
  
  line-height: 1.5em;
  
}

#s-9c79b9e2-e1c2-4fbd-adc9-917d01ec9815  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-9c79b9e2-e1c2-4fbd-adc9-917d01ec9815  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-9c79b9e2-e1c2-4fbd-adc9-917d01ec9815 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-9c79b9e2-e1c2-4fbd-adc9-917d01ec9815 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-84bc9374-91f9-44e7-b691-54ac60ca75cc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-84bc9374-91f9-44e7-b691-54ac60ca75cc select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-84bc9374-91f9-44e7-b691-54ac60ca75cc .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  

  
  font-size: 20px;
  
  
  
  line-height: 1.5em;
  
}

#s-84bc9374-91f9-44e7-b691-54ac60ca75cc .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-84bc9374-91f9-44e7-b691-54ac60ca75cc .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    
  }



  #s-84bc9374-91f9-44e7-b691-54ac60ca75cc .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     
  }


#s-64456b1b-1b71-49ae-821a-6ee920f574b2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
}

#s-64456b1b-1b71-49ae-821a-6ee920f574b2  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: #000;
  
  
  
  
}

#s-64456b1b-1b71-49ae-821a-6ee920f574b2  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-64456b1b-1b71-49ae-821a-6ee920f574b2  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-64456b1b-1b71-49ae-821a-6ee920f574b2 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-64456b1b-1b71-49ae-821a-6ee920f574b2 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-1ac92fc4-bde6-4e7d-8455-103a0c5a1bb8 {
  margin-left: auto;
margin-right: auto;
}

#s-1ac92fc4-bde6-4e7d-8455-103a0c5a1bb8 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-1ac92fc4-bde6-4e7d-8455-103a0c5a1bb8 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  

  
  font-size: 20px;
  
  
  
  line-height: 1.5em;
  
}

#s-1ac92fc4-bde6-4e7d-8455-103a0c5a1bb8 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-1ac92fc4-bde6-4e7d-8455-103a0c5a1bb8 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    
  }



  #s-1ac92fc4-bde6-4e7d-8455-103a0c5a1bb8 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     
  }


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-246031da-f42d-4cb5-a9ab-b396208bdeb9 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(0, 105, 122, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-size: 18px;
}
#s-246031da-f42d-4cb5-a9ab-b396208bdeb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-246031da-f42d-4cb5-a9ab-b396208bdeb9:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-246031da-f42d-4cb5-a9ab-b396208bdeb9[disabled],
#s-246031da-f42d-4cb5-a9ab-b396208bdeb9[disabled]:hover,
#s-246031da-f42d-4cb5-a9ab-b396208bdeb9[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-246031da-f42d-4cb5-a9ab-b396208bdeb9 {
  display:  inline-block ;
  width:  auto ;
}


#s-c3e77742-857f-4128-bcd0-1dd83f3f4635 {
  min-height: 50px;
}








#s-c3e77742-857f-4128-bcd0-1dd83f3f4635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3e77742-857f-4128-bcd0-1dd83f3f4635.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88104d47-357b-4ea6-848c-c99f72b7e4db {
  border-style: solid;
margin-top: 5%;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 122, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-88104d47-357b-4ea6-848c-c99f72b7e4db {
  
}
}
@media (min-width: 0px) {
[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88104d47-357b-4ea6-848c-c99f72b7e4db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-793feb9d-44b7-4a37-ab96-c01062232e07 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-793feb9d-44b7-4a37-ab96-c01062232e07 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ad6bc678-a096-43a1-a81d-7fa176fdc30c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad6bc678-a096-43a1-a81d-7fa176fdc30c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-affd6d78-b900-417d-b55d-aedf60a7592c {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-affd6d78-b900-417d-b55d-aedf60a7592c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-affd6d78-b900-417d-b55d-aedf60a7592c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 252, 252, 1);
  padding: 10px;
}

#s-affd6d78-b900-417d-b55d-aedf60a7592c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-affd6d78-b900-417d-b55d-aedf60a7592c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-affd6d78-b900-417d-b55d-aedf60a7592c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-affd6d78-b900-417d-b55d-aedf60a7592c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-74dcf696-5668-4249-8b21-3f0038dba2b2 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-57e7ba69-2d72-416b-b096-475d4b7021f1 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-2888ced0-0a3c-4e35-b541-11937ce5d062 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-863fdd00-35be-456c-81f5-984f57d3b31a {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-b5163754-fdec-4b2e-84d6-1c9ccb3cf758 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-2a448a54-7983-4e08-bf0d-e14cf2f22245 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-d4002c5e-6bef-425e-8f85-185eae5702b2 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-eeed4fc4-3c30-4345-92be-7218791ad917 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7 {
  border-style: solid;
margin-top: 5%;
margin-left: 20px;
margin-bottom: 5%;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 122, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7 {
  
}
}
@media (min-width: 0px) {
[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12f4a63b-4cf8-4466-acd4-fde855dbd8b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-56295e01-7796-4cc0-ba3b-af93fe256457 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56295e01-7796-4cc0-ba3b-af93fe256457 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-15b6b365-7982-42e8-9b94-6c13a90c33d9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-15b6b365-7982-42e8-9b94-6c13a90c33d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15b6b365-7982-42e8-9b94-6c13a90c33d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15b6b365-7982-42e8-9b94-6c13a90c33d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b6b365-7982-42e8-9b94-6c13a90c33d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-06b28cc1-798c-4e46-9208-984376579c74 {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
