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

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

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

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

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

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

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

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

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

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

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

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

#s-d5b13881-ca6f-47d8-9158-890bef61d835 {
  margin-top: 50px;
min-height: 50px;
}








#s-d5b13881-ca6f-47d8-9158-890bef61d835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b13881-ca6f-47d8-9158-890bef61d835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 350px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 200px;
}
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/480x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/960x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/768x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/1536x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/1024x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/1200x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/8d14ebf3-2892-4219-9c56-4339aaf39c46/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba > .shg-box-overlay {
  background-color: rgba(40, 40, 40, 1);
  opacity: 0;
  display: block;
}#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  max-width: 3000px;
text-align: center;
opacity: 0.9500000000000001;
}
#s-e394470a-2c04-4e97-9d18-caa773dcb14e:hover {opacity: 1 !important;}
#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


@media (min-width: 1200px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


}@media (max-width: 767px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


}
#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-239ee11b-c1eb-4547-80dc-9155961127b0 {
  margin-left: auto;
margin-right: auto;
}

#s-c8568942-471d-45f2-bc48-14b002068472 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8568942-471d-45f2-bc48-14b002068472 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-c8568942-471d-45f2-bc48-14b002068472 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-c8568942-471d-45f2-bc48-14b002068472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8568942-471d-45f2-bc48-14b002068472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-bf080e4c-d55f-44a0-adcd-fb8182c7a370 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  max-width: 2048px;
text-align: center;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


@media (min-width: 1200px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


}@media (max-width: 767px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


}
#s-d894027c-10fc-4b8a-ba36-d9be302b7d06 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-d894027c-10fc-4b8a-ba36-d9be302b7d06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d894027c-10fc-4b8a-ba36-d9be302b7d06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-369f64f7-8fa5-41d2-9378-2b3dd5eb0265 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-369f64f7-8fa5-41d2-9378-2b3dd5eb0265 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-115b1e60-0441-44e8-8e9e-199a98213276 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-115b1e60-0441-44e8-8e9e-199a98213276 .shg-proportional-font-size,
#s-115b1e60-0441-44e8-8e9e-199a98213276 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0501b76f-7829-4aad-a3a4-a98d34d0c029 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-0501b76f-7829-4aad-a3a4-a98d34d0c029 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-0501b76f-7829-4aad-a3a4-a98d34d0c029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0501b76f-7829-4aad-a3a4-a98d34d0c029.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  max-width: 1638px;
text-align: center;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  margin: 0 !important;
  overflow: visible;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add background color handling */
  
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image {
  box-sizing: border-box;
}



.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  
}


@media (min-width: 1200px){#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  margin: 0 !important;
  overflow: visible;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add background color handling */
  
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image {
  box-sizing: border-box;
}



.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  margin: 0 !important;
  overflow: visible;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add background color handling */
  
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image {
  box-sizing: border-box;
}



.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  margin: 0 !important;
  overflow: visible;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add background color handling */
  
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image {
  box-sizing: border-box;
}



.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  
}


}@media (max-width: 767px){#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  margin: 0 !important;
  overflow: visible;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b29d7cca-2e37-41e5-a04d-308fe7c9805b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add background color handling */
  
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b29d7cca-2e37-41e5-a04d-308fe7c9805b.shogun-image {
  box-sizing: border-box;
}



.s-b29d7cca-2e37-41e5-a04d-308fe7c9805b img.shogun-image {
  
}


}
#s-436164e8-35fa-4a97-a840-513288842da4 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-436164e8-35fa-4a97-a840-513288842da4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-436164e8-35fa-4a97-a840-513288842da4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b64fe2e-4fcd-4ccc-a19a-9ca946890d3d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8b64fe2e-4fcd-4ccc-a19a-9ca946890d3d .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-920cb018-3a9d-4a55-ae3e-8e667ae7282b {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-920cb018-3a9d-4a55-ae3e-8e667ae7282b .shg-proportional-font-size,
#s-920cb018-3a9d-4a55-ae3e-8e667ae7282b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b5934445-37e6-4135-82ea-8deac09ae6c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-b5934445-37e6-4135-82ea-8deac09ae6c1 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-b5934445-37e6-4135-82ea-8deac09ae6c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5934445-37e6-4135-82ea-8deac09ae6c1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  max-width: 1587px;
text-align: center;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  margin: 0 !important;
  overflow: visible;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add background color handling */
  
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image {
  box-sizing: border-box;
}



.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  margin: 0 !important;
  overflow: visible;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add background color handling */
  
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image {
  box-sizing: border-box;
}



.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  margin: 0 !important;
  overflow: visible;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add background color handling */
  
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image {
  box-sizing: border-box;
}



.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  margin: 0 !important;
  overflow: visible;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add background color handling */
  
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image {
  box-sizing: border-box;
}



.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  margin: 0 !important;
  overflow: visible;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add background color handling */
  
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea.shogun-image {
  box-sizing: border-box;
}



.s-57bf9dd4-ea66-40a4-b13c-e7a39a5345ea img.shogun-image {
  
}


}
#s-a8fad312-99db-4dfd-b54d-27d561c5d74b {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a8fad312-99db-4dfd-b54d-27d561c5d74b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8fad312-99db-4dfd-b54d-27d561c5d74b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-088e509a-c45c-4809-9b17-aa705ba03213 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-088e509a-c45c-4809-9b17-aa705ba03213 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-c44c718c-6f50-4eeb-95cf-8eff1ae81536 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-c44c718c-6f50-4eeb-95cf-8eff1ae81536 .shg-proportional-font-size,
#s-c44c718c-6f50-4eeb-95cf-8eff1ae81536 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0097f9f2-e1cf-433c-954a-6c0b13a405f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-0097f9f2-e1cf-433c-954a-6c0b13a405f3 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-0097f9f2-e1cf-433c-954a-6c0b13a405f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0097f9f2-e1cf-433c-954a-6c0b13a405f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2658698-d234-402e-9037-16747bce4964 {
  max-width: 3000px;
text-align: center;
}

#s-c2658698-d234-402e-9037-16747bce4964 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2658698-d234-402e-9037-16747bce4964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-c2658698-d234-402e-9037-16747bce4964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2658698-d234-402e-9037-16747bce4964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2658698-d234-402e-9037-16747bce4964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2658698-d234-402e-9037-16747bce4964.shogun-image {
  box-sizing: border-box;
}



.s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c2658698-d234-402e-9037-16747bce4964 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2658698-d234-402e-9037-16747bce4964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2658698-d234-402e-9037-16747bce4964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2658698-d234-402e-9037-16747bce4964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2658698-d234-402e-9037-16747bce4964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2658698-d234-402e-9037-16747bce4964.shogun-image {
  box-sizing: border-box;
}



.s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2658698-d234-402e-9037-16747bce4964 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2658698-d234-402e-9037-16747bce4964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2658698-d234-402e-9037-16747bce4964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2658698-d234-402e-9037-16747bce4964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2658698-d234-402e-9037-16747bce4964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2658698-d234-402e-9037-16747bce4964.shogun-image {
  box-sizing: border-box;
}



.s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c2658698-d234-402e-9037-16747bce4964 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2658698-d234-402e-9037-16747bce4964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2658698-d234-402e-9037-16747bce4964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2658698-d234-402e-9037-16747bce4964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2658698-d234-402e-9037-16747bce4964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2658698-d234-402e-9037-16747bce4964.shogun-image {
  box-sizing: border-box;
}



.s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c2658698-d234-402e-9037-16747bce4964 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2658698-d234-402e-9037-16747bce4964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2658698-d234-402e-9037-16747bce4964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2658698-d234-402e-9037-16747bce4964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2658698-d234-402e-9037-16747bce4964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2658698-d234-402e-9037-16747bce4964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2658698-d234-402e-9037-16747bce4964.shogun-image {
  box-sizing: border-box;
}



.s-c2658698-d234-402e-9037-16747bce4964 img.shogun-image {
  
}


}
#s-e7fac8ec-cdaa-4882-bbea-e0b19eaaa158 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e7fac8ec-cdaa-4882-bbea-e0b19eaaa158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7fac8ec-cdaa-4882-bbea-e0b19eaaa158.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d912b74-50f9-4198-9d43-5117411fea85 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1d912b74-50f9-4198-9d43-5117411fea85 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-c772e166-020e-4d05-8090-1c668992b22c {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-c772e166-020e-4d05-8090-1c668992b22c .shg-proportional-font-size,
#s-c772e166-020e-4d05-8090-1c668992b22c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a0ecfe6d-0410-4e5c-bed8-8f53599b431d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a0ecfe6d-0410-4e5c-bed8-8f53599b431d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a0ecfe6d-0410-4e5c-bed8-8f53599b431d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a0ecfe6d-0410-4e5c-bed8-8f53599b431d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0ecfe6d-0410-4e5c-bed8-8f53599b431d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a6983ce3-5274-4461-832d-4dc7b3da8cf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-a6983ce3-5274-4461-832d-4dc7b3da8cf7 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-a6983ce3-5274-4461-832d-4dc7b3da8cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6983ce3-5274-4461-832d-4dc7b3da8cf7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  max-width: 2048px;
text-align: center;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  margin: 0 !important;
  overflow: visible;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add background color handling */
  
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-483a06f5-5eaa-4dbf-bce9-70305385594e .shogun-image-content {
  
    justify-content: center;
  
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image {
  box-sizing: border-box;
}



.s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  
}


@media (min-width: 1200px){#s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  margin: 0 !important;
  overflow: visible;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add background color handling */
  
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483a06f5-5eaa-4dbf-bce9-70305385594e .shogun-image-content {
  
    justify-content: center;
  
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image {
  box-sizing: border-box;
}



.s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  margin: 0 !important;
  overflow: visible;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add background color handling */
  
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483a06f5-5eaa-4dbf-bce9-70305385594e .shogun-image-content {
  
    justify-content: center;
  
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image {
  box-sizing: border-box;
}



.s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  margin: 0 !important;
  overflow: visible;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add background color handling */
  
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483a06f5-5eaa-4dbf-bce9-70305385594e .shogun-image-content {
  
    justify-content: center;
  
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image {
  box-sizing: border-box;
}



.s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  
}


}@media (max-width: 767px){#s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  margin: 0 !important;
  overflow: visible;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483a06f5-5eaa-4dbf-bce9-70305385594e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add background color handling */
  
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483a06f5-5eaa-4dbf-bce9-70305385594e .shogun-image-content {
  
    justify-content: center;
  
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483a06f5-5eaa-4dbf-bce9-70305385594e.shogun-image {
  box-sizing: border-box;
}



.s-483a06f5-5eaa-4dbf-bce9-70305385594e img.shogun-image {
  
}


}
#s-a146ec97-7235-4763-b6b1-95c6389cf4a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a146ec97-7235-4763-b6b1-95c6389cf4a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a146ec97-7235-4763-b6b1-95c6389cf4a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9190a0a-d827-4baf-817f-5289e2ff6c2f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d9190a0a-d827-4baf-817f-5289e2ff6c2f .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-55bb5afb-c19f-443c-8793-6e871c41f939 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-55bb5afb-c19f-443c-8793-6e871c41f939 .shg-proportional-font-size,
#s-55bb5afb-c19f-443c-8793-6e871c41f939 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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







#s-ab17a500-a88d-4fee-a5f4-cb8b96800fb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab17a500-a88d-4fee-a5f4-cb8b96800fb5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  max-width: 1645px;
text-align: center;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image {
  box-sizing: border-box;
}



.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image {
  box-sizing: border-box;
}



.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image {
  box-sizing: border-box;
}



.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image {
  box-sizing: border-box;
}



.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6b9791-d018-4d45-b3f0-77516b3dcc73.shogun-image {
  box-sizing: border-box;
}



.s-9b6b9791-d018-4d45-b3f0-77516b3dcc73 img.shogun-image {
  
}


}
#s-f378f810-2f84-4ee0-bf79-64ba1ffb294e {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f378f810-2f84-4ee0-bf79-64ba1ffb294e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f378f810-2f84-4ee0-bf79-64ba1ffb294e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44f6ed4d-4aa9-458c-8920-f111d4671493 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-44f6ed4d-4aa9-458c-8920-f111d4671493 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-3a78df4a-8798-4c6e-8921-0a1a54bf87cc {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3a78df4a-8798-4c6e-8921-0a1a54bf87cc .shg-proportional-font-size,
#s-3a78df4a-8798-4c6e-8921-0a1a54bf87cc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a61086e6-7be7-4ae9-9d32-01cb0e40379b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-a61086e6-7be7-4ae9-9d32-01cb0e40379b {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-a61086e6-7be7-4ae9-9d32-01cb0e40379b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a61086e6-7be7-4ae9-9d32-01cb0e40379b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  max-width: 1527px;
text-align: center;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image {
  box-sizing: border-box;
}



.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image {
  box-sizing: border-box;
}



.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image {
  box-sizing: border-box;
}



.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image {
  box-sizing: border-box;
}



.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd5a3fb-d3cd-4e77-a511-1342a2896078.shogun-image {
  box-sizing: border-box;
}



.s-dbd5a3fb-d3cd-4e77-a511-1342a2896078 img.shogun-image {
  
}


}
#s-950039d9-4fb1-4a91-89f0-96ea4a052a54 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-950039d9-4fb1-4a91-89f0-96ea4a052a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-950039d9-4fb1-4a91-89f0-96ea4a052a54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48eb0ca2-1afe-48ff-9a38-b658f34389ac {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-48eb0ca2-1afe-48ff-9a38-b658f34389ac .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-3be39704-0c36-4145-9fef-35342ad7fb44 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3be39704-0c36-4145-9fef-35342ad7fb44 .shg-proportional-font-size,
#s-3be39704-0c36-4145-9fef-35342ad7fb44 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e22b67e2-192a-4a36-836d-bb4c34da2b50 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-e22b67e2-192a-4a36-836d-bb4c34da2b50 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-e22b67e2-192a-4a36-836d-bb4c34da2b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e22b67e2-192a-4a36-836d-bb4c34da2b50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f {
  max-width: 2048px;
text-align: center;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f {
  margin: 0 !important;
  overflow: visible;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add background color handling */
  
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-59543943-6540-4f4c-8fae-28f8de0c201f .shogun-image-content {
  
    justify-content: center;
  
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image {
  box-sizing: border-box;
}



.s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  
}


@media (min-width: 1200px){#s-59543943-6540-4f4c-8fae-28f8de0c201f {
  margin: 0 !important;
  overflow: visible;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add background color handling */
  
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-59543943-6540-4f4c-8fae-28f8de0c201f .shogun-image-content {
  
    justify-content: center;
  
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image {
  box-sizing: border-box;
}



.s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-59543943-6540-4f4c-8fae-28f8de0c201f {
  margin: 0 !important;
  overflow: visible;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add background color handling */
  
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-59543943-6540-4f4c-8fae-28f8de0c201f .shogun-image-content {
  
    justify-content: center;
  
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image {
  box-sizing: border-box;
}



.s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-59543943-6540-4f4c-8fae-28f8de0c201f {
  margin: 0 !important;
  overflow: visible;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add background color handling */
  
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-59543943-6540-4f4c-8fae-28f8de0c201f .shogun-image-content {
  
    justify-content: center;
  
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image {
  box-sizing: border-box;
}



.s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  
}


}@media (max-width: 767px){#s-59543943-6540-4f4c-8fae-28f8de0c201f {
  margin: 0 !important;
  overflow: visible;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59543943-6540-4f4c-8fae-28f8de0c201f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add background color handling */
  
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-59543943-6540-4f4c-8fae-28f8de0c201f .shogun-image-content {
  
    justify-content: center;
  
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59543943-6540-4f4c-8fae-28f8de0c201f.shogun-image {
  box-sizing: border-box;
}



.s-59543943-6540-4f4c-8fae-28f8de0c201f img.shogun-image {
  
}


}
#s-a278b57f-021c-44b3-9b2c-6f087d922a57 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a278b57f-021c-44b3-9b2c-6f087d922a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a278b57f-021c-44b3-9b2c-6f087d922a57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0ec2553-c4ed-48bc-b0e1-01d24ed0ea1e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c0ec2553-c4ed-48bc-b0e1-01d24ed0ea1e .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-89c57e62-9039-4297-ae1c-bd4ca8933478 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-89c57e62-9039-4297-ae1c-bd4ca8933478 .shg-proportional-font-size,
#s-89c57e62-9039-4297-ae1c-bd4ca8933478 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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







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

#s-faa8d717-0435-4326-ba0f-f3bfcde15144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


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


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


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


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

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

}

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

}

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

}

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

}

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








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

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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



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

#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07cdf4e6-2f8e-4f17-bc41-247497a25aa1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-07cdf4e6-2f8e-4f17-bc41-247497a25aa1 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2cddf3c8-4ded-45e6-8b45-d0104faa3048 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e062f06-7b65-4192-aa40-a176bab4a4ea {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2e062f06-7b65-4192-aa40-a176bab4a4ea .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0ca579f3-71d9-4b87-b2e3-71b6b5a4c207 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

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







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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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



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

#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0021a4e-b93c-4ec3-9078-87c4862cab96 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a0021a4e-b93c-4ec3-9078-87c4862cab96 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-73c1684e-eb50-4797-84f8-9fe31b73cbdd {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b75535d-a2c7-43e5-867f-a42380d83fb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0b75535d-a2c7-43e5-867f-a42380d83fb5 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fb241a88-cc68-4740-894f-f569cd613c7c {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

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







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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}






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

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

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

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



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


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

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



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

#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8c2318-e727-45d7-812f-da201ab338fc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ff8c2318-e727-45d7-812f-da201ab338fc .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d46cf0d5-25df-40c8-a0ec-59bab0840109 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edb09885-6d6e-4c89-8e9b-e32c8ca9242f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-edb09885-6d6e-4c89-8e9b-e32c8ca9242f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8515619d-9513-40df-85b4-d782b29847b7 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d {
  margin-top: 10px;
}
}







#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


}
#s-317e8a29-3aa7-44ee-8333-547daafebd37 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-317e8a29-3aa7-44ee-8333-547daafebd37 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8e125d01-25f3-43ec-98a6-408032f92839 {
  margin-left: auto;
margin-right: auto;
}

#s-84cfa04a-be7d-4087-99fc-75649136e4a2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-84cfa04a-be7d-4087-99fc-75649136e4a2 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-84cfa04a-be7d-4087-99fc-75649136e4a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84cfa04a-be7d-4087-99fc-75649136e4a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6506060-8d84-4048-b6df-dac577ffe4ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a6506060-8d84-4048-b6df-dac577ffe4ff .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2ee92e35-5e03-4a53-bbdb-401a211e31ef {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-088f588d-4f00-40f0-a570-c6a8bbf8d367 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-088f588d-4f00-40f0-a570-c6a8bbf8d367 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-088f588d-4f00-40f0-a570-c6a8bbf8d367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-088f588d-4f00-40f0-a570-c6a8bbf8d367.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63f97fcc-913e-43cd-afbe-324cd268121f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-63f97fcc-913e-43cd-afbe-324cd268121f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7069dd99-d8c0-4637-a8bc-2669b60ca93f {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-e09d31b8-5316-4056-ba2e-616548e724ba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column {
  background-color: rgba(227, 227, 227, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column, #s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-top: 10px;
padding-left: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column, #s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-21481968-c46c-4120-b4a1-68760e867dad {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-897bbcb4-16da-4d17-84f9-396e45f5be4f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-897bbcb4-16da-4d17-84f9-396e45f5be4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-897bbcb4-16da-4d17-84f9-396e45f5be4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6af25c1-0862-4383-a504-a6f887ef2f0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a6af25c1-0862-4383-a504-a6f887ef2f0a .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 {
  margin-top: 10px;
}
}







#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5554c2b2-e972-41de-b158-c17871a2062c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5554c2b2-e972-41de-b158-c17871a2062c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 {
  margin-top: 10px;
}
}







#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79843876-b0bc-4562-b4ca-b05ae7dd7894.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a640de8f-4daa-4292-9b85-ee12910fbfa9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-188b7cde-93a6-4e55-beea-a21096139e60 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}








#s-188b7cde-93a6-4e55-beea-a21096139e60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-188b7cde-93a6-4e55-beea-a21096139e60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-913863cf-b5de-4064-96ca-ecac1d5a5b50 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0159f113-c42f-4681-849c-e036f9a57283 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-0159f113-c42f-4681-849c-e036f9a57283 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0159f113-c42f-4681-849c-e036f9a57283 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 {
  margin-top: 10px;
}
}







#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ff1341c-a16b-4e7c-9294-6d59741c6983.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-908c7ea6-9855-408c-97e3-304fa0978cb4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0b38b471-49ff-4667-896a-a56d1d451ec3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-0b38b471-49ff-4667-896a-a56d1d451ec3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0b38b471-49ff-4667-896a-a56d1d451ec3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b {
  margin-top: 10px;
}
}







#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

#s-e9f90080-ec96-4de0-a927-dd1e2e4ffadb {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-e9f90080-ec96-4de0-a927-dd1e2e4ffadb {
  margin-top: 0px;
}
}
#s-058958da-55a6-49e9-9dd9-12dd4a302613 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-058958da-55a6-49e9-9dd9-12dd4a302613 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-058958da-55a6-49e9-9dd9-12dd4a302613 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-c263e414-1d57-48a2-9b24-809d4ad12ddc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d66697a2-49e8-433a-b7f9-fb8d922555d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d66697a2-49e8-433a-b7f9-fb8d922555d1 {
  margin-bottom: 10px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
}
}







#s-d66697a2-49e8-433a-b7f9-fb8d922555d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d66697a2-49e8-433a-b7f9-fb8d922555d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 900/425;
text-align: left;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-205e65e3-78a3-470b-b550-421b83eb69d2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-205e65e3-78a3-470b-b550-421b83eb69d2 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8d4de202-2779-4b6c-91fc-c49b9f1be6ba {
  margin-left: auto;
margin-right: auto;
}

#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4d41c8cb-4593-414e-9411-53c32958bee8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d41c8cb-4593-414e-9411-53c32958bee8 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cbaab1d8-4b35-4b05-970f-865e0b7187e6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cbaab1d8-4b35-4b05-970f-865e0b7187e6 {
  margin-bottom: 10px;
}
}
#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-cad2e830-06df-4c4f-95af-8d468348091d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad2e830-06df-4c4f-95af-8d468348091d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19b72168-fb96-4dd2-845e-4339afa27b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e367133-a199-42d0-a859-3c8cc8b6d5b2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e367133-a199-42d0-a859-3c8cc8b6d5b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-5e367133-a199-42d0-a859-3c8cc8b6d5b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ad44ba88-3085-4e12-ab14-a43eca51ba92 {
  margin-left: auto;
margin-right: auto;
}

#s-01a41153-809a-4f39-82d1-b060f8c403d6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-aa31dffa-c734-4575-9b45-238020c3ba95 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-top: 10px;
}
}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-top: 10px;
}
}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-45838310-f320-4f67-85d8-4e6eb6becc4c {
  margin-left: auto;
margin-right: auto;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d40ed470-ba51-48e6-9cb9-39289adc00f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d40ed470-ba51-48e6-9cb9-39289adc00f2:active {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

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

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
