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

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

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

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

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

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

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

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

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

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

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

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

#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}@media (max-width: 767px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}







#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66949f17-15fe-4f99-879d-8ae6b9a8c953.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-2b975d38-f647-4236-ae19-3ea2598fd343 {
  text-align: center;
}

#s-2b975d38-f647-4236-ae19-3ea2598fd343 {
  overflow: hidden;
  
  
}







  #s-2b975d38-f647-4236-ae19-3ea2598fd343 img.shogun-image {
    

    
    
    
  }


#s-2b975d38-f647-4236-ae19-3ea2598fd343 .shogun-image-content {
  
    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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-ec1c87f7-7c2d-44bd-bc3b-c007170ace4e {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-ec1c87f7-7c2d-44bd-bc3b-c007170ace4e {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-ec1c87f7-7c2d-44bd-bc3b-c007170ace4e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-ec1c87f7-7c2d-44bd-bc3b-c007170ace4e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-fb16e9bb-16e3-4d67-b1cf-f9d61bb69963 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-fb16e9bb-16e3-4d67-b1cf-f9d61bb69963 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
#s-fb16e9bb-16e3-4d67-b1cf-f9d61bb69963 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-fb16e9bb-16e3-4d67-b1cf-f9d61bb69963 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-d734f4de-3fd1-4c47-b317-8756368b5944 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-d734f4de-3fd1-4c47-b317-8756368b5944 {
  padding-top: 15px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}
}
#s-d734f4de-3fd1-4c47-b317-8756368b5944 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Regular It";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-d734f4de-3fd1-4c47-b317-8756368b5944 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Regular It";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-8e614eaa-0f83-4236-8e42-cd046a27c09d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-8e614eaa-0f83-4236-8e42-cd046a27c09d {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
}
}
#s-8e614eaa-0f83-4236-8e42-cd046a27c09d .shogun-heading-component h1 {
  color: rgba(232, 5, 5, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Bold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-8e614eaa-0f83-4236-8e42-cd046a27c09d .shogun-heading-component h1 {
  color: rgba(232, 5, 5, 1);
  font-weight:  normal ;
  font-family: "Spock W05 Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-a28c2d58-2a3f-451f-937d-4c2787e7257a {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
}
@media (min-width: 1200px){#s-a28c2d58-2a3f-451f-937d-4c2787e7257a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a28c2d58-2a3f-451f-937d-4c2787e7257a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a28c2d58-2a3f-451f-937d-4c2787e7257a {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-a28c2d58-2a3f-451f-937d-4c2787e7257a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a28c2d58-2a3f-451f-937d-4c2787e7257a.shg-box.shg-c {
  justify-content: center;
}

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

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

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  margin-left: auto;
margin-right: auto;
max-width: 6305px;
text-align: center;
}
@media (min-width: 1200px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  aspect-ratio: 16/9;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  
}
}@media (max-width: 767px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  max-width: 6304px;
}
}
#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image {
  width: 100%;
  
  
  max-width: 6305px;

      
    max-width: 6305px;

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




.s-c029733e-e76f-490d-8c19-a4e56810bb87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image {
  width: 100%;
  
  
  max-width: 6305px;

      
    max-width: 6305px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c029733e-e76f-490d-8c19-a4e56810bb87 .shg-inner-inline-image {   
      aspect-ratio: 16/9;
    }

    #s-c029733e-e76f-490d-8c19-a4e56810bb87 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      
    }
  }

  .s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-c029733e-e76f-490d-8c19-a4e56810bb87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c029733e-e76f-490d-8c19-a4e56810bb87 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
      position: relative;
    }

    .s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 6305px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image {
  width: 100%;
  
  
  max-width: 6305px;

      
    max-width: 6305px;

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




.s-c029733e-e76f-490d-8c19-a4e56810bb87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image {
  width: 100%;
  
  
  max-width: 6305px;

      
    max-width: 6305px;

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




.s-c029733e-e76f-490d-8c19-a4e56810bb87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c029733e-e76f-490d-8c19-a4e56810bb87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c029733e-e76f-490d-8c19-a4e56810bb87 img.shogun-image {
  width: 100%;
  
  
  max-width: 6305px;

      
    max-width: 6305px;

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




.s-c029733e-e76f-490d-8c19-a4e56810bb87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c029733e-e76f-490d-8c19-a4e56810bb87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d978c4e9-69d8-4a4f-93b3-549f3b8ab6a9 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d978c4e9-69d8-4a4f-93b3-549f3b8ab6a9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-d978c4e9-69d8-4a4f-93b3-549f3b8ab6a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d978c4e9-69d8-4a4f-93b3-549f3b8ab6a9.shg-box.shg-c {
  justify-content: center;
}

#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 {
  display: none;
}
#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2, #wrap-s-9435d1be-229c-4bf8-991f-1991ddbe1bc2, #wrap-content-s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 { display: none !important; }}@media (max-width: 767px){#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 8px;
padding-bottom: 8px;
}
}
#s-9435d1be-229c-4bf8-991f-1991ddbe1bc2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a20b11bb-ebcf-4c0c-8610-08ee3cb15bf6 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a20b11bb-ebcf-4c0c-8610-08ee3cb15bf6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a20b11bb-ebcf-4c0c-8610-08ee3cb15bf6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-a20b11bb-ebcf-4c0c-8610-08ee3cb15bf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a20b11bb-ebcf-4c0c-8610-08ee3cb15bf6.shg-box.shg-c {
  justify-content: center;
}

#s-09ed13ca-7a7d-4555-821b-dcc3354ba68d {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-09ed13ca-7a7d-4555-821b-dcc3354ba68d {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-09ed13ca-7a7d-4555-821b-dcc3354ba68d {
  margin-top: 0px;
}
}
#s-09ed13ca-7a7d-4555-821b-dcc3354ba68d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-09ed13ca-7a7d-4555-821b-dcc3354ba68d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3debb070-22f5-4a4d-9941-553ac7bc5ecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3debb070-22f5-4a4d-9941-553ac7bc5ecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-35825e57-6d7d-4048-a65c-29da71996600 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-35825e57-6d7d-4048-a65c-29da71996600 .shg-proportional-font-size,
#s-35825e57-6d7d-4048-a65c-29da71996600 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34971936-b7e4-460a-8187-5e2f28fbf856 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-34971936-b7e4-460a-8187-5e2f28fbf856 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-34971936-b7e4-460a-8187-5e2f28fbf856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34971936-b7e4-460a-8187-5e2f28fbf856.shg-box.shg-c {
  justify-content: center;
}

#s-b0d2c51d-c73d-4f2f-82a3-7dd218af14f8 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b0d2c51d-c73d-4f2f-82a3-7dd218af14f8 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-b0d2c51d-c73d-4f2f-82a3-7dd218af14f8 {
  margin-top: 0px;
}
}
#s-b0d2c51d-c73d-4f2f-82a3-7dd218af14f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-b0d2c51d-c73d-4f2f-82a3-7dd218af14f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-967ea717-b98c-4218-a7a8-734acfe18090 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-967ea717-b98c-4218-a7a8-734acfe18090 .shg-proportional-font-size,
#s-967ea717-b98c-4218-a7a8-734acfe18090 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  margin-left: auto;
margin-right: auto;
max-width: 3452px;
text-align: center;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 img.shogun-image {
  width: 100%;
  
  
  max-width: 3452px;

      
    max-width: 3452px;

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




.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 img.shogun-image {
  width: 100%;
  
  
  max-width: 3452px;

      
    max-width: 3452px;

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




.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 img.shogun-image {
  width: 100%;
  
  
  max-width: 3452px;

      
    max-width: 3452px;

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




.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 img.shogun-image {
  width: 100%;
  
  
  max-width: 3452px;

      
    max-width: 3452px;

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




.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 img.shogun-image {
  width: 100%;
  
  
  max-width: 3452px;

      
    max-width: 3452px;

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




.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9349b9-91d6-4a8b-b233-7ec7f44b0703.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-519b2899-926e-4a5e-869f-257dd4d6ab06 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-519b2899-926e-4a5e-869f-257dd4d6ab06 .shg-proportional-font-size,
#s-519b2899-926e-4a5e-869f-257dd4d6ab06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a716d52-f501-499f-b948-ffb5016b91f3 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-4a716d52-f501-499f-b948-ffb5016b91f3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-4a716d52-f501-499f-b948-ffb5016b91f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a716d52-f501-499f-b948-ffb5016b91f3.shg-box.shg-c {
  justify-content: center;
}

#s-bc80ded0-e2c9-4365-b012-76bc1a9ff341 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bc80ded0-e2c9-4365-b012-76bc1a9ff341 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-bc80ded0-e2c9-4365-b012-76bc1a9ff341 {
  margin-top: 0px;
}
}
#s-bc80ded0-e2c9-4365-b012-76bc1a9ff341 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-bc80ded0-e2c9-4365-b012-76bc1a9ff341 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-3a7d0386-17f8-4fbd-bd7b-720460f9d3a9 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-3a7d0386-17f8-4fbd-bd7b-720460f9d3a9 .shg-proportional-font-size,
#s-3a7d0386-17f8-4fbd-bd7b-720460f9d3a9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7fa9168b-4492-4b2c-bd07-fb54e45c709f {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7fa9168b-4492-4b2c-bd07-fb54e45c709f {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-7fa9168b-4492-4b2c-bd07-fb54e45c709f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fa9168b-4492-4b2c-bd07-fb54e45c709f.shg-box.shg-c {
  justify-content: center;
}

#s-4b896579-ad62-46c8-b6b9-4655d63dcfe7 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b896579-ad62-46c8-b6b9-4655d63dcfe7 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-4b896579-ad62-46c8-b6b9-4655d63dcfe7 {
  margin-top: 0px;
}
}
#s-4b896579-ad62-46c8-b6b9-4655d63dcfe7 .shogun-heading-component h1 {
  color: rgb(0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-4b896579-ad62-46c8-b6b9-4655d63dcfe7 .shogun-heading-component h1 {
  color: rgb(0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16efe08d-6ded-425f-8960-7983d2ff0c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16efe08d-6ded-425f-8960-7983d2ff0c98 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-16efe08d-6ded-425f-8960-7983d2ff0c98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16efe08d-6ded-425f-8960-7983d2ff0c98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5deef8e4-fb73-4344-8169-9f53dd9fd9d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-5deef8e4-fb73-4344-8169-9f53dd9fd9d9 .shg-proportional-font-size,
#s-5deef8e4-fb73-4344-8169-9f53dd9fd9d9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3410dc45-0dd1-4335-8b25-5b12b7731be7 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-3410dc45-0dd1-4335-8b25-5b12b7731be7 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-3410dc45-0dd1-4335-8b25-5b12b7731be7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3410dc45-0dd1-4335-8b25-5b12b7731be7.shg-box.shg-c {
  justify-content: center;
}

#s-43f3b108-bd03-4d88-bca5-7e144bd0bebe {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-43f3b108-bd03-4d88-bca5-7e144bd0bebe {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-43f3b108-bd03-4d88-bca5-7e144bd0bebe {
  margin-top: 0px;
}
}
#s-43f3b108-bd03-4d88-bca5-7e144bd0bebe .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-43f3b108-bd03-4d88-bca5-7e144bd0bebe .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-d3fb8fc5-acd5-4db7-ac6f-682e7fd0e552 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-d3fb8fc5-acd5-4db7-ac6f-682e7fd0e552 .shg-proportional-font-size,
#s-d3fb8fc5-acd5-4db7-ac6f-682e7fd0e552 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0948af6d-8670-414f-a319-7f372c68fabc {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0948af6d-8670-414f-a319-7f372c68fabc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-0948af6d-8670-414f-a319-7f372c68fabc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0948af6d-8670-414f-a319-7f372c68fabc.shg-box.shg-c {
  justify-content: center;
}

#s-c78433d9-a8aa-46e3-b255-cca6dda24651 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c78433d9-a8aa-46e3-b255-cca6dda24651 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-c78433d9-a8aa-46e3-b255-cca6dda24651 {
  margin-top: 0px;
}
}
#s-c78433d9-a8aa-46e3-b255-cca6dda24651 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c78433d9-a8aa-46e3-b255-cca6dda24651 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-27e91714-09af-4a79-a40a-02d64de3fc7e {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}
@media (max-width: 767px){#s-27e91714-09af-4a79-a40a-02d64de3fc7e {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-27e91714-09af-4a79-a40a-02d64de3fc7e .shg-proportional-font-size,
#s-27e91714-09af-4a79-a40a-02d64de3fc7e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c30dff24-f032-4327-ae4b-a7c413ceeb1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30dff24-f032-4327-ae4b-a7c413ceeb1e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8ce49319-edfc-45a0-8598-f0243b503017 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-8ce49319-edfc-45a0-8598-f0243b503017 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-8ce49319-edfc-45a0-8598-f0243b503017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ce49319-edfc-45a0-8598-f0243b503017.shg-box.shg-c {
  justify-content: center;
}

#s-9eff0d6e-9e99-4240-8040-248ef44ffc66 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9eff0d6e-9e99-4240-8040-248ef44ffc66 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-9eff0d6e-9e99-4240-8040-248ef44ffc66 {
  margin-top: 0px;
}
}
#s-9eff0d6e-9e99-4240-8040-248ef44ffc66 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-9eff0d6e-9e99-4240-8040-248ef44ffc66 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-38a21910-bd18-48f7-9887-4a0043d97e3f {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-38a21910-bd18-48f7-9887-4a0043d97e3f .shg-proportional-font-size,
#s-38a21910-bd18-48f7-9887-4a0043d97e3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-96961c41-5cf0-4694-8873-4afe13299a25 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-96961c41-5cf0-4694-8873-4afe13299a25 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-96961c41-5cf0-4694-8873-4afe13299a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96961c41-5cf0-4694-8873-4afe13299a25.shg-box.shg-c {
  justify-content: center;
}

#s-e18ffa3d-5f01-4fc7-ae0c-af55b51a22a8 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e18ffa3d-5f01-4fc7-ae0c-af55b51a22a8 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-e18ffa3d-5f01-4fc7-ae0c-af55b51a22a8 {
  margin-top: 0px;
}
}
#s-e18ffa3d-5f01-4fc7-ae0c-af55b51a22a8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-e18ffa3d-5f01-4fc7-ae0c-af55b51a22a8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-e34da7bc-e5ab-4956-81dd-b60a352555fd {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-e34da7bc-e5ab-4956-81dd-b60a352555fd .shg-proportional-font-size,
#s-e34da7bc-e5ab-4956-81dd-b60a352555fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-406ad605-129a-4f46-a578-40cece28c560 {
  margin-left: 20%;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-406ad605-129a-4f46-a578-40cece28c560 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-406ad605-129a-4f46-a578-40cece28c560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-406ad605-129a-4f46-a578-40cece28c560.shg-box.shg-c {
  justify-content: center;
}

#s-652c4d6c-5de6-427a-9a1b-75b6f823225f {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-652c4d6c-5de6-427a-9a1b-75b6f823225f {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-652c4d6c-5de6-427a-9a1b-75b6f823225f {
  margin-top: 0px;
}
}
#s-652c4d6c-5de6-427a-9a1b-75b6f823225f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-652c4d6c-5de6-427a-9a1b-75b6f823225f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9b8dc1-afae-4c7e-8692-a7a953899b52.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-afd85af9-a651-45e5-9083-835586ebb725 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-afd85af9-a651-45e5-9083-835586ebb725 .shg-proportional-font-size,
#s-afd85af9-a651-45e5-9083-835586ebb725 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2b4de5b5-cbc5-4be5-b73c-2eed13695340 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2b4de5b5-cbc5-4be5-b73c-2eed13695340 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-2b4de5b5-cbc5-4be5-b73c-2eed13695340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b4de5b5-cbc5-4be5-b73c-2eed13695340.shg-box.shg-c {
  justify-content: center;
}

#s-ecad0a1f-55b0-41f2-8df2-d15e2f61b032 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ecad0a1f-55b0-41f2-8df2-d15e2f61b032 {
  margin-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecad0a1f-55b0-41f2-8df2-d15e2f61b032 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-ecad0a1f-55b0-41f2-8df2-d15e2f61b032 {
  margin-top: 0px;
}
}
#s-ecad0a1f-55b0-41f2-8df2-d15e2f61b032 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-ecad0a1f-55b0-41f2-8df2-d15e2f61b032 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45b8643-d526-4c07-b7a4-f0223ecc6d83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ed91803a-869e-40c2-af71-e950e2593301 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-ed91803a-869e-40c2-af71-e950e2593301 .shg-proportional-font-size,
#s-ed91803a-869e-40c2-af71-e950e2593301 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b8377cea-1c0a-4de0-bd60-94007451b116 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-b8377cea-1c0a-4de0-bd60-94007451b116 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-b8377cea-1c0a-4de0-bd60-94007451b116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8377cea-1c0a-4de0-bd60-94007451b116.shg-box.shg-c {
  justify-content: center;
}

#s-6ab08af1-ed0c-430f-adda-87d3de89986a {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6ab08af1-ed0c-430f-adda-87d3de89986a {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-6ab08af1-ed0c-430f-adda-87d3de89986a {
  margin-top: 0px;
}
}
#s-6ab08af1-ed0c-430f-adda-87d3de89986a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-6ab08af1-ed0c-430f-adda-87d3de89986a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-951f0793-31e0-4a8c-93d3-a033d4849e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-951f0793-31e0-4a8c-93d3-a033d4849e58 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-951f0793-31e0-4a8c-93d3-a033d4849e58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-951f0793-31e0-4a8c-93d3-a033d4849e58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d1930307-e155-4d78-a4f8-4640fc3ec9e4 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-d1930307-e155-4d78-a4f8-4640fc3ec9e4 .shg-proportional-font-size,
#s-d1930307-e155-4d78-a4f8-4640fc3ec9e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1e384e4-3ef8-4fe5-87c8-06b7dbac496f {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e1e384e4-3ef8-4fe5-87c8-06b7dbac496f {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-e1e384e4-3ef8-4fe5-87c8-06b7dbac496f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1e384e4-3ef8-4fe5-87c8-06b7dbac496f.shg-box.shg-c {
  justify-content: center;
}

#s-5d29a91f-a466-4b09-b0c3-cc8726c272ca {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5d29a91f-a466-4b09-b0c3-cc8726c272ca {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-5d29a91f-a466-4b09-b0c3-cc8726c272ca {
  margin-top: 0px;
}
}
#s-5d29a91f-a466-4b09-b0c3-cc8726c272ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-5d29a91f-a466-4b09-b0c3-cc8726c272ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc545599-1ccf-448a-942b-d63b8e4bd479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc545599-1ccf-448a-942b-d63b8e4bd479 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-bc545599-1ccf-448a-942b-d63b8e4bd479 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc545599-1ccf-448a-942b-d63b8e4bd479.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6afd013f-ab66-463b-9a8a-8ac9006cdef2 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}
@media (max-width: 767px){#s-6afd013f-ab66-463b-9a8a-8ac9006cdef2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-6afd013f-ab66-463b-9a8a-8ac9006cdef2 .shg-proportional-font-size,
#s-6afd013f-ab66-463b-9a8a-8ac9006cdef2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c46b40ea-afb2-476d-947a-6f03d728a0a0 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-c46b40ea-afb2-476d-947a-6f03d728a0a0 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-c46b40ea-afb2-476d-947a-6f03d728a0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c46b40ea-afb2-476d-947a-6f03d728a0a0.shg-box.shg-c {
  justify-content: center;
}

#s-44e55ab4-08ec-45e4-b949-b0470b0de836 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-44e55ab4-08ec-45e4-b949-b0470b0de836 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-44e55ab4-08ec-45e4-b949-b0470b0de836 {
  margin-top: 0px;
}
}
#s-44e55ab4-08ec-45e4-b949-b0470b0de836 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-44e55ab4-08ec-45e4-b949-b0470b0de836 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-1c9d7a96-e43a-401e-be9c-068874e406de {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-1c9d7a96-e43a-401e-be9c-068874e406de .shg-proportional-font-size,
#s-1c9d7a96-e43a-401e-be9c-068874e406de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-279232c7-abba-49dc-b863-af6731be1827 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-279232c7-abba-49dc-b863-af6731be1827 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-279232c7-abba-49dc-b863-af6731be1827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-279232c7-abba-49dc-b863-af6731be1827.shg-box.shg-c {
  justify-content: center;
}

#s-75a923c1-29c7-464e-8101-decef89bae68 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-75a923c1-29c7-464e-8101-decef89bae68 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-75a923c1-29c7-464e-8101-decef89bae68 {
  margin-top: 0px;
}
}
#s-75a923c1-29c7-464e-8101-decef89bae68 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-75a923c1-29c7-464e-8101-decef89bae68 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05ac3193-399b-45bf-a746-eb2d3b1727df img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-05ac3193-399b-45bf-a746-eb2d3b1727df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05ac3193-399b-45bf-a746-eb2d3b1727df img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-05ac3193-399b-45bf-a746-eb2d3b1727df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05ac3193-399b-45bf-a746-eb2d3b1727df img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-05ac3193-399b-45bf-a746-eb2d3b1727df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05ac3193-399b-45bf-a746-eb2d3b1727df img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-05ac3193-399b-45bf-a746-eb2d3b1727df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-05ac3193-399b-45bf-a746-eb2d3b1727df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05ac3193-399b-45bf-a746-eb2d3b1727df img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-05ac3193-399b-45bf-a746-eb2d3b1727df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ac3193-399b-45bf-a746-eb2d3b1727df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2bbf5f07-6c99-4d5b-8341-dcd8028f70f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-2bbf5f07-6c99-4d5b-8341-dcd8028f70f0 .shg-proportional-font-size,
#s-2bbf5f07-6c99-4d5b-8341-dcd8028f70f0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-20656004-5c97-402d-9ebb-ef7f660ab8dd {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-20656004-5c97-402d-9ebb-ef7f660ab8dd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-20656004-5c97-402d-9ebb-ef7f660ab8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20656004-5c97-402d-9ebb-ef7f660ab8dd.shg-box.shg-c {
  justify-content: center;
}

#s-fce4997d-76ec-4f2b-a8d2-4aaf19acc3d3 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fce4997d-76ec-4f2b-a8d2-4aaf19acc3d3 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-fce4997d-76ec-4f2b-a8d2-4aaf19acc3d3 {
  margin-top: 0px;
}
}
#s-fce4997d-76ec-4f2b-a8d2-4aaf19acc3d3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-fce4997d-76ec-4f2b-a8d2-4aaf19acc3d3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9799a7-613a-47ea-9d51-0a8b5ec78d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d4daefac-1c75-40f0-85f4-cc23964f8ddf {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-d4daefac-1c75-40f0-85f4-cc23964f8ddf .shg-proportional-font-size,
#s-d4daefac-1c75-40f0-85f4-cc23964f8ddf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b24012da-7287-4988-95bc-68bfc1afc80a {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b24012da-7287-4988-95bc-68bfc1afc80a {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-b24012da-7287-4988-95bc-68bfc1afc80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b24012da-7287-4988-95bc-68bfc1afc80a.shg-box.shg-c {
  justify-content: center;
}

#s-dfc9c708-bb41-4c8c-90f7-583c605acfaa {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-dfc9c708-bb41-4c8c-90f7-583c605acfaa {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-dfc9c708-bb41-4c8c-90f7-583c605acfaa {
  margin-top: 0px;
}
}
#s-dfc9c708-bb41-4c8c-90f7-583c605acfaa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-dfc9c708-bb41-4c8c-90f7-583c605acfaa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-531c61d8-fe4d-433c-89ed-9703c3e96d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-531c61d8-fe4d-433c-89ed-9703c3e96d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531c61d8-fe4d-433c-89ed-9703c3e96d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-17403afb-c5f6-495b-a5a6-49d06a7ba7eb {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-17403afb-c5f6-495b-a5a6-49d06a7ba7eb .shg-proportional-font-size,
#s-17403afb-c5f6-495b-a5a6-49d06a7ba7eb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dac381d-93fb-4cfe-8652-e15d3e287df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3dac381d-93fb-4cfe-8652-e15d3e287df7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dac381d-93fb-4cfe-8652-e15d3e287df7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3df7a276-190e-437d-ad5d-3ff9a6cb6b54 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-3df7a276-190e-437d-ad5d-3ff9a6cb6b54 .shg-proportional-font-size,
#s-3df7a276-190e-437d-ad5d-3ff9a6cb6b54 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-51e43837-60bf-4684-88f0-692ea3ed036f {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-51e43837-60bf-4684-88f0-692ea3ed036f {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-51e43837-60bf-4684-88f0-692ea3ed036f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51e43837-60bf-4684-88f0-692ea3ed036f.shg-box.shg-c {
  justify-content: center;
}

#s-da431c96-244b-4ced-b260-ab4fb5775e50 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-da431c96-244b-4ced-b260-ab4fb5775e50 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-da431c96-244b-4ced-b260-ab4fb5775e50 {
  margin-top: 0px;
}
}
#s-da431c96-244b-4ced-b260-ab4fb5775e50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-da431c96-244b-4ced-b260-ab4fb5775e50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-0017ad97-6eef-486e-8c94-f963dc219644 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017ad97-6eef-486e-8c94-f963dc219644 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017ad97-6eef-486e-8c94-f963dc219644 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-0017ad97-6eef-486e-8c94-f963dc219644 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0017ad97-6eef-486e-8c94-f963dc219644 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017ad97-6eef-486e-8c94-f963dc219644 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017ad97-6eef-486e-8c94-f963dc219644 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-0017ad97-6eef-486e-8c94-f963dc219644 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0017ad97-6eef-486e-8c94-f963dc219644 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017ad97-6eef-486e-8c94-f963dc219644 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017ad97-6eef-486e-8c94-f963dc219644 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-0017ad97-6eef-486e-8c94-f963dc219644 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0017ad97-6eef-486e-8c94-f963dc219644 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017ad97-6eef-486e-8c94-f963dc219644 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017ad97-6eef-486e-8c94-f963dc219644 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-0017ad97-6eef-486e-8c94-f963dc219644 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0017ad97-6eef-486e-8c94-f963dc219644 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017ad97-6eef-486e-8c94-f963dc219644 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0017ad97-6eef-486e-8c94-f963dc219644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017ad97-6eef-486e-8c94-f963dc219644 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-0017ad97-6eef-486e-8c94-f963dc219644 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017ad97-6eef-486e-8c94-f963dc219644.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc1dbbdf-7dc1-4525-ade1-82d1a077580b {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-cc1dbbdf-7dc1-4525-ade1-82d1a077580b .shg-proportional-font-size,
#s-cc1dbbdf-7dc1-4525-ade1-82d1a077580b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e7e299bb-c915-4b29-b788-59834135f65b {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e7e299bb-c915-4b29-b788-59834135f65b {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-e7e299bb-c915-4b29-b788-59834135f65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7e299bb-c915-4b29-b788-59834135f65b.shg-box.shg-c {
  justify-content: center;
}

#s-d9689a4e-9e77-4164-9d45-a438d17a80ef {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d9689a4e-9e77-4164-9d45-a438d17a80ef {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-d9689a4e-9e77-4164-9d45-a438d17a80ef {
  margin-top: 0px;
}
}
#s-d9689a4e-9e77-4164-9d45-a438d17a80ef .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d9689a4e-9e77-4164-9d45-a438d17a80ef .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6981a65e-9739-4084-a6aa-b1b378bba4f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-6981a65e-9739-4084-a6aa-b1b378bba4f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6981a65e-9739-4084-a6aa-b1b378bba4f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-abf27261-af92-40ac-8298-fef43002ccbd {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-abf27261-af92-40ac-8298-fef43002ccbd .shg-proportional-font-size,
#s-abf27261-af92-40ac-8298-fef43002ccbd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f1d7818d-2b9d-492f-8785-f16fbe0cb80f {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-f1d7818d-2b9d-492f-8785-f16fbe0cb80f {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-f1d7818d-2b9d-492f-8785-f16fbe0cb80f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1d7818d-2b9d-492f-8785-f16fbe0cb80f.shg-box.shg-c {
  justify-content: center;
}

#s-52e19467-7698-4a08-8135-c28b2f8eb0da {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-52e19467-7698-4a08-8135-c28b2f8eb0da {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-52e19467-7698-4a08-8135-c28b2f8eb0da {
  margin-top: 0px;
}
}
#s-52e19467-7698-4a08-8135-c28b2f8eb0da .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-52e19467-7698-4a08-8135-c28b2f8eb0da .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0e27b2c-e525-4f95-8e91-53b39efaad6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0e27b2c-e525-4f95-8e91-53b39efaad6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-54671907-ffc3-411a-b9ed-e8d21c3a3bc3 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-54671907-ffc3-411a-b9ed-e8d21c3a3bc3 .shg-proportional-font-size,
#s-54671907-ffc3-411a-b9ed-e8d21c3a3bc3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1f53e7-e0d3-4d99-b021-11dcf807e748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9b436286-94ce-4d16-8733-0a20c4b24f5e {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-9b436286-94ce-4d16-8733-0a20c4b24f5e .shg-proportional-font-size,
#s-9b436286-94ce-4d16-8733-0a20c4b24f5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-df7f72ea-cdf0-4695-943f-ce50ad719716 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-df7f72ea-cdf0-4695-943f-ce50ad719716 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-df7f72ea-cdf0-4695-943f-ce50ad719716 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df7f72ea-cdf0-4695-943f-ce50ad719716.shg-box.shg-c {
  justify-content: center;
}

#s-f76268a8-63fd-4c52-b65e-da89fa68bb71 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f76268a8-63fd-4c52-b65e-da89fa68bb71 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-f76268a8-63fd-4c52-b65e-da89fa68bb71 {
  margin-top: 0px;
}
}
#s-f76268a8-63fd-4c52-b65e-da89fa68bb71 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-f76268a8-63fd-4c52-b65e-da89fa68bb71 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-f8c3e75e-5cea-462b-9dc2-79d896f100c8 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-f8c3e75e-5cea-462b-9dc2-79d896f100c8 .shg-proportional-font-size,
#s-f8c3e75e-5cea-462b-9dc2-79d896f100c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f99be8e4-efb8-4fa7-8ef2-4d138044e57e {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-f99be8e4-efb8-4fa7-8ef2-4d138044e57e {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-f99be8e4-efb8-4fa7-8ef2-4d138044e57e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f99be8e4-efb8-4fa7-8ef2-4d138044e57e.shg-box.shg-c {
  justify-content: center;
}

#s-3bb8f89e-972e-4940-a07b-9dab10ccd7ae {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3bb8f89e-972e-4940-a07b-9dab10ccd7ae {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-3bb8f89e-972e-4940-a07b-9dab10ccd7ae {
  margin-top: 0px;
}
}
#s-3bb8f89e-972e-4940-a07b-9dab10ccd7ae .shogun-heading-component h1 {
  color: rgb(0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-3bb8f89e-972e-4940-a07b-9dab10ccd7ae .shogun-heading-component h1 {
  color: rgb(0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  margin-left: auto;
margin-right: auto;
max-width: 2988px;
text-align: center;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 img.shogun-image {
  width: 100%;
  
  
  max-width: 2988px;

      
    max-width: 2988px;

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




.s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 img.shogun-image {
  width: 100%;
  
  
  max-width: 2988px;

      
    max-width: 2988px;

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




.s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 img.shogun-image {
  width: 100%;
  
  
  max-width: 2988px;

      
    max-width: 2988px;

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




.s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 img.shogun-image {
  width: 100%;
  
  
  max-width: 2988px;

      
    max-width: 2988px;

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




.s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e48e8133-6854-48dd-9bf8-f5199b0bd032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032 img.shogun-image {
  width: 100%;
  
  
  max-width: 2988px;

      
    max-width: 2988px;

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




.s-e48e8133-6854-48dd-9bf8-f5199b0bd032 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e8133-6854-48dd-9bf8-f5199b0bd032.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f56c3add-75ea-460f-830e-3108505df7c3 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-f56c3add-75ea-460f-830e-3108505df7c3 .shg-proportional-font-size,
#s-f56c3add-75ea-460f-830e-3108505df7c3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1ee351cd-3ab6-4afa-aeea-12e196f78621 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1ee351cd-3ab6-4afa-aeea-12e196f78621 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-1ee351cd-3ab6-4afa-aeea-12e196f78621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ee351cd-3ab6-4afa-aeea-12e196f78621.shg-box.shg-c {
  justify-content: center;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ec49ba-1a7a-449f-9ee9-f4b14040fd6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c3b0bb14-0281-4e08-a205-4694c21346a7 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c3b0bb14-0281-4e08-a205-4694c21346a7 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-c3b0bb14-0281-4e08-a205-4694c21346a7 {
  margin-top: 0px;
}
}
#s-c3b0bb14-0281-4e08-a205-4694c21346a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c3b0bb14-0281-4e08-a205-4694c21346a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56c8612-ba3e-4b25-98f8-97b9a82867d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2af123d4-9e23-406a-a8aa-e0770b3ad4bb {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-2af123d4-9e23-406a-a8aa-e0770b3ad4bb .shg-proportional-font-size,
#s-2af123d4-9e23-406a-a8aa-e0770b3ad4bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f37c9f9e-965a-4635-8f0a-4c5614847dfb {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-f37c9f9e-965a-4635-8f0a-4c5614847dfb {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-f37c9f9e-965a-4635-8f0a-4c5614847dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f37c9f9e-965a-4635-8f0a-4c5614847dfb.shg-box.shg-c {
  justify-content: center;
}

#s-d9bfaf20-c838-4d9d-b140-abf514723ad5 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d9bfaf20-c838-4d9d-b140-abf514723ad5 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-d9bfaf20-c838-4d9d-b140-abf514723ad5 {
  margin-top: 0px;
}
}
#s-d9bfaf20-c838-4d9d-b140-abf514723ad5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d9bfaf20-c838-4d9d-b140-abf514723ad5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2abcde07-9956-4f9a-9814-9cf5dd984431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2abcde07-9956-4f9a-9814-9cf5dd984431 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-2abcde07-9956-4f9a-9814-9cf5dd984431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2abcde07-9956-4f9a-9814-9cf5dd984431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9782248b-bd5e-4335-b802-f4f8c9828941 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-9782248b-bd5e-4335-b802-f4f8c9828941 .shg-proportional-font-size,
#s-9782248b-bd5e-4335-b802-f4f8c9828941 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba76fd9a-ffd6-4a18-a783-76108e78beaa {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ba76fd9a-ffd6-4a18-a783-76108e78beaa {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-ba76fd9a-ffd6-4a18-a783-76108e78beaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba76fd9a-ffd6-4a18-a783-76108e78beaa.shg-box.shg-c {
  justify-content: center;
}

#s-c66ba5e0-3019-4ba9-9c19-2a84b8062550 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c66ba5e0-3019-4ba9-9c19-2a84b8062550 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-c66ba5e0-3019-4ba9-9c19-2a84b8062550 {
  margin-top: 0px;
}
}
#s-c66ba5e0-3019-4ba9-9c19-2a84b8062550 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c66ba5e0-3019-4ba9-9c19-2a84b8062550 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328529bb-5ee5-45d2-b23c-8fdc88db6b71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c8f8c202-bf38-4d2e-bf5e-998c86dfdafc {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-c8f8c202-bf38-4d2e-bf5e-998c86dfdafc .shg-proportional-font-size,
#s-c8f8c202-bf38-4d2e-bf5e-998c86dfdafc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f2b5022-f60e-441f-9ba6-29febb9282db {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-4f2b5022-f60e-441f-9ba6-29febb9282db {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-4f2b5022-f60e-441f-9ba6-29febb9282db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f2b5022-f60e-441f-9ba6-29febb9282db.shg-box.shg-c {
  justify-content: center;
}

#s-f0fea13d-b53a-4375-bb8a-58ec89606d2b {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f0fea13d-b53a-4375-bb8a-58ec89606d2b {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-f0fea13d-b53a-4375-bb8a-58ec89606d2b {
  margin-top: 0px;
}
}
#s-f0fea13d-b53a-4375-bb8a-58ec89606d2b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-f0fea13d-b53a-4375-bb8a-58ec89606d2b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0b274c2-aa8c-4140-94cd-e7a8e399173e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b274c2-aa8c-4140-94cd-e7a8e399173e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b40106e7-b167-402e-b29a-c54c54993e14 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-b40106e7-b167-402e-b29a-c54c54993e14 .shg-proportional-font-size,
#s-b40106e7-b167-402e-b29a-c54c54993e14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3ad53e3d-c0e7-49d2-b182-4b7340c4471e {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3ad53e3d-c0e7-49d2-b182-4b7340c4471e {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-3ad53e3d-c0e7-49d2-b182-4b7340c4471e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ad53e3d-c0e7-49d2-b182-4b7340c4471e.shg-box.shg-c {
  justify-content: center;
}

#s-8e38d1f5-60fe-4c74-95a3-e6e20414e3a9 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-8e38d1f5-60fe-4c74-95a3-e6e20414e3a9 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-8e38d1f5-60fe-4c74-95a3-e6e20414e3a9 {
  margin-top: 0px;
}
}
#s-8e38d1f5-60fe-4c74-95a3-e6e20414e3a9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-8e38d1f5-60fe-4c74-95a3-e6e20414e3a9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af602c06-8302-4457-b2d3-3fa93fb3f676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af602c06-8302-4457-b2d3-3fa93fb3f676 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-af602c06-8302-4457-b2d3-3fa93fb3f676 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af602c06-8302-4457-b2d3-3fa93fb3f676.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0005d0a9-e50f-40bc-bcb3-1160356a33ea {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-0005d0a9-e50f-40bc-bcb3-1160356a33ea .shg-proportional-font-size,
#s-0005d0a9-e50f-40bc-bcb3-1160356a33ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c84ad30b-5a91-4f27-b493-90b940e135c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c84ad30b-5a91-4f27-b493-90b940e135c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-c84ad30b-5a91-4f27-b493-90b940e135c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84ad30b-5a91-4f27-b493-90b940e135c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ce6785a7-107e-4a64-919a-9c67f4d4f5a0 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-ce6785a7-107e-4a64-919a-9c67f4d4f5a0 .shg-proportional-font-size,
#s-ce6785a7-107e-4a64-919a-9c67f4d4f5a0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9fd9c617-9426-476a-9eec-463adaba85fc {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-9fd9c617-9426-476a-9eec-463adaba85fc {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-9fd9c617-9426-476a-9eec-463adaba85fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fd9c617-9426-476a-9eec-463adaba85fc.shg-box.shg-c {
  justify-content: center;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
text-align: center;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 6%;
  padding-right: 6%;
  
  
}


.shg-image-content-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5803a6cf-8c40-4bae-ac44-c6a1711902dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5803a6cf-8c40-4bae-ac44-c6a1711902dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMwNmU0ZTUtMWMyMy00YWE4LWJiMjAtZDkxZjViNDZmMzEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhYjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDY5NTJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzA2ZTRlNS0xYzIzLTRhYTgtYmIyMC1kOTFmNWI0NmYzMTApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f7ab35"}, {"id"=>2, "pos"=>1, "color"=>"#d6952b"}];
hover-type: gradient;
color: rgb(0, 0, 0);
}
#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWVjNWZlOWUtYTA3Zi00NTA1LTg0YTAtZGFkZTBiNWRmZjRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhYjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDY5NTJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZWM1ZmU5ZS1hMDdmLTQ1MDUtODRhMC1kYWRlMGI1ZGZmNGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f7ab35"}, {"id"=>2, "pos"=>1, "color"=>"#d6952b"}];
}
}

  #s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19-root {
    text-align: center;
  }


#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19-root {
    text-align: center;
  }


#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19-root {
    text-align: center;
  }


#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19-root {
    text-align: center;
  }


#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19-root {
    text-align: center;
  }


#s-a54ea22a-1c88-41d6-aa5a-c1d481a1ec19.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 35px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}
#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a15d27f-fb6d-4c0a-92b7-6b137104a7b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-28265ee8-1f75-44bc-b808-c02af7b2a69d {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-28265ee8-1f75-44bc-b808-c02af7b2a69d {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-28265ee8-1f75-44bc-b808-c02af7b2a69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28265ee8-1f75-44bc-b808-c02af7b2a69d.shg-box.shg-c {
  justify-content: center;
}

#s-c363ebd5-52e2-4847-ac08-85e9e3354e55 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c363ebd5-52e2-4847-ac08-85e9e3354e55 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-c363ebd5-52e2-4847-ac08-85e9e3354e55 {
  margin-top: 0px;
}
}
#s-c363ebd5-52e2-4847-ac08-85e9e3354e55 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c363ebd5-52e2-4847-ac08-85e9e3354e55 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-dca9caee-acea-4bb7-8fb9-a4984de8c577 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-dca9caee-acea-4bb7-8fb9-a4984de8c577 .shg-proportional-font-size,
#s-dca9caee-acea-4bb7-8fb9-a4984de8c577 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1bd0f1a2-cbe6-41a3-9a32-b9bbb12e76c5 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1bd0f1a2-cbe6-41a3-9a32-b9bbb12e76c5 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-1bd0f1a2-cbe6-41a3-9a32-b9bbb12e76c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bd0f1a2-cbe6-41a3-9a32-b9bbb12e76c5.shg-box.shg-c {
  justify-content: center;
}

#s-c9424454-fda6-4135-8ef6-2d2d99b7ae88 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c9424454-fda6-4135-8ef6-2d2d99b7ae88 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-c9424454-fda6-4135-8ef6-2d2d99b7ae88 {
  margin-top: 0px;
}
}
#s-c9424454-fda6-4135-8ef6-2d2d99b7ae88 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c9424454-fda6-4135-8ef6-2d2d99b7ae88 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-9f25d0f7-26c8-400d-8cec-de6122f4e1ac {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-9f25d0f7-26c8-400d-8cec-de6122f4e1ac .shg-proportional-font-size,
#s-9f25d0f7-26c8-400d-8cec-de6122f4e1ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-778ebdca-03c3-4524-b6f9-08467906e7b6 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-778ebdca-03c3-4524-b6f9-08467906e7b6 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-778ebdca-03c3-4524-b6f9-08467906e7b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-778ebdca-03c3-4524-b6f9-08467906e7b6.shg-box.shg-c {
  justify-content: center;
}

#s-21748363-533d-4795-bc8c-9c588ff3f2b3 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-21748363-533d-4795-bc8c-9c588ff3f2b3 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-21748363-533d-4795-bc8c-9c588ff3f2b3 {
  margin-top: 0px;
}
}
#s-21748363-533d-4795-bc8c-9c588ff3f2b3 .shogun-heading-component h1 {
  color: rgb(0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-21748363-533d-4795-bc8c-9c588ff3f2b3 .shogun-heading-component h1 {
  color: rgb(0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86ff9e51-e30c-40b7-a855-11881c6edd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86ff9e51-e30c-40b7-a855-11881c6edd89 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-86ff9e51-e30c-40b7-a855-11881c6edd89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ff9e51-e30c-40b7-a855-11881c6edd89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-59393a52-1e2c-47f8-b526-00c924c59312 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-59393a52-1e2c-47f8-b526-00c924c59312 .shg-proportional-font-size,
#s-59393a52-1e2c-47f8-b526-00c924c59312 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-884c76cc-8fe0-42fe-802b-240071e97260 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-884c76cc-8fe0-42fe-802b-240071e97260 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-884c76cc-8fe0-42fe-802b-240071e97260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-884c76cc-8fe0-42fe-802b-240071e97260.shg-box.shg-c {
  justify-content: center;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
text-align: center;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 6%;
  padding-right: 6%;
  
  
}


.shg-image-content-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aded8f3-1db4-49d7-bc81-1e6beec5d095.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8409a98e-95ee-4512-9d76-b14a791abf4b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMwNmU0ZTUtMWMyMy00YWE4LWJiMjAtZDkxZjViNDZmMzEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhYjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDY5NTJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzA2ZTRlNS0xYzIzLTRhYTgtYmIyMC1kOTFmNWI0NmYzMTApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f7ab35"}, {"id"=>2, "pos"=>1, "color"=>"#d6952b"}];
hover-type: gradient;
color: rgb(0, 0, 0);
}
#s-8409a98e-95ee-4512-9d76-b14a791abf4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8409a98e-95ee-4512-9d76-b14a791abf4b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8409a98e-95ee-4512-9d76-b14a791abf4b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWVjNWZlOWUtYTA3Zi00NTA1LTg0YTAtZGFkZTBiNWRmZjRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhYjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDY5NTJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZWM1ZmU5ZS1hMDdmLTQ1MDUtODRhMC1kYWRlMGI1ZGZmNGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f7ab35"}, {"id"=>2, "pos"=>1, "color"=>"#d6952b"}];
}
}

  #s-8409a98e-95ee-4512-9d76-b14a791abf4b-root {
    text-align: center;
  }


#s-8409a98e-95ee-4512-9d76-b14a791abf4b.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8409a98e-95ee-4512-9d76-b14a791abf4b-root {
    text-align: center;
  }


#s-8409a98e-95ee-4512-9d76-b14a791abf4b.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8409a98e-95ee-4512-9d76-b14a791abf4b-root {
    text-align: center;
  }


#s-8409a98e-95ee-4512-9d76-b14a791abf4b.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8409a98e-95ee-4512-9d76-b14a791abf4b-root {
    text-align: center;
  }


#s-8409a98e-95ee-4512-9d76-b14a791abf4b.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8409a98e-95ee-4512-9d76-b14a791abf4b-root {
    text-align: center;
  }


#s-8409a98e-95ee-4512-9d76-b14a791abf4b.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 35px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}
#s-842d33cf-9f7a-488f-9932-516c39503465 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-842d33cf-9f7a-488f-9932-516c39503465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842d33cf-9f7a-488f-9932-516c39503465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-842d33cf-9f7a-488f-9932-516c39503465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-842d33cf-9f7a-488f-9932-516c39503465 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-842d33cf-9f7a-488f-9932-516c39503465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-842d33cf-9f7a-488f-9932-516c39503465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842d33cf-9f7a-488f-9932-516c39503465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842d33cf-9f7a-488f-9932-516c39503465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-842d33cf-9f7a-488f-9932-516c39503465 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-842d33cf-9f7a-488f-9932-516c39503465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-842d33cf-9f7a-488f-9932-516c39503465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842d33cf-9f7a-488f-9932-516c39503465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842d33cf-9f7a-488f-9932-516c39503465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-842d33cf-9f7a-488f-9932-516c39503465 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-842d33cf-9f7a-488f-9932-516c39503465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-842d33cf-9f7a-488f-9932-516c39503465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842d33cf-9f7a-488f-9932-516c39503465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842d33cf-9f7a-488f-9932-516c39503465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-842d33cf-9f7a-488f-9932-516c39503465 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-842d33cf-9f7a-488f-9932-516c39503465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-842d33cf-9f7a-488f-9932-516c39503465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842d33cf-9f7a-488f-9932-516c39503465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842d33cf-9f7a-488f-9932-516c39503465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-842d33cf-9f7a-488f-9932-516c39503465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-842d33cf-9f7a-488f-9932-516c39503465 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-842d33cf-9f7a-488f-9932-516c39503465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d33cf-9f7a-488f-9932-516c39503465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1aaef0ec-b612-456c-a8ac-37dd3d79bfa2 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-1aaef0ec-b612-456c-a8ac-37dd3d79bfa2 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-1aaef0ec-b612-456c-a8ac-37dd3d79bfa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1aaef0ec-b612-456c-a8ac-37dd3d79bfa2.shg-box.shg-c {
  justify-content: center;
}

#s-1398b027-aa41-49fa-a8c4-c0cfa7392595 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1398b027-aa41-49fa-a8c4-c0cfa7392595 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 6%;
padding-right: 6%;
min-height: 0px;
text-align: left;
}
}
#s-1398b027-aa41-49fa-a8c4-c0cfa7392595 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-1398b027-aa41-49fa-a8c4-c0cfa7392595 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-2c5341d1-58de-4508-b460-978598d313ba {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

#s-2c5341d1-58de-4508-b460-978598d313ba .shg-proportional-font-size,
#s-2c5341d1-58de-4508-b460-978598d313ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c7d3339b-f4ac-4714-8a55-2b1815af092a {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-c7d3339b-f4ac-4714-8a55-2b1815af092a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-c7d3339b-f4ac-4714-8a55-2b1815af092a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7d3339b-f4ac-4714-8a55-2b1815af092a.shg-box.shg-c {
  justify-content: center;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
text-align: center;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 6%;
  padding-right: 6%;
  
  
}


.shg-image-content-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8bc16549-52d6-4e48-8d7f-68ebf001685f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-8bc16549-52d6-4e48-8d7f-68ebf001685f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc16549-52d6-4e48-8d7f-68ebf001685f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19aae555-b58e-4f39-ad1a-fa289fd29598 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjM0MjQ0OWQtMWNiMC00ZDQwLTllMzQtNjYyODBmNGM1MzFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhYjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDY5NTJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMzQyNDQ5ZC0xY2IwLTRkNDAtOWUzNC02NjI4MGY0YzUzMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f7ab35"}, {"id"=>2, "pos"=>1, "color"=>"#d6952b"}];
hover-type: gradient;
color: rgb(0, 0, 0);
}
#s-19aae555-b58e-4f39-ad1a-fa289fd29598:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19aae555-b58e-4f39-ad1a-fa289fd29598:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-19aae555-b58e-4f39-ad1a-fa289fd29598 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDY0MjAxNDMtYWM5Yi00YTVhLTljMjEtMGQzYzMwZmNkNDI3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhYjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDY5NTJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNjQyMDE0My1hYzliLTRhNWEtOWMyMS0wZDNjMzBmY2Q0MjcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f7ab35"}, {"id"=>2, "pos"=>1, "color"=>"#d6952b"}];
}
}

  #s-19aae555-b58e-4f39-ad1a-fa289fd29598-root {
    text-align: center;
  }


#s-19aae555-b58e-4f39-ad1a-fa289fd29598.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19aae555-b58e-4f39-ad1a-fa289fd29598-root {
    text-align: center;
  }


#s-19aae555-b58e-4f39-ad1a-fa289fd29598.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19aae555-b58e-4f39-ad1a-fa289fd29598-root {
    text-align: center;
  }


#s-19aae555-b58e-4f39-ad1a-fa289fd29598.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19aae555-b58e-4f39-ad1a-fa289fd29598-root {
    text-align: center;
  }


#s-19aae555-b58e-4f39-ad1a-fa289fd29598.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 55px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19aae555-b58e-4f39-ad1a-fa289fd29598-root {
    text-align: center;
  }


#s-19aae555-b58e-4f39-ad1a-fa289fd29598.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 35px;
  
  
  font-family: Spock W05 Bold;
  display:  inline-block ;
}
}
#s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e6e10416-6b92-48ca-ac21-d2c472035719 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6e10416-6b92-48ca-ac21-d2c472035719 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-e6e10416-6b92-48ca-ac21-d2c472035719 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6e10416-6b92-48ca-ac21-d2c472035719 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-e6e10416-6b92-48ca-ac21-d2c472035719 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6e10416-6b92-48ca-ac21-d2c472035719 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-e6e10416-6b92-48ca-ac21-d2c472035719 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6e10416-6b92-48ca-ac21-d2c472035719 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-e6e10416-6b92-48ca-ac21-d2c472035719 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6e10416-6b92-48ca-ac21-d2c472035719 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6e10416-6b92-48ca-ac21-d2c472035719 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-e6e10416-6b92-48ca-ac21-d2c472035719 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e10416-6b92-48ca-ac21-d2c472035719.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-63d7c553-79e1-4070-baa7-7762047349da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-63d7c553-79e1-4070-baa7-7762047349da {
  display: none;
}
#s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-content-s-63d7c553-79e1-4070-baa7-7762047349da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d7c553-79e1-4070-baa7-7762047349da {
  display: none;
}
#s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-content-s-63d7c553-79e1-4070-baa7-7762047349da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63d7c553-79e1-4070-baa7-7762047349da {
  display: none;
}
#s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-content-s-63d7c553-79e1-4070-baa7-7762047349da { display: none !important; }}
#s-63d7c553-79e1-4070-baa7-7762047349da .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-85b6bc0f-dca4-48e2-b608-b1ffac60c572 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85b6bc0f-dca4-48e2-b608-b1ffac60c572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85b6bc0f-dca4-48e2-b608-b1ffac60c572.shg-box.shg-c {
  justify-content: center;
}

#s-6119f869-2e04-4ee4-b26d-e80ba23e4057 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6119f869-2e04-4ee4-b26d-e80ba23e4057 {
  display: none;
}
#s-6119f869-2e04-4ee4-b26d-e80ba23e4057, #wrap-s-6119f869-2e04-4ee4-b26d-e80ba23e4057, #wrap-content-s-6119f869-2e04-4ee4-b26d-e80ba23e4057 { display: none !important; }}
#s-6119f869-2e04-4ee4-b26d-e80ba23e4057 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-8e959630-9378-471a-9a71-a69794050bc9 {
  min-height: 50px;
}








#s-8e959630-9378-471a-9a71-a69794050bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e959630-9378-471a-9a71-a69794050bc9.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-92d3ee45-a8aa-4ab9-a360-73388a15c84c {
  padding-left: 27%;
padding-right: 27%;
}
@media (max-width: 767px){#s-92d3ee45-a8aa-4ab9-a360-73388a15c84c {
  display: none;
}
#s-92d3ee45-a8aa-4ab9-a360-73388a15c84c, #wrap-s-92d3ee45-a8aa-4ab9-a360-73388a15c84c, #wrap-content-s-92d3ee45-a8aa-4ab9-a360-73388a15c84c { display: none !important; }}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  display: none;
}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-content-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  display: none;
}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-content-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  display: none;
}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-content-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 { display: none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
