.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-7ddd9151-c705-4e3c-8d60-f71712ee7cb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-7ddd9151-c705-4e3c-8d60-f71712ee7cb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ddd9151-c705-4e3c-8d60-f71712ee7cb2.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-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin-top: 0%;
margin-left: 30%;
margin-bottom: 0%;
margin-right: 30%;
max-width: 2598px;
aspect-ratio: 2598/255;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin: 0 !important;
  overflow: visible;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb-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-73068ac8-3d05-4f22-afbf-a486efce27eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add background color handling */
  
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
  box-sizing: border-box;
}



.s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73068ac8-3d05-4f22-afbf-a486efce27eb {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
      position: relative;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

@media (min-width: 1200px){#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin: 0 !important;
  overflow: visible;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb-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-73068ac8-3d05-4f22-afbf-a486efce27eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add background color handling */
  
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
  box-sizing: border-box;
}



.s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73068ac8-3d05-4f22-afbf-a486efce27eb {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
      position: relative;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin: 0 !important;
  overflow: visible;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb-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-73068ac8-3d05-4f22-afbf-a486efce27eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add background color handling */
  
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
  box-sizing: border-box;
}



.s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73068ac8-3d05-4f22-afbf-a486efce27eb {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
      position: relative;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin: 0 !important;
  overflow: visible;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb-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-73068ac8-3d05-4f22-afbf-a486efce27eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add background color handling */
  
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
  box-sizing: border-box;
}



.s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73068ac8-3d05-4f22-afbf-a486efce27eb {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
      position: relative;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (max-width: 767px){#s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  margin: 0 !important;
  overflow: visible;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb-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-73068ac8-3d05-4f22-afbf-a486efce27eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

.shg-image-content-margin-container-s-73068ac8-3d05-4f22-afbf-a486efce27eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add background color handling */
  
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73068ac8-3d05-4f22-afbf-a486efce27eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-73068ac8-3d05-4f22-afbf-a486efce27eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image {
  box-sizing: border-box;
}



.s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73068ac8-3d05-4f22-afbf-a486efce27eb {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container {
      position: relative;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73068ac8-3d05-4f22-afbf-a486efce27eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}
#s-21b80d82-9199-486d-a12d-f5eaa72393ea {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-21b80d82-9199-486d-a12d-f5eaa72393ea {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
}
}
#s-21b80d82-9199-486d-a12d-f5eaa72393ea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNThlZjE5NWItMzc0ZC00MGViLWJmYTctMmZlMmQ0MjI5MzU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjgyODI4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTUwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OGVmMTk1Yi0zNzRkLTQwZWItYmZhNy0yZmUyZDQyMjkzNTgpIi8+PC9zdmc+);
}








#s-21b80d82-9199-486d-a12d-f5eaa72393ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21b80d82-9199-486d-a12d-f5eaa72393ea.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-76969f40-c090-4eed-b36b-a609d0ef6d91 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-76969f40-c090-4eed-b36b-a609d0ef6d91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-76969f40-c090-4eed-b36b-a609d0ef6d91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-76969f40-c090-4eed-b36b-a609d0ef6d91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-76969f40-c090-4eed-b36b-a609d0ef6d91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-aa1b8db3-4e6a-41ae-8583-d1976f0735a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Montserrat";
}

.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-23942835-2c67-4810-a39c-0705e78a8809 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-23942835-2c67-4810-a39c-0705e78a8809:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-23942835-2c67-4810-a39c-0705e78a8809:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23942835-2c67-4810-a39c-0705e78a8809-root {
    text-align: center;
  }


#s-23942835-2c67-4810-a39c-0705e78a8809.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23942835-2c67-4810-a39c-0705e78a8809-root {
    text-align: center;
  }


#s-23942835-2c67-4810-a39c-0705e78a8809.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23942835-2c67-4810-a39c-0705e78a8809-root {
    text-align: center;
  }


#s-23942835-2c67-4810-a39c-0705e78a8809.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23942835-2c67-4810-a39c-0705e78a8809-root {
    text-align: center;
  }


#s-23942835-2c67-4810-a39c-0705e78a8809.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23942835-2c67-4810-a39c-0705e78a8809-root {
    text-align: center;
  }


#s-23942835-2c67-4810-a39c-0705e78a8809.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-57170b03-7799-40bb-a02b-99d598be6a1e {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(241, 59, 4, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-57170b03-7799-40bb-a02b-99d598be6a1e:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57170b03-7799-40bb-a02b-99d598be6a1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57170b03-7799-40bb-a02b-99d598be6a1e-root {
    text-align: center;
  }


#s-57170b03-7799-40bb-a02b-99d598be6a1e.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57170b03-7799-40bb-a02b-99d598be6a1e-root {
    text-align: center;
  }


#s-57170b03-7799-40bb-a02b-99d598be6a1e.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57170b03-7799-40bb-a02b-99d598be6a1e-root {
    text-align: center;
  }


#s-57170b03-7799-40bb-a02b-99d598be6a1e.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57170b03-7799-40bb-a02b-99d598be6a1e-root {
    text-align: center;
  }


#s-57170b03-7799-40bb-a02b-99d598be6a1e.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57170b03-7799-40bb-a02b-99d598be6a1e-root {
    text-align: center;
  }


#s-57170b03-7799-40bb-a02b-99d598be6a1e.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(255, 177, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec-root {
    text-align: center;
  }


#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec-root {
    text-align: center;
  }


#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec-root {
    text-align: center;
  }


#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec-root {
    text-align: center;
  }


#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec-root {
    text-align: center;
  }


#s-1ee3224c-ebcb-4239-becb-4e4fad0a6dec.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1d835c29-5b27-4439-bc9f-f5d7a812647b {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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: #D5D6D7;
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-1d835c29-5b27-4439-bc9f-f5d7a812647b:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d835c29-5b27-4439-bc9f-f5d7a812647b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d835c29-5b27-4439-bc9f-f5d7a812647b-root {
    text-align: center;
  }


#s-1d835c29-5b27-4439-bc9f-f5d7a812647b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d835c29-5b27-4439-bc9f-f5d7a812647b-root {
    text-align: center;
  }


#s-1d835c29-5b27-4439-bc9f-f5d7a812647b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d835c29-5b27-4439-bc9f-f5d7a812647b-root {
    text-align: center;
  }


#s-1d835c29-5b27-4439-bc9f-f5d7a812647b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d835c29-5b27-4439-bc9f-f5d7a812647b-root {
    text-align: center;
  }


#s-1d835c29-5b27-4439-bc9f-f5d7a812647b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d835c29-5b27-4439-bc9f-f5d7a812647b-root {
    text-align: center;
  }


#s-1d835c29-5b27-4439-bc9f-f5d7a812647b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-511b3f9b-7474-4ec6-a310-1d24503069d0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-511b3f9b-7474-4ec6-a310-1d24503069d0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-511b3f9b-7474-4ec6-a310-1d24503069d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-511b3f9b-7474-4ec6-a310-1d24503069d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-511b3f9b-7474-4ec6-a310-1d24503069d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-511b3f9b-7474-4ec6-a310-1d24503069d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-511b3f9b-7474-4ec6-a310-1d24503069d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e2387038-c336-4467-b5c2-d49eb40c37c1 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-e2387038-c336-4467-b5c2-d49eb40c37c1:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e2387038-c336-4467-b5c2-d49eb40c37c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2387038-c336-4467-b5c2-d49eb40c37c1-root {
    text-align: center;
  }


#s-e2387038-c336-4467-b5c2-d49eb40c37c1.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2387038-c336-4467-b5c2-d49eb40c37c1-root {
    text-align: center;
  }


#s-e2387038-c336-4467-b5c2-d49eb40c37c1.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2387038-c336-4467-b5c2-d49eb40c37c1-root {
    text-align: center;
  }


#s-e2387038-c336-4467-b5c2-d49eb40c37c1.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2387038-c336-4467-b5c2-d49eb40c37c1-root {
    text-align: center;
  }


#s-e2387038-c336-4467-b5c2-d49eb40c37c1.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2387038-c336-4467-b5c2-d49eb40c37c1-root {
    text-align: center;
  }


#s-e2387038-c336-4467-b5c2-d49eb40c37c1.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf-root {
    text-align: center;
  }


#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf-root {
    text-align: center;
  }


#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf-root {
    text-align: center;
  }


#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf-root {
    text-align: center;
  }


#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf-root {
    text-align: center;
  }


#s-4b1c7966-8f0b-453c-abac-6b9d4909fbbf.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-669aae14-d660-4205-bf94-149657b9e3fd {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-669aae14-d660-4205-bf94-149657b9e3fd:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-669aae14-d660-4205-bf94-149657b9e3fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-669aae14-d660-4205-bf94-149657b9e3fd-root {
    text-align: center;
  }


#s-669aae14-d660-4205-bf94-149657b9e3fd.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-669aae14-d660-4205-bf94-149657b9e3fd-root {
    text-align: center;
  }


#s-669aae14-d660-4205-bf94-149657b9e3fd.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-669aae14-d660-4205-bf94-149657b9e3fd-root {
    text-align: center;
  }


#s-669aae14-d660-4205-bf94-149657b9e3fd.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-669aae14-d660-4205-bf94-149657b9e3fd-root {
    text-align: center;
  }


#s-669aae14-d660-4205-bf94-149657b9e3fd.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-669aae14-d660-4205-bf94-149657b9e3fd-root {
    text-align: center;
  }


#s-669aae14-d660-4205-bf94-149657b9e3fd.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3ad02235-4d97-4514-a034-7dba5963bcdc {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-3ad02235-4d97-4514-a034-7dba5963bcdc:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3ad02235-4d97-4514-a034-7dba5963bcdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ad02235-4d97-4514-a034-7dba5963bcdc-root {
    text-align: center;
  }


#s-3ad02235-4d97-4514-a034-7dba5963bcdc.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ad02235-4d97-4514-a034-7dba5963bcdc-root {
    text-align: center;
  }


#s-3ad02235-4d97-4514-a034-7dba5963bcdc.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ad02235-4d97-4514-a034-7dba5963bcdc-root {
    text-align: center;
  }


#s-3ad02235-4d97-4514-a034-7dba5963bcdc.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ad02235-4d97-4514-a034-7dba5963bcdc-root {
    text-align: center;
  }


#s-3ad02235-4d97-4514-a034-7dba5963bcdc.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ad02235-4d97-4514-a034-7dba5963bcdc-root {
    text-align: center;
  }


#s-3ad02235-4d97-4514-a034-7dba5963bcdc.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4-root {
    text-align: center;
  }


#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4-root {
    text-align: center;
  }


#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4-root {
    text-align: center;
  }


#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4-root {
    text-align: center;
  }


#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4-root {
    text-align: center;
  }


#s-57e4edbb-a4be-46ac-af8c-38cfcd144bd4.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f846fbd2-3174-4019-b747-e999724397fe {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-f846fbd2-3174-4019-b747-e999724397fe:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f846fbd2-3174-4019-b747-e999724397fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f846fbd2-3174-4019-b747-e999724397fe-root {
    text-align: center;
  }


#s-f846fbd2-3174-4019-b747-e999724397fe.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f846fbd2-3174-4019-b747-e999724397fe-root {
    text-align: center;
  }


#s-f846fbd2-3174-4019-b747-e999724397fe.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f846fbd2-3174-4019-b747-e999724397fe-root {
    text-align: center;
  }


#s-f846fbd2-3174-4019-b747-e999724397fe.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f846fbd2-3174-4019-b747-e999724397fe-root {
    text-align: center;
  }


#s-f846fbd2-3174-4019-b747-e999724397fe.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f846fbd2-3174-4019-b747-e999724397fe-root {
    text-align: center;
  }


#s-f846fbd2-3174-4019-b747-e999724397fe.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4aab9bfc-20fa-4d67-970f-1f1638138f1a-root {
    text-align: center;
  }


#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4aab9bfc-20fa-4d67-970f-1f1638138f1a-root {
    text-align: center;
  }


#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4aab9bfc-20fa-4d67-970f-1f1638138f1a-root {
    text-align: center;
  }


#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4aab9bfc-20fa-4d67-970f-1f1638138f1a-root {
    text-align: center;
  }


#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4aab9bfc-20fa-4d67-970f-1f1638138f1a-root {
    text-align: center;
  }


#s-4aab9bfc-20fa-4d67-970f-1f1638138f1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6-root {
    text-align: center;
  }


#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6-root {
    text-align: center;
  }


#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6-root {
    text-align: center;
  }


#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6-root {
    text-align: center;
  }


#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6-root {
    text-align: center;
  }


#s-7afe99a4-4ba7-4d6f-aa78-d07092dee6d6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-747d5818-641d-4cb2-ad5e-e8d03093e1b6-root {
    text-align: center;
  }


#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-747d5818-641d-4cb2-ad5e-e8d03093e1b6-root {
    text-align: center;
  }


#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-747d5818-641d-4cb2-ad5e-e8d03093e1b6-root {
    text-align: center;
  }


#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-747d5818-641d-4cb2-ad5e-e8d03093e1b6-root {
    text-align: center;
  }


#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-747d5818-641d-4cb2-ad5e-e8d03093e1b6-root {
    text-align: center;
  }


#s-747d5818-641d-4cb2-ad5e-e8d03093e1b6.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d3229808-3970-4a12-a39f-6cedf057167e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-d3229808-3970-4a12-a39f-6cedf057167e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d3229808-3970-4a12-a39f-6cedf057167e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-d3229808-3970-4a12-a39f-6cedf057167e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d3229808-3970-4a12-a39f-6cedf057167e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d3229808-3970-4a12-a39f-6cedf057167e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-d3229808-3970-4a12-a39f-6cedf057167e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-890588e2-7bb9-4efb-9671-825a18e96996 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-890588e2-7bb9-4efb-9671-825a18e96996:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-890588e2-7bb9-4efb-9671-825a18e96996:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-890588e2-7bb9-4efb-9671-825a18e96996-root {
    text-align: center;
  }


#s-890588e2-7bb9-4efb-9671-825a18e96996.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-890588e2-7bb9-4efb-9671-825a18e96996-root {
    text-align: center;
  }


#s-890588e2-7bb9-4efb-9671-825a18e96996.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-890588e2-7bb9-4efb-9671-825a18e96996-root {
    text-align: center;
  }


#s-890588e2-7bb9-4efb-9671-825a18e96996.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-890588e2-7bb9-4efb-9671-825a18e96996-root {
    text-align: center;
  }


#s-890588e2-7bb9-4efb-9671-825a18e96996.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-890588e2-7bb9-4efb-9671-825a18e96996-root {
    text-align: center;
  }


#s-890588e2-7bb9-4efb-9671-825a18e96996.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-328727a0-1a22-4551-86df-b7a147fc6081 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-328727a0-1a22-4551-86df-b7a147fc6081:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-328727a0-1a22-4551-86df-b7a147fc6081:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-328727a0-1a22-4551-86df-b7a147fc6081-root {
    text-align: center;
  }


#s-328727a0-1a22-4551-86df-b7a147fc6081.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-328727a0-1a22-4551-86df-b7a147fc6081-root {
    text-align: center;
  }


#s-328727a0-1a22-4551-86df-b7a147fc6081.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-328727a0-1a22-4551-86df-b7a147fc6081-root {
    text-align: center;
  }


#s-328727a0-1a22-4551-86df-b7a147fc6081.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-328727a0-1a22-4551-86df-b7a147fc6081-root {
    text-align: center;
  }


#s-328727a0-1a22-4551-86df-b7a147fc6081.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-328727a0-1a22-4551-86df-b7a147fc6081-root {
    text-align: center;
  }


#s-328727a0-1a22-4551-86df-b7a147fc6081.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5efcbeea-41ef-4074-a163-66901cd46991 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-5efcbeea-41ef-4074-a163-66901cd46991:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5efcbeea-41ef-4074-a163-66901cd46991:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5efcbeea-41ef-4074-a163-66901cd46991-root {
    text-align: center;
  }


#s-5efcbeea-41ef-4074-a163-66901cd46991.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5efcbeea-41ef-4074-a163-66901cd46991-root {
    text-align: center;
  }


#s-5efcbeea-41ef-4074-a163-66901cd46991.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5efcbeea-41ef-4074-a163-66901cd46991-root {
    text-align: center;
  }


#s-5efcbeea-41ef-4074-a163-66901cd46991.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5efcbeea-41ef-4074-a163-66901cd46991-root {
    text-align: center;
  }


#s-5efcbeea-41ef-4074-a163-66901cd46991.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5efcbeea-41ef-4074-a163-66901cd46991-root {
    text-align: center;
  }


#s-5efcbeea-41ef-4074-a163-66901cd46991.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f33f87b6-b786-405e-9605-01b07a21276b {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-f33f87b6-b786-405e-9605-01b07a21276b:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f33f87b6-b786-405e-9605-01b07a21276b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f33f87b6-b786-405e-9605-01b07a21276b-root {
    text-align: center;
  }


#s-f33f87b6-b786-405e-9605-01b07a21276b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f33f87b6-b786-405e-9605-01b07a21276b-root {
    text-align: center;
  }


#s-f33f87b6-b786-405e-9605-01b07a21276b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f33f87b6-b786-405e-9605-01b07a21276b-root {
    text-align: center;
  }


#s-f33f87b6-b786-405e-9605-01b07a21276b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f33f87b6-b786-405e-9605-01b07a21276b-root {
    text-align: center;
  }


#s-f33f87b6-b786-405e-9605-01b07a21276b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f33f87b6-b786-405e-9605-01b07a21276b-root {
    text-align: center;
  }


#s-f33f87b6-b786-405e-9605-01b07a21276b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a:hover {border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a-root {
    text-align: center;
  }


#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a-root {
    text-align: center;
  }


#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a-root {
    text-align: center;
  }


#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a-root {
    text-align: center;
  }


#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a-root {
    text-align: center;
  }


#s-78d777a7-6ac3-4bd4-a345-5c3085db8d1a.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}
@media (max-width: 767px){#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f {
  
}
}
#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #D5D6D7;
}

#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid #D5D6D7;
}

#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-8007e4db-5e49-4f7b-8c81-656e00b0f23f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-884575a1-fc2b-44bf-9c1c-677017f34d59 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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: #D5D6D7;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(242, 242, 242, 1);
line-height: 1em;
}
#s-884575a1-fc2b-44bf-9c1c-677017f34d59:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-884575a1-fc2b-44bf-9c1c-677017f34d59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-884575a1-fc2b-44bf-9c1c-677017f34d59-root {
    text-align: center;
  }


#s-884575a1-fc2b-44bf-9c1c-677017f34d59.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-884575a1-fc2b-44bf-9c1c-677017f34d59-root {
    text-align: center;
  }


#s-884575a1-fc2b-44bf-9c1c-677017f34d59.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-884575a1-fc2b-44bf-9c1c-677017f34d59-root {
    text-align: center;
  }


#s-884575a1-fc2b-44bf-9c1c-677017f34d59.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-884575a1-fc2b-44bf-9c1c-677017f34d59-root {
    text-align: center;
  }


#s-884575a1-fc2b-44bf-9c1c-677017f34d59.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-884575a1-fc2b-44bf-9c1c-677017f34d59-root {
    text-align: center;
  }


#s-884575a1-fc2b-44bf-9c1c-677017f34d59.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2dddcc44-9f75-4105-b240-1a843a646980 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
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: #D5D6D7;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(242, 242, 242, 1);
line-height: 1em;
}
#s-2dddcc44-9f75-4105-b240-1a843a646980:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2dddcc44-9f75-4105-b240-1a843a646980:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2dddcc44-9f75-4105-b240-1a843a646980-root {
    text-align: center;
  }


#s-2dddcc44-9f75-4105-b240-1a843a646980.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2dddcc44-9f75-4105-b240-1a843a646980-root {
    text-align: center;
  }


#s-2dddcc44-9f75-4105-b240-1a843a646980.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dddcc44-9f75-4105-b240-1a843a646980-root {
    text-align: center;
  }


#s-2dddcc44-9f75-4105-b240-1a843a646980.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dddcc44-9f75-4105-b240-1a843a646980-root {
    text-align: center;
  }


#s-2dddcc44-9f75-4105-b240-1a843a646980.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2dddcc44-9f75-4105-b240-1a843a646980-root {
    text-align: center;
  }


#s-2dddcc44-9f75-4105-b240-1a843a646980.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0b8861ec-1d17-44ea-98b7-01c23ac6a825 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-0b8861ec-1d17-44ea-98b7-01c23ac6a825 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b8861ec-1d17-44ea-98b7-01c23ac6a825 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-0b8861ec-1d17-44ea-98b7-01c23ac6a825 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-0b8861ec-1d17-44ea-98b7-01c23ac6a825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b8861ec-1d17-44ea-98b7-01c23ac6a825.shg-box.shg-c {
  justify-content: center;
}

#s-2bcb7724-e794-404c-8e2c-f337796266c6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bcb7724-e794-404c-8e2c-f337796266c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.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;
  color: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 100;
  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-ea642e50-5843-476c-9142-385eeb5ead9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea642e50-5843-476c-9142-385eeb5ead9c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ea642e50-5843-476c-9142-385eeb5ead9c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea642e50-5843-476c-9142-385eeb5ead9c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-ea642e50-5843-476c-9142-385eeb5ead9c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8ec3f6af-ab6f-4f29-a7bc-107b5d83f55e {
  margin-left: auto;
margin-right: auto;
}

#s-8ec3f6af-ab6f-4f29-a7bc-107b5d83f55e .shg-proportional-font-size,
#s-8ec3f6af-ab6f-4f29-a7bc-107b5d83f55e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5717c77f-9bee-4bcb-bf1b-c867f8e26616.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-befe34ec-cf45-46f9-a764-99b2419a8f73 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-befe34ec-cf45-46f9-a764-99b2419a8f73 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-befe34ec-cf45-46f9-a764-99b2419a8f73 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-befe34ec-cf45-46f9-a764-99b2419a8f73 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-befe34ec-cf45-46f9-a764-99b2419a8f73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-befe34ec-cf45-46f9-a764-99b2419a8f73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-befe34ec-cf45-46f9-a764-99b2419a8f73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-befe34ec-cf45-46f9-a764-99b2419a8f73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-9331cb73-cef5-4eab-984d-d56def94ae94 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9331cb73-cef5-4eab-984d-d56def94ae94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9331cb73-cef5-4eab-984d-d56def94ae94.shg-box.shg-c {
  justify-content: center;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a485d89e-1f63-452b-9d3d-2fba0633cc34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a485d89e-1f63-452b-9d3d-2fba0633cc34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a485d89e-1f63-452b-9d3d-2fba0633cc34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1964bae6-0192-417f-95bd-7ff70f1ad8c6 {
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 0.2);
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-1964bae6-0192-417f-95bd-7ff70f1ad8c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1964bae6-0192-417f-95bd-7ff70f1ad8c6.shg-box.shg-c {
  justify-content: center;
}

#s-79cf2c9d-c970-456a-bcf7-2785325698fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79cf2c9d-c970-456a-bcf7-2785325698fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5db7a2f0-8999-4615-a24f-9b82db49bcae {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5db7a2f0-8999-4615-a24f-9b82db49bcae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5db7a2f0-8999-4615-a24f-9b82db49bcae.shg-box.shg-c {
  justify-content: center;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd03ec8-0a35-449b-a77d-7dded07b2e38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4d3cfd91-e73a-423b-b2d9-3197c4240cba {
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 0.2);
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-4d3cfd91-e73a-423b-b2d9-3197c4240cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d3cfd91-e73a-423b-b2d9-3197c4240cba.shg-box.shg-c {
  justify-content: center;
}

#s-5730f150-9e01-4c99-9000-bc824a5aace7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5730f150-9e01-4c99-9000-bc824a5aace7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-149a6b21-7b66-44bd-adf2-a1d274b61323 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-149a6b21-7b66-44bd-adf2-a1d274b61323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-149a6b21-7b66-44bd-adf2-a1d274b61323.shg-box.shg-c {
  justify-content: center;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ba930c-f754-4e19-a361-f5220307afaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-60ba930c-f754-4e19-a361-f5220307afaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-60ba930c-f754-4e19-a361-f5220307afaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ba930c-f754-4e19-a361-f5220307afaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-60ba930c-f754-4e19-a361-f5220307afaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-60ba930c-f754-4e19-a361-f5220307afaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ba930c-f754-4e19-a361-f5220307afaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-60ba930c-f754-4e19-a361-f5220307afaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-60ba930c-f754-4e19-a361-f5220307afaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ba930c-f754-4e19-a361-f5220307afaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-60ba930c-f754-4e19-a361-f5220307afaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-60ba930c-f754-4e19-a361-f5220307afaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ba930c-f754-4e19-a361-f5220307afaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ba930c-f754-4e19-a361-f5220307afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-60ba930c-f754-4e19-a361-f5220307afaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ba930c-f754-4e19-a361-f5220307afaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5a5165f1-3984-4aef-a16e-28632c858eaa {
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 0.2);
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-5a5165f1-3984-4aef-a16e-28632c858eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a5165f1-3984-4aef-a16e-28632c858eaa.shg-box.shg-c {
  justify-content: center;
}

#s-04ead59f-5b78-442a-859f-59ea2a97bfef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04ead59f-5b78-442a-859f-59ea2a97bfef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-007a8beb-8c81-4faf-b7b7-fc773e7e14a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-1d95aaea-a2a9-4d0d-a932-39b78f06f6eb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1d95aaea-a2a9-4d0d-a932-39b78f06f6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d95aaea-a2a9-4d0d-a932-39b78f06f6eb.shg-box.shg-c {
  justify-content: center;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
max-width: 3000px;
text-align: center;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 3px;
  margin-bottom: 3px;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a11c574d-aa43-4061-a6e6-70cfb5faf650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a11c574d-aa43-4061-a6e6-70cfb5faf650 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11c574d-aa43-4061-a6e6-70cfb5faf650.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19449d98-dc1e-4947-ab49-0f20cb5b6f2b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-19449d98-dc1e-4947-ab49-0f20cb5b6f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19449d98-dc1e-4947-ab49-0f20cb5b6f2b.shg-box.shg-c {
  justify-content: center;
}

#s-d581ecf9-adae-4966-9236-d85179657526 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d581ecf9-adae-4966-9236-d85179657526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d581ecf9-adae-4966-9236-d85179657526.shg-box.shg-c {
  justify-content: center;
}

#s-42bf33da-6b72-45f2-a49e-123319a7de56 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-42bf33da-6b72-45f2-a49e-123319a7de56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42bf33da-6b72-45f2-a49e-123319a7de56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-42bf33da-6b72-45f2-a49e-123319a7de56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-42bf33da-6b72-45f2-a49e-123319a7de56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5d98c98e-18af-49aa-8d3e-65f1b10f7e86 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-5d98c98e-18af-49aa-8d3e-65f1b10f7e86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d98c98e-18af-49aa-8d3e-65f1b10f7e86.shg-box.shg-c {
  justify-content: center;
}

#s-49048937-c6c2-4f96-9668-91a041bfde5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49048937-c6c2-4f96-9668-91a041bfde5f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-bdf863a9-2473-45c7-abec-fec19aff993e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}








#s-bdf863a9-2473-45c7-abec-fec19aff993e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdf863a9-2473-45c7-abec-fec19aff993e.shg-box.shg-c {
  justify-content: center;
}

#s-7b57ec38-31ed-4945-a017-b51ba9aadc5b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b57ec38-31ed-4945-a017-b51ba9aadc5b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dfb239be-614c-4fb6-9a72-1bf8b2a8260a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dfb239be-614c-4fb6-9a72-1bf8b2a8260a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dfb239be-614c-4fb6-9a72-1bf8b2a8260a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dfb239be-614c-4fb6-9a72-1bf8b2a8260a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfb239be-614c-4fb6-9a72-1bf8b2a8260a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1d9e33d4-f540-4cf8-ba3c-aaf56464b7a9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1d9e33d4-f540-4cf8-ba3c-aaf56464b7a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d9e33d4-f540-4cf8-ba3c-aaf56464b7a9.shg-box.shg-c {
  justify-content: center;
}

#s-bba59f9a-a825-44c1-9c53-60a45435ab33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bba59f9a-a825-44c1-9c53-60a45435ab33 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e155e655-be96-418f-bc34-6dba21b29e7f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-e155e655-be96-418f-bc34-6dba21b29e7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e155e655-be96-418f-bc34-6dba21b29e7f.shg-box.shg-c {
  justify-content: center;
}

#s-fc2b9336-dd52-40c7-b9e5-e1de59ea9388 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
text-align: center;
}

#s-fc2b9336-dd52-40c7-b9e5-e1de59ea9388 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-04cece99-bbac-4885-9bbb-4387126efad1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-04cece99-bbac-4885-9bbb-4387126efad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04cece99-bbac-4885-9bbb-4387126efad1.shg-box.shg-c {
  justify-content: center;
}

#s-36889f57-04df-4d8c-bb88-6d6971a7b9be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36889f57-04df-4d8c-bb88-6d6971a7b9be .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-39c48133-8d16-40b4-ab91-81ebdbcd2e10 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-39c48133-8d16-40b4-ab91-81ebdbcd2e10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39c48133-8d16-40b4-ab91-81ebdbcd2e10.shg-box.shg-c {
  justify-content: center;
}

#s-47da4e62-6e22-43e8-94ff-ee7b5d28bfcc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47da4e62-6e22-43e8-94ff-ee7b5d28bfcc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-48abd518-552b-45b8-90af-5e4a26442a69 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-48abd518-552b-45b8-90af-5e4a26442a69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-48abd518-552b-45b8-90af-5e4a26442a69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-48abd518-552b-45b8-90af-5e4a26442a69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-48abd518-552b-45b8-90af-5e4a26442a69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-035c6e6a-f804-4a1e-b724-7e45b0a3904d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-035c6e6a-f804-4a1e-b724-7e45b0a3904d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-035c6e6a-f804-4a1e-b724-7e45b0a3904d.shg-box.shg-c {
  justify-content: center;
}

#s-6a641329-384b-471b-be65-0fffac7ed884 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a641329-384b-471b-be65-0fffac7ed884 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fc920a4e-8146-4679-a431-a95ee3b1603a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-fc920a4e-8146-4679-a431-a95ee3b1603a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc920a4e-8146-4679-a431-a95ee3b1603a.shg-box.shg-c {
  justify-content: center;
}

#s-2fda9468-1fce-48e1-923c-2287b29af0b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fda9468-1fce-48e1-923c-2287b29af0b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6626c4e5-1825-4a9e-a371-844a97d0a2fe {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-6626c4e5-1825-4a9e-a371-844a97d0a2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6626c4e5-1825-4a9e-a371-844a97d0a2fe.shg-box.shg-c {
  justify-content: center;
}

#s-6c4e9460-a46d-4a29-bdd5-1bef5f0691e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c4e9460-a46d-4a29-bdd5-1bef5f0691e2 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-10e64cf6-df6d-4b79-ae78-69cbe6a07893 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-10e64cf6-df6d-4b79-ae78-69cbe6a07893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10e64cf6-df6d-4b79-ae78-69cbe6a07893.shg-box.shg-c {
  justify-content: center;
}

#s-597e6c0d-8fec-434c-bcba-00610b706c36 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-597e6c0d-8fec-434c-bcba-00610b706c36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-05d5554e-883d-4751-afc6-792536bb26d5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-05d5554e-883d-4751-afc6-792536bb26d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-05d5554e-883d-4751-afc6-792536bb26d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-05d5554e-883d-4751-afc6-792536bb26d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-05d5554e-883d-4751-afc6-792536bb26d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0e6626d5-e6f6-400d-8d04-45293159115a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0e6626d5-e6f6-400d-8d04-45293159115a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e6626d5-e6f6-400d-8d04-45293159115a.shg-box.shg-c {
  justify-content: center;
}

#s-d28a1489-b660-4447-bd35-e7b1902a3af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d28a1489-b660-4447-bd35-e7b1902a3af7 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d2567f2a-2a71-48ed-9238-1434e43eefd9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d2567f2a-2a71-48ed-9238-1434e43eefd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2567f2a-2a71-48ed-9238-1434e43eefd9.shg-box.shg-c {
  justify-content: center;
}

#s-42743046-91f1-4590-bda2-fde3b04b9236 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42743046-91f1-4590-bda2-fde3b04b9236 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bdf9dbc5-b720-4ec6-9a8f-1a9fc8f5b402 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-bdf9dbc5-b720-4ec6-9a8f-1a9fc8f5b402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdf9dbc5-b720-4ec6-9a8f-1a9fc8f5b402.shg-box.shg-c {
  justify-content: center;
}

#s-435580bd-5f78-45ba-8508-f051a0877f89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-435580bd-5f78-45ba-8508-f051a0877f89 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b84ff26c-4742-4049-b34e-f5f42fa82dee {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-b84ff26c-4742-4049-b34e-f5f42fa82dee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b84ff26c-4742-4049-b34e-f5f42fa82dee.shg-box.shg-c {
  justify-content: center;
}

#s-511b645f-9c71-47bd-977b-a35c63d03435 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-511b645f-9c71-47bd-977b-a35c63d03435 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-296af7c3-8086-4fc9-a238-e4b6bac84fb9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-296af7c3-8086-4fc9-a238-e4b6bac84fb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-296af7c3-8086-4fc9-a238-e4b6bac84fb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-296af7c3-8086-4fc9-a238-e4b6bac84fb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-296af7c3-8086-4fc9-a238-e4b6bac84fb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9b6586b5-b142-4b62-8a1b-34e5e40a4929 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9b6586b5-b142-4b62-8a1b-34e5e40a4929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b6586b5-b142-4b62-8a1b-34e5e40a4929.shg-box.shg-c {
  justify-content: center;
}

#s-843b5ea7-374c-47ad-bbe8-50844998a46b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-843b5ea7-374c-47ad-bbe8-50844998a46b .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1311218c-4156-433b-a603-5ae2a37486c0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1311218c-4156-433b-a603-5ae2a37486c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1311218c-4156-433b-a603-5ae2a37486c0.shg-box.shg-c {
  justify-content: center;
}

#s-30353efd-3ca6-4350-a67d-6aeef14404d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30353efd-3ca6-4350-a67d-6aeef14404d4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-016717ec-3a67-4d34-be8e-4b561b359fbf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-016717ec-3a67-4d34-be8e-4b561b359fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-016717ec-3a67-4d34-be8e-4b561b359fbf.shg-box.shg-c {
  justify-content: center;
}

#s-3fe13906-c6a7-4753-8fb0-dcb0284d3c66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fe13906-c6a7-4753-8fb0-dcb0284d3c66 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d3b2ba60-8991-4c36-927e-4fb7d9bdd43f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d3b2ba60-8991-4c36-927e-4fb7d9bdd43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3b2ba60-8991-4c36-927e-4fb7d9bdd43f.shg-box.shg-c {
  justify-content: center;
}

#s-2c3e769a-46f4-4dcc-b0d3-6125a50155be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c3e769a-46f4-4dcc-b0d3-6125a50155be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-65903995-90b7-43fc-8f59-63053c119b86 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-65903995-90b7-43fc-8f59-63053c119b86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-65903995-90b7-43fc-8f59-63053c119b86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-65903995-90b7-43fc-8f59-63053c119b86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-65903995-90b7-43fc-8f59-63053c119b86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-076cfd96-66fa-4aa7-a3a6-3ae0330b7023 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-076cfd96-66fa-4aa7-a3a6-3ae0330b7023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-076cfd96-66fa-4aa7-a3a6-3ae0330b7023.shg-box.shg-c {
  justify-content: center;
}

#s-b0400a3e-2bb5-4127-8ad3-ffe9cb6db99f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0400a3e-2bb5-4127-8ad3-ffe9cb6db99f .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5e1e20c9-2339-46f2-9a60-65fc384fdf94 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-5e1e20c9-2339-46f2-9a60-65fc384fdf94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e1e20c9-2339-46f2-9a60-65fc384fdf94.shg-box.shg-c {
  justify-content: center;
}

#s-1c9899a6-4115-4b6d-a921-0ae5927e5cf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c9899a6-4115-4b6d-a921-0ae5927e5cf6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5051640a-52f5-4592-a743-ea3eb1e81e4c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5051640a-52f5-4592-a743-ea3eb1e81e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5051640a-52f5-4592-a743-ea3eb1e81e4c.shg-box.shg-c {
  justify-content: center;
}

#s-7285e9dd-83bd-4f77-9e43-046cd3c7823e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7285e9dd-83bd-4f77-9e43-046cd3c7823e .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0c9dea2f-73ec-4a9f-bf21-ec6062530f69 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-0c9dea2f-73ec-4a9f-bf21-ec6062530f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c9dea2f-73ec-4a9f-bf21-ec6062530f69.shg-box.shg-c {
  justify-content: center;
}

#s-558fa197-9417-4da2-8f05-5c783e54defb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-558fa197-9417-4da2-8f05-5c783e54defb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c5a5f80e-c6c4-4415-8091-cba650ade71a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5a5f80e-c6c4-4415-8091-cba650ade71a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c5a5f80e-c6c4-4415-8091-cba650ade71a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c5a5f80e-c6c4-4415-8091-cba650ade71a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5a5f80e-c6c4-4415-8091-cba650ade71a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-612b83a6-02dd-4860-a7ad-b69a56f55299 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-612b83a6-02dd-4860-a7ad-b69a56f55299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-612b83a6-02dd-4860-a7ad-b69a56f55299.shg-box.shg-c {
  justify-content: center;
}

#s-bcc4d2af-f128-44ed-996e-1c2021a267fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcc4d2af-f128-44ed-996e-1c2021a267fb .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4f410e7c-ae48-4128-a8bb-784428cc6904 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-4f410e7c-ae48-4128-a8bb-784428cc6904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f410e7c-ae48-4128-a8bb-784428cc6904.shg-box.shg-c {
  justify-content: center;
}

#s-f0689dfb-990c-43f0-9ad4-9cc219f020cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0689dfb-990c-43f0-9ad4-9cc219f020cc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ded65f01-5dcd-4a28-99e6-52b1f6ce3d9c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ded65f01-5dcd-4a28-99e6-52b1f6ce3d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ded65f01-5dcd-4a28-99e6-52b1f6ce3d9c.shg-box.shg-c {
  justify-content: center;
}

#s-46545e42-b2ed-4f56-828c-1e56e20ef769 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46545e42-b2ed-4f56-828c-1e56e20ef769 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8d71328d-8b19-418e-a8ea-6652c8750914 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-8d71328d-8b19-418e-a8ea-6652c8750914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d71328d-8b19-418e-a8ea-6652c8750914.shg-box.shg-c {
  justify-content: center;
}

#s-374c6e7f-9295-43ae-aac6-a7b08717fab9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-374c6e7f-9295-43ae-aac6-a7b08717fab9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e37a1a87-3d47-4b89-8778-f26692d1a1ff {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e37a1a87-3d47-4b89-8778-f26692d1a1ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e37a1a87-3d47-4b89-8778-f26692d1a1ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e37a1a87-3d47-4b89-8778-f26692d1a1ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e37a1a87-3d47-4b89-8778-f26692d1a1ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e2924516-f69e-4ec4-b3f7-55db68c4b254 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e2924516-f69e-4ec4-b3f7-55db68c4b254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2924516-f69e-4ec4-b3f7-55db68c4b254.shg-box.shg-c {
  justify-content: center;
}

#s-e0d29165-9f77-4f02-a578-de89063736fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0d29165-9f77-4f02-a578-de89063736fd .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6cb5e294-84c3-4888-8606-6113d2157655 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-6cb5e294-84c3-4888-8606-6113d2157655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cb5e294-84c3-4888-8606-6113d2157655.shg-box.shg-c {
  justify-content: center;
}

#s-e0c8b8a8-e82b-4fbe-9336-2efd0df2d1fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0c8b8a8-e82b-4fbe-9336-2efd0df2d1fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e6db7b37-7a12-4038-ab82-02efe27eef2f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e6db7b37-7a12-4038-ab82-02efe27eef2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6db7b37-7a12-4038-ab82-02efe27eef2f.shg-box.shg-c {
  justify-content: center;
}

#s-bbf44efa-c81e-46cd-8013-64eb728ed1c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbf44efa-c81e-46cd-8013-64eb728ed1c8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1f6dae06-708a-4ad9-b5d9-c435c1c5e15f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1f6dae06-708a-4ad9-b5d9-c435c1c5e15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f6dae06-708a-4ad9-b5d9-c435c1c5e15f.shg-box.shg-c {
  justify-content: center;
}

#s-bb1c8562-0a59-4da7-aff5-6216be12fa14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb1c8562-0a59-4da7-aff5-6216be12fa14 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-aba65e50-32a8-4e85-8fbd-67016318633e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4c941e95-f545-44f7-9705-3cc5e4c8b531 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4c941e95-f545-44f7-9705-3cc5e4c8b531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c941e95-f545-44f7-9705-3cc5e4c8b531.shg-box.shg-c {
  justify-content: center;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin-left: 10%;
margin-right: 10%;
max-width: 3000px;
text-align: center;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-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-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


@media (min-width: 1200px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-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-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-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-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-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-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}@media (max-width: 767px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-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-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}
#s-3e176db9-40c8-4182-8352-c310c80888b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e176db9-40c8-4182-8352-c310c80888b1 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cbe591f8-165b-4b19-841d-887b81fe1c5d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-cbe591f8-165b-4b19-841d-887b81fe1c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbe591f8-165b-4b19-841d-887b81fe1c5d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  font-weight: 100;
}

.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;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Montserrat";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  font-weight: 100;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Montserrat";
  font-weight: 400;
}

#s-3264362e-a0bc-4824-bc4c-80d0c53a4b61 {
  margin-left: auto;
margin-right: auto;
}

#s-2fab7642-7ae0-476e-a4f1-7dcbba339b5b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-2fab7642-7ae0-476e-a4f1-7dcbba339b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fab7642-7ae0-476e-a4f1-7dcbba339b5b.shg-box.shg-c {
  justify-content: center;
}

#s-1fd5dfb5-a787-4272-80ea-72ff105dd9b1 {
  margin-left: auto;
margin-right: auto;
}

#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e8efcbaf-872d-4fb5-978d-950db0387024 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e8efcbaf-872d-4fb5-978d-950db0387024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8efcbaf-872d-4fb5-978d-950db0387024.shg-box.shg-c {
  justify-content: center;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin-left: 10%;
margin-right: 10%;
max-width: 3000px;
text-align: center;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-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-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-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-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-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-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-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-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-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-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}
#s-77afe6ed-7b8f-4908-a8a6-47a603b26313 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77afe6ed-7b8f-4908-a8a6-47a603b26313 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-990e825e-96e6-4bec-bc1c-8b2662cb60a9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-990e825e-96e6-4bec-bc1c-8b2662cb60a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-990e825e-96e6-4bec-bc1c-8b2662cb60a9.shg-box.shg-c {
  justify-content: center;
}

#s-aca53180-1ce2-4d2b-9432-c6e4de701f4a {
  margin-left: auto;
margin-right: auto;
}

#s-b0d77563-8b51-4058-87b3-53311f1b7649 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-b0d77563-8b51-4058-87b3-53311f1b7649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0d77563-8b51-4058-87b3-53311f1b7649.shg-box.shg-c {
  justify-content: center;
}

#s-10257651-e011-4b04-8048-3d36c1c24015 {
  margin-left: auto;
margin-right: auto;
}

#s-2a940dd9-362f-4287-ac38-e00364858731 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a940dd9-362f-4287-ac38-e00364858731:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a940dd9-362f-4287-ac38-e00364858731:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2f9b7d2f-19e8-4b69-bac6-2f00e45df021 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2f9b7d2f-19e8-4b69-bac6-2f00e45df021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f9b7d2f-19e8-4b69-bac6-2f00e45df021.shg-box.shg-c {
  justify-content: center;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin-left: 10%;
margin-right: 10%;
max-width: 3000px;
text-align: center;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-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-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-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-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-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-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-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-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-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-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}
#s-8d0aa1f5-b64e-4825-a44b-e52c16304082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d0aa1f5-b64e-4825-a44b-e52c16304082 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4794d3f8-2a81-4665-9351-1602c0413b3a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-4794d3f8-2a81-4665-9351-1602c0413b3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4794d3f8-2a81-4665-9351-1602c0413b3a.shg-box.shg-c {
  justify-content: center;
}

#s-e1c88a09-d386-4bac-8491-385ece069178 {
  margin-left: auto;
margin-right: auto;
}

#s-064a9714-5f27-4dcc-b177-9fb0d1c569fc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-064a9714-5f27-4dcc-b177-9fb0d1c569fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-064a9714-5f27-4dcc-b177-9fb0d1c569fc.shg-box.shg-c {
  justify-content: center;
}

#s-d2357a9a-30ca-4b37-b406-a11484afa3b4 {
  margin-left: auto;
margin-right: auto;
}

#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bf417d7b-f0dd-41b2-b770-ece02c741925 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-bf417d7b-f0dd-41b2-b770-ece02c741925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf417d7b-f0dd-41b2-b770-ece02c741925.shg-box.shg-c {
  justify-content: center;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin-left: 10%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-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-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-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-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-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-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-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-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-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-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-af1a9e91-c46f-4002-b1e2-f25618f8bda0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1a9e91-c46f-4002-b1e2-f25618f8bda0 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0633864a-e5bf-47fc-82c4-da67cb5d3319 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-0633864a-e5bf-47fc-82c4-da67cb5d3319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0633864a-e5bf-47fc-82c4-da67cb5d3319.shg-box.shg-c {
  justify-content: center;
}

#s-9826a87d-12fc-43ec-9879-3f84653a8389 {
  margin-left: auto;
margin-right: auto;
}

#s-10272ec8-d0cd-420d-a23b-e4f998725599 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-10272ec8-d0cd-420d-a23b-e4f998725599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10272ec8-d0cd-420d-a23b-e4f998725599.shg-box.shg-c {
  justify-content: center;
}

#s-d37626da-f4f7-49a3-b7d0-46750db0d805 {
  margin-left: auto;
margin-right: auto;
}

#s-a8665dfe-98d8-4252-b171-755ca5dff205 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a8665dfe-98d8-4252-b171-755ca5dff205:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8665dfe-98d8-4252-b171-755ca5dff205:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7259accc-c54b-42a5-ab33-c93a08b883c4 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}
@media (min-width: 1200px){#s-7259accc-c54b-42a5-ab33-c93a08b883c4 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f08214e8-71c1-46a9-85c3-abf9357690a4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-f08214e8-71c1-46a9-85c3-abf9357690a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f08214e8-71c1-46a9-85c3-abf9357690a4.shg-box.shg-c {
  justify-content: center;
}

#s-4d298e34-fdb7-43dd-9b6a-1af8883243b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d298e34-fdb7-43dd-9b6a-1af8883243b2 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-73c983fb-8b6b-413c-85af-cb169afb9971 {
  margin-left: auto;
margin-right: auto;
}

#s-62a87794-1c3d-4a99-beb7-1c719b94543d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-75adbe51-d49a-4231-a857-6ecab3b26003 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-75adbe51-d49a-4231-a857-6ecab3b26003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75adbe51-d49a-4231-a857-6ecab3b26003.shg-box.shg-c {
  justify-content: center;
}

#s-d252bc02-479f-42b2-9bbe-420890c61549 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d252bc02-479f-42b2-9bbe-420890c61549 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 16/9;
text-align: center;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-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-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-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-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-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-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-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-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-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-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-291745db-d95f-4866-ad2a-5446e2eafa08 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-291745db-d95f-4866-ad2a-5446e2eafa08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-291745db-d95f-4866-ad2a-5446e2eafa08.shg-box.shg-c {
  justify-content: center;
}

#s-6887abfe-097d-40da-9338-44a2f33dea61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6887abfe-097d-40da-9338-44a2f33dea61 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 16/9;
text-align: center;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-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-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-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-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-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-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-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-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-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-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-7e8c0a9a-791d-4f78-98af-5b5aa904c1fe {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7e8c0a9a-791d-4f78-98af-5b5aa904c1fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e8c0a9a-791d-4f78-98af-5b5aa904c1fe.shg-box.shg-c {
  justify-content: center;
}

#s-8711b726-e4b4-48ec-a115-25a4c45c69ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8711b726-e4b4-48ec-a115-25a4c45c69ee .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d85107cc-8dc8-4ae1-bad1-6e1c9946c900 {
  margin-left: auto;
margin-right: auto;
}

#s-305ac92a-5d52-4b7e-a0e5-9425d5dc6ed3 {
  margin-left: auto;
margin-right: auto;
}

#s-d63f182e-a270-4bb7-abae-62f3173ff514 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ed9d844b-e542-4ae6-9b6c-890b3cdccf89 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ed9d844b-e542-4ae6-9b6c-890b3cdccf89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed9d844b-e542-4ae6-9b6c-890b3cdccf89.shg-box.shg-c {
  justify-content: center;
}

#s-ba059705-6f66-4a3a-b0be-17e2f6c71e20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba059705-6f66-4a3a-b0be-17e2f6c71e20 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1658;
text-align: center;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-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-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-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-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-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-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-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-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-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-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-053c6516-ed56-46c5-80ac-b18fd3d8a3e7 {
  margin-left: auto;
margin-right: auto;
}

#s-47021ddd-d2ad-4d30-a827-6c4db3354900 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-47021ddd-d2ad-4d30-a827-6c4db3354900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47021ddd-d2ad-4d30-a827-6c4db3354900.shg-box.shg-c {
  justify-content: center;
}

#s-965c3553-5827-42e3-9af8-20c522fc11d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-965c3553-5827-42e3-9af8-20c522fc11d6 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1658;
text-align: center;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-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-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-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-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-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-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-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-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-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-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-5f6193a7-4512-47a3-80df-0399298745fb {
  margin-left: auto;
margin-right: auto;
}

#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65.shg-box.shg-c {
  justify-content: center;
}

#s-98f8bd63-1d47-424f-b3f8-e7c8acb1fe1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98f8bd63-1d47-424f-b3f8-e7c8acb1fe1c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-8757ae96-e184-439c-a873-6d200820fe22 {
  margin-left: auto;
margin-right: auto;
}

#s-8757ae96-e184-439c-a873-6d200820fe22 .shg-proportional-font-size,
#s-8757ae96-e184-439c-a873-6d200820fe22 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e5befa4-66d7-4a3d-8427-9a620dd5950c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4036e086-0f11-4335-a5eb-28d4366c62c0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4036e086-0f11-4335-a5eb-28d4366c62c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4036e086-0f11-4335-a5eb-28d4366c62c0.shg-box.shg-c {
  justify-content: center;
}

#s-9e03cb9d-1748-4e37-9df8-042fc74e794e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 4/3;
text-align: center;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-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-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-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-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-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-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-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-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-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-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 4/3;
text-align: center;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-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-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-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-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-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-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-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-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-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-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-e22e5699-56a3-4629-8384-dc36531e6733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e22e5699-56a3-4629-8384-dc36531e6733 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-33842653-e0ef-4643-9d74-3822f7302231 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-33842653-e0ef-4643-9d74-3822f7302231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33842653-e0ef-4643-9d74-3822f7302231.shg-box.shg-c {
  justify-content: center;
}

#s-fc15d0fa-c226-460c-8270-135f281d54d7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 4/3;
text-align: center;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-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-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-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-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-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-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-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-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-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-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 4/3;
text-align: center;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-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-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-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-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-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-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-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-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-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-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-1816a76d-8c35-48f5-8111-5ec049c19018 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1816a76d-8c35-48f5-8111-5ec049c19018 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b8106834-c32c-40be-be41-bd2359dbd4df {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b8106834-c32c-40be-be41-bd2359dbd4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8106834-c32c-40be-be41-bd2359dbd4df.shg-box.shg-c {
  justify-content: center;
}

#s-fcdadb23-8137-42e9-ad28-35746756a677 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin-left: auto;
margin-right: auto;
max-width: 2550px;
aspect-ratio: 4/3;
text-align: center;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-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-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

@media (min-width: 1200px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-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-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-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-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-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-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (max-width: 767px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-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-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}
#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 4/3;
text-align: center;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-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-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-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-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-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-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-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-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-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-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-053a2d9a-5b9c-410b-b8b3-2af7a4ec887d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-053a2d9a-5b9c-410b-b8b3-2af7a4ec887d .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a8205222-e733-4f2f-b894-910583be9205 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-96345b13-3a2c-46eb-9afe-aaadf194814f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-96345b13-3a2c-46eb-9afe-aaadf194814f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96345b13-3a2c-46eb-9afe-aaadf194814f.shg-box.shg-c {
  justify-content: center;
}

#s-593eeba2-c6b8-4979-8422-0f019b2f78bd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-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-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-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-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-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-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-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-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-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-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin-left: auto;
margin-right: auto;
max-width: 1958px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-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-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

@media (min-width: 1200px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-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-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-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-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-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-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (max-width: 767px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-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-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}
#s-f9141dd9-1d59-44d1-b747-b630ac31cb4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9141dd9-1d59-44d1-b747-b630ac31cb4a .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-538fb911-ee71-4e7d-bcb7-5969fdf7d9c8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-538fb911-ee71-4e7d-bcb7-5969fdf7d9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-538fb911-ee71-4e7d-bcb7-5969fdf7d9c8.shg-box.shg-c {
  justify-content: center;
}

#s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-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-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-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-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-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-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-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-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-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-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-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-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-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-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-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-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-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-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-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-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-05251f71-2d3e-4dbc-bd08-80024de5f746 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05251f71-2d3e-4dbc-bd08-80024de5f746 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c7da4100-b6bf-498d-8ad8-03a4955da772 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c7da4100-b6bf-498d-8ad8-03a4955da772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7da4100-b6bf-498d-8ad8-03a4955da772.shg-box.shg-c {
  justify-content: center;
}

#s-7c26f0a0-caba-457c-94d3-a7226ef5705c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 4/3;
text-align: center;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-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-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-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-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-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-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-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-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-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-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin-left: auto;
margin-right: auto;
max-width: 3482px;
aspect-ratio: 3482/1019;
text-align: center;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-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-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

@media (min-width: 1200px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-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-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-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-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-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-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (max-width: 767px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-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-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}
#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 4/3;
text-align: center;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-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-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-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-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-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-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-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-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-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-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin-left: auto;
margin-right: auto;
max-width: 3482px;
aspect-ratio: 3482/1019;
text-align: center;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-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-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

@media (min-width: 1200px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-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-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-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-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-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-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (max-width: 767px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-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-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}
#s-48b8c32b-acbe-4c14-bd0a-b47dc8f19985 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48b8c32b-acbe-4c14-bd0a-b47dc8f19985 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f0f5bccb-9933-4416-97cd-4589dffefa3b {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f0f5bccb-9933-4416-97cd-4589dffefa3b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-f0f5bccb-9933-4416-97cd-4589dffefa3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0f5bccb-9933-4416-97cd-4589dffefa3b.shg-box.shg-c {
  justify-content: center;
}

#s-5fc834be-5e21-4643-aed3-7b1a29484de8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-eb273d64-6658-4178-b46d-1d705db60712 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb273d64-6658-4178-b46d-1d705db60712 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-16838a95-c47b-4957-a6e4-dbe772c32767 {
  margin-left: auto;
margin-right: auto;
}

#s-16838a95-c47b-4957-a6e4-dbe772c32767 hr {
  border-top: 2px solid #D5D6D7;
}

#s-abb068bb-5214-4240-9977-7aa160776dbc {
  margin-left: auto;
margin-right: auto;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin-left: auto;
margin-right: auto;
max-width: 1029px;
aspect-ratio: 16/9;
text-align: center;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-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-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

@media (min-width: 1200px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-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-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-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-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-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-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (max-width: 767px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-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-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}
#s-2473d7ae-4845-4990-85b8-183ed9eb8b7c {
  margin-left: auto;
margin-right: auto;
}

#s-2473d7ae-4845-4990-85b8-183ed9eb8b7c hr {
  border-top: 4px solid #D5D6D7;
}

#s-329d1fe5-d486-4673-95f3-baaadd9a47c3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin-left: auto;
margin-right: auto;
max-width: 2882px;
aspect-ratio: 2714/2230;
text-align: center;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-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-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

@media (min-width: 1200px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-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-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-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-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-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-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (max-width: 767px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-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-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}
#s-24c95cd0-4c50-471e-8da0-04309d633630 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24c95cd0-4c50-471e-8da0-04309d633630 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dded87f9-d4cb-453c-9e11-8b551b0e1a2d {
  margin-left: auto;
margin-right: auto;
}

#s-8b8bf4c8-7e28-4e1d-9465-c4cfd5f6c2fd {
  margin-left: auto;
margin-right: auto;
}

#s-8b8bf4c8-7e28-4e1d-9465-c4cfd5f6c2fd hr {
  border-top: 2px solid #D5D6D7;
}

#s-97be5ac2-7407-4fef-a253-c1a10762eda6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-76bdcc93-243c-4d51-a504-94fdb8c2f79c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76bdcc93-243c-4d51-a504-94fdb8c2f79c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d9f5bf76-e593-4e88-802c-49486316e553 {
  margin-left: auto;
margin-right: auto;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin-left: 10%;
margin-right: 10%;
max-width: 1029px;
aspect-ratio: 1029/1257;
text-align: center;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-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-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

@media (min-width: 1200px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-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-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-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-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-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-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (max-width: 767px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-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-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}
#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6.shg-box.shg-c {
  justify-content: center;
}

#s-f52223e7-8175-466d-b190-303aba09af11 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f52223e7-8175-466d-b190-303aba09af11 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  text-align: center;
}



#s-55f3c7c7-7f1a-4253-8ffd-55858bab320c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55f3c7c7-7f1a-4253-8ffd-55858bab320c .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-4f23548c-9535-427c-bb4b-484c405a244f {
  margin-left: auto;
margin-right: auto;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-column {
  background-color: #252525;
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(242, 242, 242, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-column, #s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-840f5cc5-3067-4d0a-be81-63f0a80f3917 {
  margin-left: auto;
margin-right: auto;
}

#s-840f5cc5-3067-4d0a-be81-63f0a80f3917 .shg-proportional-font-size,
#s-840f5cc5-3067-4d0a-be81-63f0a80f3917 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c200b6ce-d533-4505-b2cb-8c380c34038d {
  margin-left: auto;
margin-right: auto;
}

#s-c200b6ce-d533-4505-b2cb-8c380c34038d .shg-proportional-font-size,
#s-c200b6ce-d533-4505-b2cb-8c380c34038d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2936bcae-cd0d-4ff0-a56f-4f5fe289117b {
  margin-left: auto;
margin-right: auto;
}

#s-2936bcae-cd0d-4ff0-a56f-4f5fe289117b .shg-proportional-font-size,
#s-2936bcae-cd0d-4ff0-a56f-4f5fe289117b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-080c9a8e-55fd-4458-b871-fa787ddb778b {
  margin-left: auto;
margin-right: auto;
}

#s-080c9a8e-55fd-4458-b871-fa787ddb778b .shg-proportional-font-size,
#s-080c9a8e-55fd-4458-b871-fa787ddb778b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4402b082-aff3-4efe-8c52-bd1c183ada68 {
  margin-left: auto;
margin-right: auto;
}

#s-4402b082-aff3-4efe-8c52-bd1c183ada68 .shg-proportional-font-size,
#s-4402b082-aff3-4efe-8c52-bd1c183ada68 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1211ba34-6451-4777-b94c-dcecc7a8e0de {
  margin-left: auto;
margin-right: auto;
}

#s-1211ba34-6451-4777-b94c-dcecc7a8e0de .shg-proportional-font-size,
#s-1211ba34-6451-4777-b94c-dcecc7a8e0de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-59fd2148-0640-4267-9fa6-4c1998a94ab2 {
  margin-left: auto;
margin-right: auto;
}

#s-59fd2148-0640-4267-9fa6-4c1998a94ab2 .shg-proportional-font-size,
#s-59fd2148-0640-4267-9fa6-4c1998a94ab2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7b2e5ad-1e2f-4256-90eb-e7daeb101d75 {
  margin-left: auto;
margin-right: auto;
}

#s-a7b2e5ad-1e2f-4256-90eb-e7daeb101d75 .shg-proportional-font-size,
#s-a7b2e5ad-1e2f-4256-90eb-e7daeb101d75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1159bcad-0199-47ba-a1e0-3d8445ce8270 {
  margin-left: auto;
margin-right: auto;
}

#s-1159bcad-0199-47ba-a1e0-3d8445ce8270 .shg-proportional-font-size,
#s-1159bcad-0199-47ba-a1e0-3d8445ce8270 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f9dbe47-cc68-4aca-bba0-124dce4dc6ac {
  margin-left: auto;
margin-right: auto;
}

#s-9f9dbe47-cc68-4aca-bba0-124dce4dc6ac .shg-proportional-font-size,
#s-9f9dbe47-cc68-4aca-bba0-124dce4dc6ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a294f6c9-de6f-4dc5-97c8-853b491f85f1 {
  margin-left: auto;
margin-right: auto;
}

#s-a294f6c9-de6f-4dc5-97c8-853b491f85f1 .shg-proportional-font-size,
#s-a294f6c9-de6f-4dc5-97c8-853b491f85f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d9a7df76-d3af-45b8-8ba5-cd8119c237af {
  margin-left: auto;
margin-right: auto;
}

#s-d9a7df76-d3af-45b8-8ba5-cd8119c237af .shg-proportional-font-size,
#s-d9a7df76-d3af-45b8-8ba5-cd8119c237af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c3a8d158-ce93-43ba-a4bd-f8e70ef8016e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c3a8d158-ce93-43ba-a4bd-f8e70ef8016e .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-column {
  background-color: #252525;
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(242, 242, 242, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-column, #s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-e3679ae3-ce9f-449e-92ea-8ae6455d3043 {
  margin-left: auto;
margin-right: auto;
}

#s-e3679ae3-ce9f-449e-92ea-8ae6455d3043 .shg-proportional-font-size,
#s-e3679ae3-ce9f-449e-92ea-8ae6455d3043 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5a325e45-7952-4ae5-bb53-6d231d9a2725 {
  margin-left: auto;
margin-right: auto;
}

#s-5a325e45-7952-4ae5-bb53-6d231d9a2725 .shg-proportional-font-size,
#s-5a325e45-7952-4ae5-bb53-6d231d9a2725 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d4a6c910-590d-4b49-8140-a30b5b657ab8 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4a6c910-590d-4b49-8140-a30b5b657ab8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4a6c910-590d-4b49-8140-a30b5b657ab8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f121cbe7-5eff-475c-8d02-f57a317a99a7 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f121cbe7-5eff-475c-8d02-f57a317a99a7:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f121cbe7-5eff-475c-8d02-f57a317a99a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ca2dce05-c44c-400a-9d64-f73d1c532fed {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca2dce05-c44c-400a-9d64-f73d1c532fed:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca2dce05-c44c-400a-9d64-f73d1c532fed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-98dcdf3c-bdff-456b-9498-505d8f2aa039 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98dcdf3c-bdff-456b-9498-505d8f2aa039:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98dcdf3c-bdff-456b-9498-505d8f2aa039:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b09b89e4-fbaa-41a7-97e0-caef85327b21 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b09b89e4-fbaa-41a7-97e0-caef85327b21:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b09b89e4-fbaa-41a7-97e0-caef85327b21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-62847343-a1ab-4f55-9df9-6bedc96ef620 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62847343-a1ab-4f55-9df9-6bedc96ef620:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62847343-a1ab-4f55-9df9-6bedc96ef620:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f9454adc-1a0c-42d3-b334-ddb9117d5810 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f9454adc-1a0c-42d3-b334-ddb9117d5810:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f9454adc-1a0c-42d3-b334-ddb9117d5810:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-105b50de-9713-41d9-aac1-2e29ce74ece0 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-105b50de-9713-41d9-aac1-2e29ce74ece0:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-105b50de-9713-41d9-aac1-2e29ce74ece0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-90898568-e8ae-488d-a4b7-ba7b4cf23181 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-90898568-e8ae-488d-a4b7-ba7b4cf23181:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90898568-e8ae-488d-a4b7-ba7b4cf23181:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-197bc028-597a-44eb-a650-ad123e7cfe6f {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-197bc028-597a-44eb-a650-ad123e7cfe6f:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-197bc028-597a-44eb-a650-ad123e7cfe6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2d4f9efc-b5b2-4e94-8999-b93cc281806a {
  margin-left: auto;
margin-right: auto;
}

#s-2d4f9efc-b5b2-4e94-8999-b93cc281806a .shg-proportional-font-size,
#s-2d4f9efc-b5b2-4e94-8999-b93cc281806a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6007c6f1-cb78-442d-9385-934d4e3ea60f {
  margin-left: auto;
margin-right: auto;
}

#s-6007c6f1-cb78-442d-9385-934d4e3ea60f .shg-proportional-font-size,
#s-6007c6f1-cb78-442d-9385-934d4e3ea60f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-15a1f4b7-eadc-4b24-b7e5-4f266e6cc5db {
  margin-left: auto;
margin-right: auto;
}

#s-15a1f4b7-eadc-4b24-b7e5-4f266e6cc5db .shg-proportional-font-size,
#s-15a1f4b7-eadc-4b24-b7e5-4f266e6cc5db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5a5b8a44-ba5d-4146-b077-38b6811f205c {
  margin-left: auto;
margin-right: auto;
}

#s-5a5b8a44-ba5d-4146-b077-38b6811f205c .shg-proportional-font-size,
#s-5a5b8a44-ba5d-4146-b077-38b6811f205c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b101ceca-30b4-4da2-9313-2abc897a3f9f {
  margin-left: auto;
margin-right: auto;
}

#s-b101ceca-30b4-4da2-9313-2abc897a3f9f .shg-proportional-font-size,
#s-b101ceca-30b4-4da2-9313-2abc897a3f9f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ae4df106-7b77-48d3-a8eb-eec89010de09 {
  margin-left: auto;
margin-right: auto;
}

#s-ae4df106-7b77-48d3-a8eb-eec89010de09 .shg-proportional-font-size,
#s-ae4df106-7b77-48d3-a8eb-eec89010de09 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ff3f443f-4c71-41a8-be11-56401f9ba1cd {
  margin-left: auto;
margin-right: auto;
}

#s-ff3f443f-4c71-41a8-be11-56401f9ba1cd .shg-proportional-font-size,
#s-ff3f443f-4c71-41a8-be11-56401f9ba1cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e534bfd6-33c3-49f4-a25c-0436a095f633 {
  margin-left: auto;
margin-right: auto;
}

#s-e534bfd6-33c3-49f4-a25c-0436a095f633 .shg-proportional-font-size,
#s-e534bfd6-33c3-49f4-a25c-0436a095f633 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3963b7bf-6c63-40e8-84aa-90fea8442b0f {
  margin-left: auto;
margin-right: auto;
}

#s-3963b7bf-6c63-40e8-84aa-90fea8442b0f .shg-proportional-font-size,
#s-3963b7bf-6c63-40e8-84aa-90fea8442b0f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-73c08736-5ed0-414e-beb8-9f149047245f {
  margin-left: auto;
margin-right: auto;
}

#s-73c08736-5ed0-414e-beb8-9f149047245f .shg-proportional-font-size,
#s-73c08736-5ed0-414e-beb8-9f149047245f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36f8272e-242d-4a5c-b554-6bcf85666469 {
  margin-left: auto;
margin-right: auto;
}

#s-36f8272e-242d-4a5c-b554-6bcf85666469 .shg-proportional-font-size,
#s-36f8272e-242d-4a5c-b554-6bcf85666469 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09c759d1-02f5-4f85-bcc2-46f626ac34ad {
  margin-left: auto;
margin-right: auto;
}

#s-09c759d1-02f5-4f85-bcc2-46f626ac34ad .shg-proportional-font-size,
#s-09c759d1-02f5-4f85-bcc2-46f626ac34ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32bba50c-18f4-461f-8e65-1370c3dffb11 {
  margin-left: auto;
margin-right: auto;
}

#s-32bba50c-18f4-461f-8e65-1370c3dffb11 .shg-proportional-font-size,
#s-32bba50c-18f4-461f-8e65-1370c3dffb11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba0dc313-8d11-418d-b783-ebf51724f120 {
  margin-left: auto;
margin-right: auto;
}

#s-ba0dc313-8d11-418d-b783-ebf51724f120 .shg-proportional-font-size,
#s-ba0dc313-8d11-418d-b783-ebf51724f120 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e40a763-f8d4-48c6-8a5b-b80f55f2dc00 {
  margin-left: auto;
margin-right: auto;
}

#s-0e40a763-f8d4-48c6-8a5b-b80f55f2dc00 .shg-proportional-font-size,
#s-0e40a763-f8d4-48c6-8a5b-b80f55f2dc00 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90dafeca-9664-48be-b339-190debeb5394 {
  margin-left: auto;
margin-right: auto;
}

#s-90dafeca-9664-48be-b339-190debeb5394 .shg-proportional-font-size,
#s-90dafeca-9664-48be-b339-190debeb5394 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-036a1619-8651-4397-9aed-95c8983c9dd9 {
  margin-left: auto;
margin-right: auto;
}

#s-036a1619-8651-4397-9aed-95c8983c9dd9 .shg-proportional-font-size,
#s-036a1619-8651-4397-9aed-95c8983c9dd9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b2a4a879-1927-44b0-a5c2-745b312fb109 {
  margin-left: auto;
margin-right: auto;
}

#s-b2a4a879-1927-44b0-a5c2-745b312fb109 .shg-proportional-font-size,
#s-b2a4a879-1927-44b0-a5c2-745b312fb109 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70d71f48-3855-4f65-a328-9a905d32f487 {
  margin-left: auto;
margin-right: auto;
}

#s-70d71f48-3855-4f65-a328-9a905d32f487 .shg-proportional-font-size,
#s-70d71f48-3855-4f65-a328-9a905d32f487 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d8f751f0-b50a-4595-a8f4-cfc28ded21a4 {
  margin-left: auto;
margin-right: auto;
}

#s-d8f751f0-b50a-4595-a8f4-cfc28ded21a4 .shg-proportional-font-size,
#s-d8f751f0-b50a-4595-a8f4-cfc28ded21a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9790d1c1-61dd-4d80-bb3f-69d686996d35 {
  margin-left: auto;
margin-right: auto;
}

#s-9790d1c1-61dd-4d80-bb3f-69d686996d35 .shg-proportional-font-size,
#s-9790d1c1-61dd-4d80-bb3f-69d686996d35 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a89e073b-354c-445a-9337-dca4260a55ef {
  margin-left: auto;
margin-right: auto;
}

#s-a89e073b-354c-445a-9337-dca4260a55ef .shg-proportional-font-size,
#s-a89e073b-354c-445a-9337-dca4260a55ef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-64ce12b8-b5cc-49a5-9ca8-5f50f8816b9c hr {
  border-top: 2px solid #ddd;
}

#s-01eade0b-c19d-438a-b7f0-a4745999c37d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01eade0b-c19d-438a-b7f0-a4745999c37d .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cb176be2-3e58-43da-a021-f9eb37edd08b {
  margin-left: auto;
margin-right: auto;
}

#s-cb176be2-3e58-43da-a021-f9eb37edd08b .shg-proportional-font-size,
#s-cb176be2-3e58-43da-a021-f9eb37edd08b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-152e6754-61f7-4824-bd29-017ac5865167 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-42d6292e-f2d9-48e8-8577-76e2f5784176 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42d6292e-f2d9-48e8-8577-76e2f5784176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42d6292e-f2d9-48e8-8577-76e2f5784176.shg-box.shg-c {
  justify-content: center;
}

#s-f34131f7-e7ec-4066-a939-f1458a6627be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f34131f7-e7ec-4066-a939-f1458a6627be .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-36a3dba3-dd40-4c97-89b2-488a76ac238c {
  margin-left: auto;
margin-right: auto;
}

#s-36a3dba3-dd40-4c97-89b2-488a76ac238c .shg-proportional-font-size,
#s-36a3dba3-dd40-4c97-89b2-488a76ac238c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3abf7c2f-0902-4fff-b531-c37dcd0bb825 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3abf7c2f-0902-4fff-b531-c37dcd0bb825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3abf7c2f-0902-4fff-b531-c37dcd0bb825.shg-box.shg-c {
  justify-content: center;
}

#s-5848debf-d6b3-406e-b311-86eb40ee1868 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5848debf-d6b3-406e-b311-86eb40ee1868 .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-305512f3-06a8-4f09-b7eb-b9a1642541fd {
  margin-left: auto;
margin-right: auto;
}

#s-305512f3-06a8-4f09-b7eb-b9a1642541fd .shg-proportional-font-size,
#s-305512f3-06a8-4f09-b7eb-b9a1642541fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad76dfbc-8b16-4b16-9c3d-896a32096a24 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-620e0e01-f7bb-4a7b-9f99-ffa36de74311 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-620e0e01-f7bb-4a7b-9f99-ffa36de74311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-620e0e01-f7bb-4a7b-9f99-ffa36de74311.shg-box.shg-c {
  justify-content: center;
}

#s-ff8e08c3-a713-4dcd-ad47-dbbaf739eb1f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff8e08c3-a713-4dcd-ad47-dbbaf739eb1f .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7e9a42a8-f71a-4426-894b-727f986ef779 {
  margin-left: auto;
margin-right: auto;
}

#s-7e9a42a8-f71a-4426-894b-727f986ef779 .shg-proportional-font-size,
#s-7e9a42a8-f71a-4426-894b-727f986ef779 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b31bfc68-8fd4-4410-bf0f-cb6168e9e55b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b31bfc68-8fd4-4410-bf0f-cb6168e9e55b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b31bfc68-8fd4-4410-bf0f-cb6168e9e55b.shg-box.shg-c {
  justify-content: center;
}

#s-4cd2d18e-c1d4-482c-aa97-edaf8e5489c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cd2d18e-c1d4-482c-aa97-edaf8e5489c8 .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-db807f12-c71d-40fb-a563-50c76341406d {
  margin-left: auto;
margin-right: auto;
}

#s-db807f12-c71d-40fb-a563-50c76341406d .shg-proportional-font-size,
#s-db807f12-c71d-40fb-a563-50c76341406d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b3e17bc2-23db-4b83-8801-6e89365b6847 hr {
  border-top: 2px solid #ddd;
}

#s-713f5bfd-10e6-4288-a365-385275f93078 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-713f5bfd-10e6-4288-a365-385275f93078 .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-499edb8b-6b6d-466a-9216-434051ed6127 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-499edb8b-6b6d-466a-9216-434051ed6127 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-499edb8b-6b6d-466a-9216-434051ed6127 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-column, #s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-7c1318e4-937e-4cdc-b825-3816ee0de5c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c1318e4-937e-4cdc-b825-3816ee0de5c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-77d7b824-6ff9-4e68-8706-244e18fea5ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77d7b824-6ff9-4e68-8706-244e18fea5ad .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-02f24ea9-33b7-4332-bce6-0b11a5987af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02f24ea9-33b7-4332-bce6-0b11a5987af7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d53835e2-1334-4c88-818b-3dbb3fd5fc0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d53835e2-1334-4c88-818b-3dbb3fd5fc0e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-06854112-ad32-4cfc-bda0-16118e430113 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06854112-ad32-4cfc-bda0-16118e430113 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8e2931a7-e2b2-4f6f-88e3-a1d1dc263b2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e2931a7-e2b2-4f6f-88e3-a1d1dc263b2f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fd03e256-a8a3-4e55-afd4-37eb551e9077 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd03e256-a8a3-4e55-afd4-37eb551e9077 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d62c774-ac31-409e-89df-021f4a054095 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d62c774-ac31-409e-89df-021f4a054095 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-94e001a5-1d98-45a7-957c-6af4884a1ed9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94e001a5-1d98-45a7-957c-6af4884a1ed9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7c305016-071a-48ba-a132-727cf75b47f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c305016-071a-48ba-a132-727cf75b47f8 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8628f13b-a775-4cd6-bb39-973dc85e5ca4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8628f13b-a775-4cd6-bb39-973dc85e5ca4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1f33a99e-c7a6-4189-ae85-ccde38c17706 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f33a99e-c7a6-4189-ae85-ccde38c17706 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8eca06e3-9064-4c8b-b294-4dac659212d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eca06e3-9064-4c8b-b294-4dac659212d7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-904d30a8-32cb-480e-9d0d-9cfd5a246328 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-904d30a8-32cb-480e-9d0d-9cfd5a246328 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-48068c2f-0831-4376-be06-bd597ddd59a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48068c2f-0831-4376-be06-bd597ddd59a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-129e7c33-0ef4-4190-bce7-a22239c4f47b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-129e7c33-0ef4-4190-bce7-a22239c4f47b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f163feba-011e-4e60-b214-ff36e5f03418 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f163feba-011e-4e60-b214-ff36e5f03418 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8f082a9b-84a6-4606-a60a-c704eae27175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f082a9b-84a6-4606-a60a-c704eae27175 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-015ca65d-4f47-4ab0-9f57-3fd1f1e38c98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-015ca65d-4f47-4ab0-9f57-3fd1f1e38c98 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab0c3330-8950-4d47-a04e-5a8702ccf4c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab0c3330-8950-4d47-a04e-5a8702ccf4c9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-23643fa0-8f8b-4682-8bf9-91f72d78bac0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23643fa0-8f8b-4682-8bf9-91f72d78bac0 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9e5ab6e6-380d-4029-a7ae-e9f3529fe3e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e5ab6e6-380d-4029-a7ae-e9f3529fe3e4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-db7195a8-c43a-4d7a-8f33-6cd010d1b233 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db7195a8-c43a-4d7a-8f33-6cd010d1b233 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-98970be1-ed30-4cd7-8ef2-0fa35c8f5c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98970be1-ed30-4cd7-8ef2-0fa35c8f5c03 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2c768f00-c318-4f16-b25b-6fa8bb100198 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c768f00-c318-4f16-b25b-6fa8bb100198 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fcb34e46-2cdc-429a-b0f8-de00d8da076c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb34e46-2cdc-429a-b0f8-de00d8da076c .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bc33d6ed-6e5a-433b-a22d-c58fe1227f01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc33d6ed-6e5a-433b-a22d-c58fe1227f01 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4c3684a9-efd7-49c7-b140-80376cf6caaf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c3684a9-efd7-49c7-b140-80376cf6caaf .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-093a5de6-6344-4b75-8d50-111271396b77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-093a5de6-6344-4b75-8d50-111271396b77 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9c6a4642-1c2d-4c56-b11d-290ee34e0392 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c6a4642-1c2d-4c56-b11d-290ee34e0392 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bcc3e678-d0b3-417b-b76a-28d5e677b7ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcc3e678-d0b3-417b-b76a-28d5e677b7ab .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a949b111-6a09-4309-b26a-c8d0df5f0d49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a949b111-6a09-4309-b26a-c8d0df5f0d49 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bc74bdeb-bad8-4d0c-8b85-d1cf7a2db3ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc74bdeb-bad8-4d0c-8b85-d1cf7a2db3ff .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6f229095-f85d-4905-a9f0-019faeb4b606 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f229095-f85d-4905-a9f0-019faeb4b606 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e862c112-02f6-4532-b3ef-e113ba59a157 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e862c112-02f6-4532-b3ef-e113ba59a157 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9fe8fd6d-ca94-4b74-908f-86b10fdfbf8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fe8fd6d-ca94-4b74-908f-86b10fdfbf8a .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-577a8771-2ca0-43a4-a61d-4f11c05d05e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-577a8771-2ca0-43a4-a61d-4f11c05d05e8 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a1f95faf-017d-435b-95a7-00371dc7eb3a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1f95faf-017d-435b-95a7-00371dc7eb3a .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2b6879a5-b24a-45e7-afad-46a464df5353 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b6879a5-b24a-45e7-afad-46a464df5353 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7ad039d0-5a55-454e-80e8-d984f828d8b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ad039d0-5a55-454e-80e8-d984f828d8b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f0be24c3-6c1f-4133-b0ab-9c0c127039c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0be24c3-6c1f-4133-b0ab-9c0c127039c5 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dd839e99-b1ad-4342-af38-62ebafec30e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd839e99-b1ad-4342-af38-62ebafec30e8 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bae8456b-8d92-40df-8a82-e5cac2a07cd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bae8456b-8d92-40df-8a82-e5cac2a07cd1 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1ce07973-52ca-40b3-b6b8-336bc41a9c50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ce07973-52ca-40b3-b6b8-336bc41a9c50 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-442b33c1-62f6-4fb8-8b97-6470a8ea7b50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-442b33c1-62f6-4fb8-8b97-6470a8ea7b50 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d22b8bd-e9ae-472c-83f1-b3089489ec09 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d22b8bd-e9ae-472c-83f1-b3089489ec09 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-870d1414-ccbe-4ef5-8042-910ca012ed22 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-870d1414-ccbe-4ef5-8042-910ca012ed22 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-28bba148-5d0e-4425-a1f9-7c4d973ccde4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28bba148-5d0e-4425-a1f9-7c4d973ccde4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6bfe64e1-868a-409b-b6af-707a5d8add9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bfe64e1-868a-409b-b6af-707a5d8add9f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9c7242d0-5974-4852-8e9f-6a4dc7571ae9 {
  margin-left: auto;
margin-right: auto;
}

#s-9c7242d0-5974-4852-8e9f-6a4dc7571ae9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9c7242d0-5974-4852-8e9f-6a4dc7571ae9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(40, 40, 40, 1);
}

#s-fb7aa70f-fd04-409e-912a-1dc173d4e2f9 {
  margin-left: auto;
margin-right: auto;
}

#s-fb7aa70f-fd04-409e-912a-1dc173d4e2f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-fb7aa70f-fd04-409e-912a-1dc173d4e2f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(40, 40, 40, 1);
}

#s-86581ec1-2042-43d6-aacc-8b62ffbb6dcf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86581ec1-2042-43d6-aacc-8b62ffbb6dcf .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6fd4bc7c-09a2-48ea-8d1a-e7f2915bd544 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fd4bc7c-09a2-48ea-8d1a-e7f2915bd544 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3f9fd2e3-d6b9-4b5d-9f2a-d9105e77b4cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f9fd2e3-d6b9-4b5d-9f2a-d9105e77b4cc .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1c3ea46b-0e5e-491d-b4a0-d9e73af76a32 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c3ea46b-0e5e-491d-b4a0-d9e73af76a32 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7f891a8e-3179-497d-8110-c3a14ab39c98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f891a8e-3179-497d-8110-c3a14ab39c98 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-92657f5b-bac4-4112-a0d9-7dd51dde1da9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92657f5b-bac4-4112-a0d9-7dd51dde1da9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-275ccccf-57b8-4e14-b242-0ff89ae1b439 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-275ccccf-57b8-4e14-b242-0ff89ae1b439 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4d28b7eb-844b-4656-a923-e9772fe6643c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d28b7eb-844b-4656-a923-e9772fe6643c .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b9b9b5c1-3db6-45e0-8fa7-e710f90413da {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9b9b5c1-3db6-45e0-8fa7-e710f90413da .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a1ed06db-bdd3-4e80-bca8-871e0622ffae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1ed06db-bdd3-4e80-bca8-871e0622ffae .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-15118df2-516e-494f-a22e-b2ad169ea969 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15118df2-516e-494f-a22e-b2ad169ea969 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0209e80d-62a6-4066-9f67-693c9670694d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0209e80d-62a6-4066-9f67-693c9670694d .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89911253-ce0f-4fba-bcb9-6c3fd709162b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89911253-ce0f-4fba-bcb9-6c3fd709162b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8c9a0f3d-bacc-4ec8-949f-8440a94a1fee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c9a0f3d-bacc-4ec8-949f-8440a94a1fee .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7a1c1ce0-f0b6-47f1-8459-becc6075d213 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a1c1ce0-f0b6-47f1-8459-becc6075d213 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fc1fecb6-e5da-4e87-a38e-107b59e0bb22 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc1fecb6-e5da-4e87-a38e-107b59e0bb22 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dc5b4dd5-f39e-4ae7-be73-5063b4f912b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc5b4dd5-f39e-4ae7-be73-5063b4f912b2 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-31e467d6-6e99-4786-bb64-671b519b731a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31e467d6-6e99-4786-bb64-671b519b731a .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0d1ba9bd-7da7-4c94-9cca-cca8fb11ed7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1ba9bd-7da7-4c94-9cca-cca8fb11ed7f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d597a6d0-420d-4d12-9a32-ea05ab453bc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d597a6d0-420d-4d12-9a32-ea05ab453bc7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-88ebd560-b43f-416f-b73a-fce27028932c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88ebd560-b43f-416f-b73a-fce27028932c .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d376cbce-971d-4560-9b58-597ad120ae95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d376cbce-971d-4560-9b58-597ad120ae95 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a04be17f-4e03-42f1-8dab-ce84d11c2fc9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04be17f-4e03-42f1-8dab-ce84d11c2fc9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ccace0e0-3cd5-4f3c-a253-773953f0bb3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccace0e0-3cd5-4f3c-a253-773953f0bb3b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5f86da15-4aac-47c5-8f8a-3ebd336dc7fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f86da15-4aac-47c5-8f8a-3ebd336dc7fa .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3eb02875-8d0c-4346-8630-1305dfb6580f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eb02875-8d0c-4346-8630-1305dfb6580f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-36adc4de-aab0-4268-af7a-41677fe9f196 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36adc4de-aab0-4268-af7a-41677fe9f196 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a10650bb-93ec-4603-867d-4dedd199e8de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a10650bb-93ec-4603-867d-4dedd199e8de .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-263434ed-5d5a-44bd-b8ad-7d19a72d1adc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-263434ed-5d5a-44bd-b8ad-7d19a72d1adc .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8ee75537-ca57-4e61-8196-8d9d33944a22 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ee75537-ca57-4e61-8196-8d9d33944a22 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-61eab1d5-1242-4727-8447-a846d0aa9bcf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61eab1d5-1242-4727-8447-a846d0aa9bcf .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b64c064-9011-4481-8cce-33d1a9ba1a34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b64c064-9011-4481-8cce-33d1a9ba1a34 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-02b19ed6-0649-4617-8fda-ddf8ef409cdb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02b19ed6-0649-4617-8fda-ddf8ef409cdb .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-06fab941-90fe-4a8b-949e-442ba6a4c756 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06fab941-90fe-4a8b-949e-442ba6a4c756 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5c20a65a-36eb-408a-b7b3-abe80c6f211c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c20a65a-36eb-408a-b7b3-abe80c6f211c .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-68b9234d-b295-488d-9433-42bb79eb1a53 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b9234d-b295-488d-9433-42bb79eb1a53 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cc47ea92-f39b-422a-a667-671fedcc50ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc47ea92-f39b-422a-a667-671fedcc50ed .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-01d97eaf-c2ab-4622-b2c2-6b7baab3298e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01d97eaf-c2ab-4622-b2c2-6b7baab3298e .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-00eeefbe-3f58-4ce5-8aa9-387243d04421 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00eeefbe-3f58-4ce5-8aa9-387243d04421 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ce953f36-bf7f-485c-99b0-b10da3901d4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce953f36-bf7f-485c-99b0-b10da3901d4e .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e51d2c43-c24f-4a52-8ae1-7440e3c9183b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e51d2c43-c24f-4a52-8ae1-7440e3c9183b .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-702399cf-766e-4f8a-b1a0-6592a517b7be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-702399cf-766e-4f8a-b1a0-6592a517b7be .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-16e85301-61c0-4c12-bb69-87f9fa235d82 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e85301-61c0-4c12-bb69-87f9fa235d82 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ea058cd1-cbc8-432c-bcc5-f4cccdb79fc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea058cd1-cbc8-432c-bcc5-f4cccdb79fc8 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e75daa83-0598-4683-b2c1-43c6d0ac6af4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e75daa83-0598-4683-b2c1-43c6d0ac6af4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bd9c1b0f-8cf7-4d13-b7b9-693b9046fde7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd9c1b0f-8cf7-4d13-b7b9-693b9046fde7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-601249ea-9482-4fa4-b09a-56ac1e7156c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-601249ea-9482-4fa4-b09a-56ac1e7156c3 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-58d0c743-6a90-4302-b46f-7c2ba48f6169 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58d0c743-6a90-4302-b46f-7c2ba48f6169 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e0708f44-b4bc-4ccf-9392-cce6baa5cdea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0708f44-b4bc-4ccf-9392-cce6baa5cdea .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-27445d4b-8957-4e1b-a881-c6279319f708 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27445d4b-8957-4e1b-a881-c6279319f708 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1ad13df9-e5ec-4c7e-87df-4b81e0506558 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ad13df9-e5ec-4c7e-87df-4b81e0506558 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4e3e5107-1847-4475-95b6-02a8ea6237f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e3e5107-1847-4475-95b6-02a8ea6237f6 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7d1e5c3d-f208-4153-8079-6e11e9e27505 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d1e5c3d-f208-4153-8079-6e11e9e27505 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-56a1a600-79fe-42c6-a94f-ab40feb3b5f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a1a600-79fe-42c6-a94f-ab40feb3b5f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



/*
  $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;
}
