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

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

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

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

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

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

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

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

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

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

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

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

#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-eb705a7a-0dd4-4e20-9910-ebd771585253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb705a7a-0dd4-4e20-9910-ebd771585253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-faa8d717-0435-4326-ba0f-f3bfcde15144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

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

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

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

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

#s-c8f89d6f-b60e-4cd8-9140-33fccf75255e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-129514a3-ec2e-40e7-9ed2-82756a975854 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-129514a3-ec2e-40e7-9ed2-82756a975854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-129514a3-ec2e-40e7-9ed2-82756a975854.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e1b9c177-22af-4d38-964b-3f8ea9b1e6f1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1b9c177-22af-4d38-964b-3f8ea9b1e6f1 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0bb5c9b4-bdd8-455a-94f9-ef0f676fb3c4 {
  margin-left: auto;
margin-right: auto;
}

#s-1894cc2d-3a61-4735-a309-4333aab6b800 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1894cc2d-3a61-4735-a309-4333aab6b800 {
  margin-top: 0px;
}
}







#s-1894cc2d-3a61-4735-a309-4333aab6b800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1894cc2d-3a61-4735-a309-4333aab6b800.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-80fa100f-aa7c-433f-b460-753061c8faf7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80fa100f-aa7c-433f-b460-753061c8faf7 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ba89ad24-e6fb-4491-9516-29a26d31786d {
  margin-left: auto;
margin-right: auto;
}

#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab {
  margin-top: 10px;
}
}







#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}
#s-07281af4-93c1-4b54-ad14-56867b40325e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07281af4-93c1-4b54-ad14-56867b40325e .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4653e651-50d4-4f30-9204-361dbc391144 {
  margin-left: auto;
margin-right: auto;
}

#s-f7e4214a-6b64-4436-b007-1101d81d30d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-f7e4214a-6b64-4436-b007-1101d81d30d2 {
  margin-top: 10px;
}
}







#s-f7e4214a-6b64-4436-b007-1101d81d30d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7e4214a-6b64-4436-b007-1101d81d30d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}
#s-6fe7a86d-92c2-443c-953e-1183982e81b9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fe7a86d-92c2-443c-953e-1183982e81b9 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d99ce7ec-c800-426c-9b29-9f90f300fd63 {
  margin-left: auto;
margin-right: auto;
}

#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-bd6abefa-8203-4267-8a8b-38993b7f3fd2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bd6abefa-8203-4267-8a8b-38993b7f3fd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bd6abefa-8203-4267-8a8b-38993b7f3fd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bd6abefa-8203-4267-8a8b-38993b7f3fd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd6abefa-8203-4267-8a8b-38993b7f3fd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1da49c5d-69d2-4609-95e8-49e24589f018 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-1da49c5d-69d2-4609-95e8-49e24589f018 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-1da49c5d-69d2-4609-95e8-49e24589f018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1da49c5d-69d2-4609-95e8-49e24589f018.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  max-width: 2257px;
text-align: center;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 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: solid;
  border-radius: 5px;

}






.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image {
  box-sizing: border-box;
}



.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image {
  box-sizing: border-box;
}



.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image {
  box-sizing: border-box;
}



.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image {
  box-sizing: border-box;
}



.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0e30e2-df85-410c-9f35-d43f22ceff14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0e30e2-df85-410c-9f35-d43f22ceff14.shogun-image {
  box-sizing: border-box;
}



.s-bc0e30e2-df85-410c-9f35-d43f22ceff14 img.shogun-image {
  
}


}
#s-647ec64b-d68f-41e0-9479-f899a5e09767 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-647ec64b-d68f-41e0-9479-f899a5e09767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-647ec64b-d68f-41e0-9479-f899a5e09767.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-181cdbe4-2172-4681-a560-a7c0b0d0b60b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-181cdbe4-2172-4681-a560-a7c0b0d0b60b .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0ae94e2d-c957-492a-90b7-d56b67e2b389 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-0ae94e2d-c957-492a-90b7-d56b67e2b389 .shg-proportional-font-size,
#s-0ae94e2d-c957-492a-90b7-d56b67e2b389 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-839f55a0-d7b0-4f4d-ae37-a30e73f9270d {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-839f55a0-d7b0-4f4d-ae37-a30e73f9270d {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-839f55a0-d7b0-4f4d-ae37-a30e73f9270d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-839f55a0-d7b0-4f4d-ae37-a30e73f9270d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  max-width: 1723px;
text-align: center;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 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: solid;
  border-radius: 5px;

}






.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image {
  box-sizing: border-box;
}



.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image {
  box-sizing: border-box;
}



.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image {
  box-sizing: border-box;
}



.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image {
  box-sizing: border-box;
}



.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5.shogun-image {
  box-sizing: border-box;
}



.s-06ed40f6-b510-48fc-af7d-49f5a6e0e3f5 img.shogun-image {
  
}


}
#s-e44be6b4-bc01-4c56-a54e-93e465645c56 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e44be6b4-bc01-4c56-a54e-93e465645c56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e44be6b4-bc01-4c56-a54e-93e465645c56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82df0aa8-d7ae-4f36-9378-d55fcd765f9f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-82df0aa8-d7ae-4f36-9378-d55fcd765f9f .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-145ab4aa-f8c0-4d80-a48f-c81f4ff63fdb {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-145ab4aa-f8c0-4d80-a48f-c81f4ff63fdb .shg-proportional-font-size,
#s-145ab4aa-f8c0-4d80-a48f-c81f4ff63fdb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9c14504-8cff-43a5-9529-270a04c3a578 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-c9c14504-8cff-43a5-9529-270a04c3a578 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-c9c14504-8cff-43a5-9529-270a04c3a578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9c14504-8cff-43a5-9529-270a04c3a578.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  max-width: 2400px;
text-align: center;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  margin: 0 !important;
  overflow: visible;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add background color handling */
  
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad 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: solid;
  border-radius: 5px;

}






.s-ac536057-a418-4de4-80bc-91a7a56f8bad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image {
  box-sizing: border-box;
}



.s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  
}


@media (min-width: 1200px){#s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  margin: 0 !important;
  overflow: visible;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add background color handling */
  
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac536057-a418-4de4-80bc-91a7a56f8bad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image {
  box-sizing: border-box;
}



.s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  margin: 0 !important;
  overflow: visible;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add background color handling */
  
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac536057-a418-4de4-80bc-91a7a56f8bad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image {
  box-sizing: border-box;
}



.s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  margin: 0 !important;
  overflow: visible;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add background color handling */
  
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac536057-a418-4de4-80bc-91a7a56f8bad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image {
  box-sizing: border-box;
}



.s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  
}


}@media (max-width: 767px){#s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  margin: 0 !important;
  overflow: visible;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac536057-a418-4de4-80bc-91a7a56f8bad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add background color handling */
  
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac536057-a418-4de4-80bc-91a7a56f8bad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac536057-a418-4de4-80bc-91a7a56f8bad.shogun-image {
  box-sizing: border-box;
}



.s-ac536057-a418-4de4-80bc-91a7a56f8bad img.shogun-image {
  
}


}
#s-d1bd34dd-0540-43d4-ad05-63295addd1f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-d1bd34dd-0540-43d4-ad05-63295addd1f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1bd34dd-0540-43d4-ad05-63295addd1f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abde713b-fbe2-455e-bf58-21e7c89c3739 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-abde713b-fbe2-455e-bf58-21e7c89c3739 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-9fefdfdd-e3c2-48eb-a274-18d7a6d373fa {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-9fefdfdd-e3c2-48eb-a274-18d7a6d373fa .shg-proportional-font-size,
#s-9fefdfdd-e3c2-48eb-a274-18d7a6d373fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5399ceab-94d8-4182-b5e1-28441f3465e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-5399ceab-94d8-4182-b5e1-28441f3465e4 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-5399ceab-94d8-4182-b5e1-28441f3465e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5399ceab-94d8-4182-b5e1-28441f3465e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  max-width: 1817px;
text-align: center;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 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: solid;
  border-radius: 5px;

}






.s-ad71eebf-5378-4575-bf9e-a01826e686e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image {
  box-sizing: border-box;
}



.s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ad71eebf-5378-4575-bf9e-a01826e686e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image {
  box-sizing: border-box;
}



.s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ad71eebf-5378-4575-bf9e-a01826e686e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image {
  box-sizing: border-box;
}



.s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ad71eebf-5378-4575-bf9e-a01826e686e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image {
  box-sizing: border-box;
}



.s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad71eebf-5378-4575-bf9e-a01826e686e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ad71eebf-5378-4575-bf9e-a01826e686e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad71eebf-5378-4575-bf9e-a01826e686e5.shogun-image {
  box-sizing: border-box;
}



.s-ad71eebf-5378-4575-bf9e-a01826e686e5 img.shogun-image {
  
}


}
#s-a34e392b-8ea5-464b-a236-78b5de2f6a8c {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a34e392b-8ea5-464b-a236-78b5de2f6a8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a34e392b-8ea5-464b-a236-78b5de2f6a8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b959fed8-adf1-47d5-92d2-5b99e8270150 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b959fed8-adf1-47d5-92d2-5b99e8270150 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-1cc1d0df-dbd2-488c-9a59-7d2040df985e {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-1cc1d0df-dbd2-488c-9a59-7d2040df985e .shg-proportional-font-size,
#s-1cc1d0df-dbd2-488c-9a59-7d2040df985e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3ef3144c-5ca3-458b-a46c-7aee991daa41 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ef3144c-5ca3-458b-a46c-7aee991daa41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3ef3144c-5ca3-458b-a46c-7aee991daa41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3ef3144c-5ca3-458b-a46c-7aee991daa41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ef3144c-5ca3-458b-a46c-7aee991daa41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-cac89f94-b44d-4f30-a1e4-d7ce2b5fddf8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-cac89f94-b44d-4f30-a1e4-d7ce2b5fddf8 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-cac89f94-b44d-4f30-a1e4-d7ce2b5fddf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cac89f94-b44d-4f30-a1e4-d7ce2b5fddf8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  max-width: 2030px;
text-align: center;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 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: solid;
  border-radius: 5px;

}






.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image {
  box-sizing: border-box;
}



.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image {
  box-sizing: border-box;
}



.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image {
  box-sizing: border-box;
}



.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image {
  box-sizing: border-box;
}



.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457.shogun-image {
  box-sizing: border-box;
}



.s-a1c4c02b-a6c8-42d6-9006-b89cc1d9d457 img.shogun-image {
  
}


}
#s-257264c6-0909-41d6-adfc-9b8359327a2d {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-257264c6-0909-41d6-adfc-9b8359327a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-257264c6-0909-41d6-adfc-9b8359327a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9998c724-6a51-49ae-95ba-4716ae3ad7a3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9998c724-6a51-49ae-95ba-4716ae3ad7a3 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-304a724f-22f8-4b48-b765-641bc3310c05 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-304a724f-22f8-4b48-b765-641bc3310c05 .shg-proportional-font-size,
#s-304a724f-22f8-4b48-b765-641bc3310c05 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c10def6b-0937-484c-aa31-c41d6f9ddc7a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-c10def6b-0937-484c-aa31-c41d6f9ddc7a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-c10def6b-0937-484c-aa31-c41d6f9ddc7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c10def6b-0937-484c-aa31-c41d6f9ddc7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  max-width: 1767px;
text-align: center;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 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: solid;
  border-radius: 5px;

}






.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image {
  box-sizing: border-box;
}



.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image {
  box-sizing: border-box;
}



.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image {
  box-sizing: border-box;
}



.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image {
  box-sizing: border-box;
}



.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b642acd-8c3c-4519-9a07-7b8ee6042770 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b642acd-8c3c-4519-9a07-7b8ee6042770.shogun-image {
  box-sizing: border-box;
}



.s-1b642acd-8c3c-4519-9a07-7b8ee6042770 img.shogun-image {
  
}


}
#s-66733d96-0922-4c35-a69f-6f373031e76f {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-66733d96-0922-4c35-a69f-6f373031e76f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66733d96-0922-4c35-a69f-6f373031e76f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a95713ab-ca92-4b20-bef6-c006a5fb4d73 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a95713ab-ca92-4b20-bef6-c006a5fb4d73 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-ce473e1d-bddb-4436-8194-cb372d924d8d {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-ce473e1d-bddb-4436-8194-cb372d924d8d .shg-proportional-font-size,
#s-ce473e1d-bddb-4436-8194-cb372d924d8d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-07cec644-7f56-4922-842e-203dc0568511 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-07cec644-7f56-4922-842e-203dc0568511 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-07cec644-7f56-4922-842e-203dc0568511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07cec644-7f56-4922-842e-203dc0568511.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  max-width: 2400px;
text-align: center;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 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: solid;
  border-radius: 5px;

}






.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image {
  box-sizing: border-box;
}



.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image {
  box-sizing: border-box;
}



.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image {
  box-sizing: border-box;
}



.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image {
  box-sizing: border-box;
}



.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc1baa9-1516-44c4-9cbb-a05086e07b75.shogun-image {
  box-sizing: border-box;
}



.s-3cc1baa9-1516-44c4-9cbb-a05086e07b75 img.shogun-image {
  
}


}
#s-f39da46f-9785-4e4f-8be3-f01e23e34ad2 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f39da46f-9785-4e4f-8be3-f01e23e34ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f39da46f-9785-4e4f-8be3-f01e23e34ad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c80d6605-1437-46bb-8d56-a4914649e997 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c80d6605-1437-46bb-8d56-a4914649e997 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-3b00d74c-661a-461e-bd4c-9122fe4ca8e1 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3b00d74c-661a-461e-bd4c-9122fe4ca8e1 .shg-proportional-font-size,
#s-3b00d74c-661a-461e-bd4c-9122fe4ca8e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5ac1530e-3bac-4ceb-80eb-48e74a1ea6eb {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-5ac1530e-3bac-4ceb-80eb-48e74a1ea6eb {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-5ac1530e-3bac-4ceb-80eb-48e74a1ea6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ac1530e-3bac-4ceb-80eb-48e74a1ea6eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  max-width: 1719px;
text-align: center;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd 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: solid;
  border-radius: 5px;

}






.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image {
  box-sizing: border-box;
}



.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  
}


@media (min-width: 1200px){#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image {
  box-sizing: border-box;
}



.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image {
  box-sizing: border-box;
}



.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image {
  box-sizing: border-box;
}



.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  
}


}@media (max-width: 767px){#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fc7203-d721-48b1-a29f-a44eba2f79bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fc7203-d721-48b1-a29f-a44eba2f79bd.shogun-image {
  box-sizing: border-box;
}



.s-b9fc7203-d721-48b1-a29f-a44eba2f79bd img.shogun-image {
  
}


}
#s-b50211c8-3707-4a75-8d20-19a6edf6b6c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b50211c8-3707-4a75-8d20-19a6edf6b6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b50211c8-3707-4a75-8d20-19a6edf6b6c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25bd42a4-39c9-4625-8d59-44504fe5afe4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-25bd42a4-39c9-4625-8d59-44504fe5afe4 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-e807a735-7b27-44f3-ad5b-37deebe0d8d1 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-e807a735-7b27-44f3-ad5b-37deebe0d8d1 .shg-proportional-font-size,
#s-e807a735-7b27-44f3-ad5b-37deebe0d8d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-top: 50px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e09d31b8-5316-4056-ba2e-616548e724ba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column {
  background-color: rgba(227, 227, 227, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  background-color: rgb(255, 255, 255);
  padding: 10px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column, #s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-top: 10px;
padding-left: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  background-color: rgb(255, 255, 255);
  padding: 10px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column, #s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-21481968-c46c-4120-b4a1-68760e867dad {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-897bbcb4-16da-4d17-84f9-396e45f5be4f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-897bbcb4-16da-4d17-84f9-396e45f5be4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-897bbcb4-16da-4d17-84f9-396e45f5be4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6af25c1-0862-4383-a504-a6f887ef2f0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a6af25c1-0862-4383-a504-a6f887ef2f0a .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-a6af25c1-0862-4383-a504-a6f887ef2f0a .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 {
  margin-top: 10px;
}
}







#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5554c2b2-e972-41de-b158-c17871a2062c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5554c2b2-e972-41de-b158-c17871a2062c .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-5554c2b2-e972-41de-b158-c17871a2062c .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 {
  margin-top: 10px;
}
}







#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79843876-b0bc-4562-b4ca-b05ae7dd7894.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-a640de8f-4daa-4292-9b85-ee12910fbfa9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-188b7cde-93a6-4e55-beea-a21096139e60 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}








#s-188b7cde-93a6-4e55-beea-a21096139e60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-188b7cde-93a6-4e55-beea-a21096139e60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-913863cf-b5de-4064-96ca-ecac1d5a5b50 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0159f113-c42f-4681-849c-e036f9a57283 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-0159f113-c42f-4681-849c-e036f9a57283 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0159f113-c42f-4681-849c-e036f9a57283 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 {
  margin-top: 10px;
}
}







#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ff1341c-a16b-4e7c-9294-6d59741c6983.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-908c7ea6-9855-408c-97e3-304fa0978cb4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0b38b471-49ff-4667-896a-a56d1d451ec3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-0b38b471-49ff-4667-896a-a56d1d451ec3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0b38b471-49ff-4667-896a-a56d1d451ec3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b {
  margin-top: 10px;
}
}







#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-e9f90080-ec96-4de0-a927-dd1e2e4ffadb {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-e9f90080-ec96-4de0-a927-dd1e2e4ffadb {
  margin-top: 0px;
}
}
#s-058958da-55a6-49e9-9dd9-12dd4a302613 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-058958da-55a6-49e9-9dd9-12dd4a302613 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-058958da-55a6-49e9-9dd9-12dd4a302613 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b {
  margin-top: 50px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507 {
  margin-bottom: 10px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
}
}







#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 900/425;
text-align: left;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-7d81a052-28b6-49e7-b073-92f76a9262c4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d81a052-28b6-49e7-b073-92f76a9262c4 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-7d81a052-28b6-49e7-b073-92f76a9262c4 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-988c9988-7a26-468e-95de-c6bcecc8438f {
  margin-left: auto;
margin-right: auto;
}

#s-24f101ad-7436-4137-8766-4630f55a7543 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-24f101ad-7436-4137-8766-4630f55a7543 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-24f101ad-7436-4137-8766-4630f55a7543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24f101ad-7436-4137-8766-4630f55a7543.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-df59eecd-d96d-426e-a8d5-c19511d9ff6e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df59eecd-d96d-426e-a8d5-c19511d9ff6e .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-df59eecd-d96d-426e-a8d5-c19511d9ff6e .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-67c94041-33b5-4071-819e-4f67750fc947 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-67c94041-33b5-4071-819e-4f67750fc947 {
  margin-bottom: 10px;
}
}
#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-cad2e830-06df-4c4f-95af-8d468348091d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad2e830-06df-4c4f-95af-8d468348091d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-bottom: 0px;
padding-top: 3%;
padding-bottom: 3%;
}
}







#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19b72168-fb96-4dd2-845e-4339afa27b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 {
  text-align: left;
}
}
#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-ad44ba88-3085-4e12-ab14-a43eca51ba92 {
  margin-left: auto;
margin-right: auto;
}

#s-01a41153-809a-4f39-82d1-b060f8c403d6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-aa31dffa-c734-4575-9b45-238020c3ba95 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-top: 10px;
}
}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-top: 10px;
}
}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  padding-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79cd97b3-38d4-4b1f-8920-d089f92b8534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47294087-19c8-4732-841d-8be2c4f368f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47294087-19c8-4732-841d-8be2c4f368f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-47294087-19c8-4732-841d-8be2c4f368f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-47294087-19c8-4732-841d-8be2c4f368f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-ab91f477-62e8-4dce-8dc0-3e1b848b40b5 {
  margin-top: 10px;
}

#s-982884f1-0a53-46d1-9ce7-2d524507623e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-982884f1-0a53-46d1-9ce7-2d524507623e {
  text-align: center;
}
}@media (max-width: 767px){#s-982884f1-0a53-46d1-9ce7-2d524507623e {
  margin-top: 10px;
text-align: center;
}
}
#s-982884f1-0a53-46d1-9ce7-2d524507623e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 {
  display: none;
}
#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48, #wrap-s-ca5508c1-df81-4d84-8cb7-0d303c27ff48, #wrap-content-s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 { display: none !important; }}
#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 hr {
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-41cce0b8-8af9-48ce-96f7-c2c6871c6341 {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-41cce0b8-8af9-48ce-96f7-c2c6871c6341 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-41cce0b8-8af9-48ce-96f7-c2c6871c6341 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-1026632c-58b3-4b38-a61b-cfd63479c7f3 {
  margin-top: 25px;
}
}
#s-ec4d876e-13de-4b02-8dfd-472d0b8a89a1 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ec4d876e-13de-4b02-8dfd-472d0b8a89a1 {
  margin-top: 10px;
text-align: center;
}
}
#s-ec4d876e-13de-4b02-8dfd-472d0b8a89a1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-97714e2e-7ffe-48c4-b9df-3b197ff7464c {
  margin-top: 30px;
}
}
#s-c2836a51-bba4-4fbd-9291-0b965b6d6007 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-c2836a51-bba4-4fbd-9291-0b965b6d6007 {
  margin-top: 10px;
text-align: center;
}
}
#s-c2836a51-bba4-4fbd-9291-0b965b6d6007 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d7671785-6638-4419-a303-c26f00f2e923 {
  margin-top: 50px;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-d7671785-6638-4419-a303-c26f00f2e923 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-d7671785-6638-4419-a303-c26f00f2e923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7671785-6638-4419-a303-c26f00f2e923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  max-width: 200px;
aspect-ratio: 1680/394;
text-align: center;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-d4581f2a-44e7-4508-b606-e8ad889448eb {
  margin-top: 30px;
text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
