.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-d3294975-9141-4442-8083-eec016ccb232 {
  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-d3294975-9141-4442-8083-eec016ccb232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3294975-9141-4442-8083-eec016ccb232.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-8f354670-a55a-43f9-a396-678993461e12 {
  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-8f354670-a55a-43f9-a396-678993461e12 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-8f354670-a55a-43f9-a396-678993461e12 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8f354670-a55a-43f9-a396-678993461e12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f354670-a55a-43f9-a396-678993461e12-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-8f354670-a55a-43f9-a396-678993461e12 {
  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-8f354670-a55a-43f9-a396-678993461e12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f354670-a55a-43f9-a396-678993461e12.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
  box-sizing: border-box;
}



.s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f354670-a55a-43f9-a396-678993461e12 {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
      position: relative;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

@media (min-width: 1200px){#s-8f354670-a55a-43f9-a396-678993461e12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f354670-a55a-43f9-a396-678993461e12-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-8f354670-a55a-43f9-a396-678993461e12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f354670-a55a-43f9-a396-678993461e12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f354670-a55a-43f9-a396-678993461e12.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
  box-sizing: border-box;
}



.s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f354670-a55a-43f9-a396-678993461e12 {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
      position: relative;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12 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-8f354670-a55a-43f9-a396-678993461e12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f354670-a55a-43f9-a396-678993461e12-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-8f354670-a55a-43f9-a396-678993461e12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f354670-a55a-43f9-a396-678993461e12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f354670-a55a-43f9-a396-678993461e12.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
  box-sizing: border-box;
}



.s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f354670-a55a-43f9-a396-678993461e12 {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
      position: relative;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12 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-8f354670-a55a-43f9-a396-678993461e12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f354670-a55a-43f9-a396-678993461e12-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-8f354670-a55a-43f9-a396-678993461e12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8f354670-a55a-43f9-a396-678993461e12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f354670-a55a-43f9-a396-678993461e12.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
  box-sizing: border-box;
}



.s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f354670-a55a-43f9-a396-678993461e12 {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
      position: relative;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (max-width: 767px){#s-8f354670-a55a-43f9-a396-678993461e12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f354670-a55a-43f9-a396-678993461e12-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-8f354670-a55a-43f9-a396-678993461e12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8f354670-a55a-43f9-a396-678993461e12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f354670-a55a-43f9-a396-678993461e12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-8f354670-a55a-43f9-a396-678993461e12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f354670-a55a-43f9-a396-678993461e12.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f354670-a55a-43f9-a396-678993461e12.shogun-image {
  box-sizing: border-box;
}



.s-8f354670-a55a-43f9-a396-678993461e12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f354670-a55a-43f9-a396-678993461e12 {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container {
      position: relative;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f354670-a55a-43f9-a396-678993461e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f354670-a55a-43f9-a396-678993461e12 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-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 {
  
}


}
.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-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-894a9d7a-20c1-4946-b887-f769c0417e74 {
  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: 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(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-894a9d7a-20c1-4946-b887-f769c0417e74 {
  border-style: solid;
border-color: #000;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 10px;
}
}







#s-894a9d7a-20c1-4946-b887-f769c0417e74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-894a9d7a-20c1-4946-b887-f769c0417e74.shg-box.shg-c {
  justify-content: center;
}

#s-dcc17904-2b8a-459d-812d-8c62acba7a00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc17904-2b8a-459d-812d-8c62acba7a00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-dcc17904-2b8a-459d-812d-8c62acba7a00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcc17904-2b8a-459d-812d-8c62acba7a00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-dcc17904-2b8a-459d-812d-8c62acba7a00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-52f29ef3-f0e1-4831-ab56-605735d4f855 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-52f29ef3-f0e1-4831-ab56-605735d4f855"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52f29ef3-f0e1-4831-ab56-605735d4f855"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-52f29ef3-f0e1-4831-ab56-605735d4f855"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-52f29ef3-f0e1-4831-ab56-605735d4f855"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-da8a4fd8-f63a-4c94-b651-ad7f92ea5d13 {
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 1);
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(242, 242, 242, 1);
}








#s-da8a4fd8-f63a-4c94-b651-ad7f92ea5d13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da8a4fd8-f63a-4c94-b651-ad7f92ea5d13.shg-box.shg-c {
  justify-content: center;
}

#s-9b52e7b8-4be8-41d6-b6da-8601d1a3495a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b52e7b8-4be8-41d6-b6da-8601d1a3495a .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ee113b88-41c9-4e60-a1a2-3885a1dfac73 {
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 1);
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(242, 242, 242, 1);
}








#s-ee113b88-41c9-4e60-a1a2-3885a1dfac73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee113b88-41c9-4e60-a1a2-3885a1dfac73.shg-box.shg-c {
  justify-content: center;
}

#s-7f32c132-f490-429c-b204-910fb871718b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f32c132-f490-429c-b204-910fb871718b .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e3be7b75-9df0-4a73-b8ec-557a3231fbca {
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 1);
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(242, 242, 242, 1);
background-attachment: scroll;
}








#s-e3be7b75-9df0-4a73-b8ec-557a3231fbca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3be7b75-9df0-4a73-b8ec-557a3231fbca.shg-box.shg-c {
  justify-content: center;
}

#s-a8f55e43-fbc0-46a7-9a7e-1141be5e3429 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8f55e43-fbc0-46a7-9a7e-1141be5e3429 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3f10a5e3-2a75-47b9-818e-9565ac922e56 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3f10a5e3-2a75-47b9-818e-9565ac922e56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f10a5e3-2a75-47b9-818e-9565ac922e56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3f10a5e3-2a75-47b9-818e-9565ac922e56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3f10a5e3-2a75-47b9-818e-9565ac922e56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a3b45b6a-6b75-4943-87e4-2e8ebed22068 {
  box-shadow:0px 5px 3px 3px rgba(25, 25, 25, 0);
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: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(25, 25, 25, 1);
}








#s-a3b45b6a-6b75-4943-87e4-2e8ebed22068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3b45b6a-6b75-4943-87e4-2e8ebed22068.shg-box.shg-c {
  justify-content: center;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 636px;
aspect-ratio: 16/9;
text-align: center;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74-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-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 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-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 636px;
  }



  img.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
    
    
    
    max-height: 636px;
  }


.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
  box-sizing: border-box;
}



.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
      position: relative;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 636px;
    }
  }

@media (min-width: 1200px){#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74-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-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 636px;
  }



  img.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
    
    
    
    max-height: 636px;
  }


.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
  box-sizing: border-box;
}



.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
      position: relative;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 636px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74-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-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 636px;
  }



  img.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
    
    
    
    max-height: 636px;
  }


.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
  box-sizing: border-box;
}



.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
      position: relative;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 636px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74-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-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 636px;
  }



  img.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
    
    
    
    max-height: 636px;
  }


.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
  box-sizing: border-box;
}



.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
      position: relative;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 636px;
    }
  }

}@media (max-width: 767px){#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74-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-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 636px;
  }



  img.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
    
    
    
    max-height: 636px;
  }


.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image {
  box-sizing: border-box;
}



.s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container {
      position: relative;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d62b88a-92cc-4ae1-ab00-d5945f184d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 636px;
    }
  }

}
#s-9f88c1b5-f423-459c-9791-68aca6c4678d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f88c1b5-f423-459c-9791-68aca6c4678d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-15aa9e02-658e-4fc6-87db-b8eb18147a0e {
  box-shadow:0px 5px 3px 3px rgba(25, 25, 25, 0);
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: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(25, 25, 25, 1);
}








#s-15aa9e02-658e-4fc6-87db-b8eb18147a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15aa9e02-658e-4fc6-87db-b8eb18147a0e.shg-box.shg-c {
  justify-content: center;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 584px;
aspect-ratio: 16/9;
text-align: center;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b {
  margin: 0 !important;
  overflow: visible;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b-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-e4121696-0786-4b66-ada1-a182ba54e86b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e4121696-0786-4b66-ada1-a182ba54e86b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add background color handling */
  
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b 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-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 584px;
  }



  img.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
    
    
    
    max-height: 584px;
  }


.s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
  box-sizing: border-box;
}



.s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4121696-0786-4b66-ada1-a182ba54e86b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
      position: relative;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 584px;
    }
  }

@media (min-width: 1200px){#s-e4121696-0786-4b66-ada1-a182ba54e86b {
  margin: 0 !important;
  overflow: visible;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b-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-e4121696-0786-4b66-ada1-a182ba54e86b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4121696-0786-4b66-ada1-a182ba54e86b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add background color handling */
  
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 584px;
  }



  img.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
    
    
    
    max-height: 584px;
  }


.s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
  box-sizing: border-box;
}



.s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4121696-0786-4b66-ada1-a182ba54e86b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
      position: relative;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 584px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e4121696-0786-4b66-ada1-a182ba54e86b {
  margin: 0 !important;
  overflow: visible;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b-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-e4121696-0786-4b66-ada1-a182ba54e86b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4121696-0786-4b66-ada1-a182ba54e86b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add background color handling */
  
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 584px;
  }



  img.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
    
    
    
    max-height: 584px;
  }


.s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
  box-sizing: border-box;
}



.s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4121696-0786-4b66-ada1-a182ba54e86b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
      position: relative;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 584px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e4121696-0786-4b66-ada1-a182ba54e86b {
  margin: 0 !important;
  overflow: visible;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b-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-e4121696-0786-4b66-ada1-a182ba54e86b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4121696-0786-4b66-ada1-a182ba54e86b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add background color handling */
  
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 584px;
  }



  img.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
    
    
    
    max-height: 584px;
  }


.s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
  box-sizing: border-box;
}



.s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4121696-0786-4b66-ada1-a182ba54e86b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
      position: relative;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 584px;
    }
  }

}@media (max-width: 767px){#s-e4121696-0786-4b66-ada1-a182ba54e86b {
  margin: 0 !important;
  overflow: visible;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b-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-e4121696-0786-4b66-ada1-a182ba54e86b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4121696-0786-4b66-ada1-a182ba54e86b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add background color handling */
  
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4121696-0786-4b66-ada1-a182ba54e86b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 584px;
  }



  img.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
    
    
    
    max-height: 584px;
  }


.s-e4121696-0786-4b66-ada1-a182ba54e86b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image {
  box-sizing: border-box;
}



.s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4121696-0786-4b66-ada1-a182ba54e86b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container {
      position: relative;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4121696-0786-4b66-ada1-a182ba54e86b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 584px;
    }
  }

}
#s-a8221d2c-3270-49b0-8681-01207e4a7c1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8221d2c-3270-49b0-8681-01207e4a7c1d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f0879d39-7473-4e01-a14d-d4f8ac145b51 {
  box-shadow:0px 5px 3px 3px rgba(25, 25, 25, 0);
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: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(25, 25, 25, 1);
}








#s-f0879d39-7473-4e01-a14d-d4f8ac145b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0879d39-7473-4e01-a14d-d4f8ac145b51.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-25730a5f-aa10-4f14-9a50-49ae778bbf80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25730a5f-aa10-4f14-9a50-49ae778bbf80 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cee80942-3da8-4318-bdd9-a1016d158b57 {
  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-cee80942-3da8-4318-bdd9-a1016d158b57 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-cee80942-3da8-4318-bdd9-a1016d158b57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cee80942-3da8-4318-bdd9-a1016d158b57.shg-box.shg-c {
  justify-content: center;
}

#s-1a431450-0e65-43ab-bae0-b2ca4416a2b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a431450-0e65-43ab-bae0-b2ca4416a2b6 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-44358a06-6cb3-49fc-84a8-9c935aab2938 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5a675bd0-5d90-406c-af5c-ff2005a75636 {
  box-shadow:0px 0px 0px 0px #D5D6D7;
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: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: #252525;
}








#s-5a675bd0-5d90-406c-af5c-ff2005a75636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a675bd0-5d90-406c-af5c-ff2005a75636.shg-box.shg-c {
  justify-content: center;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 1907px;
aspect-ratio: 1/1;
text-align: center;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-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-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc 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-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

@media (min-width: 1200px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-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-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-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-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-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-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}@media (max-width: 767px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-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-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}
#s-749c7784-979b-42fa-a9df-f2c62eab5d46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-749c7784-979b-42fa-a9df-f2c62eab5d46 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d3dafbed-d9ed-4cef-8431-32b2fc36e684 {
  box-shadow:0px 0px 0px 0px #D5D6D7;
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: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: #252525;
}








#s-d3dafbed-d9ed-4cef-8431-32b2fc36e684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3dafbed-d9ed-4cef-8431-32b2fc36e684.shg-box.shg-c {
  justify-content: center;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-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-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d 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-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-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-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d 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-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-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-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d 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-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-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-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-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-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0b765599-58e4-4518-ad64-0231757e8520 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b765599-58e4-4518-ad64-0231757e8520 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-74c6da61-de99-487b-a993-a6753e6a7fc8 {
  box-shadow:0px 0px 0px 0px #D5D6D7;
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: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: #252525;
background-attachment: scroll;
}








#s-74c6da61-de99-487b-a993-a6753e6a7fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74c6da61-de99-487b-a993-a6753e6a7fc8.shg-box.shg-c {
  justify-content: center;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 4536px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-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-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f 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-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

@media (min-width: 1200px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-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-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-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-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-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-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}@media (max-width: 767px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-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-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}
#s-7c406881-7f85-4018-a73c-cc905df74658 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c406881-7f85-4018-a73c-cc905df74658 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#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-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-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-4723717f-b4bc-4218-bfbe-2af0e4c8512e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4723717f-b4bc-4218-bfbe-2af0e4c8512e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4723717f-b4bc-4218-bfbe-2af0e4c8512e.shg-box.shg-c {
  justify-content: center;
}

#s-0084b2d3-67be-4d4d-aa10-0b79d40c3cc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0084b2d3-67be-4d4d-aa10-0b79d40c3cc1 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



.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-b3c431c3-53fd-4de9-9402-65d37f6adcef {
  margin-left: auto;
margin-right: auto;
}

#s-b3c431c3-53fd-4de9-9402-65d37f6adcef .shg-proportional-font-size,
#s-b3c431c3-53fd-4de9-9402-65d37f6adcef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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



/*
  $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;
}
