.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-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 20px;
}
}







#s-c24cae56-690d-488f-aa88-0341c4a57924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24cae56-690d-488f-aa88-0341c4a57924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4a87ec2-5045-4209-8db0-7107357d67f3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 3px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b4a87ec2-5045-4209-8db0-7107357d67f3 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4a87ec2-5045-4209-8db0-7107357d67f3 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4a87ec2-5045-4209-8db0-7107357d67f3 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-b4a87ec2-5045-4209-8db0-7107357d67f3 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-b4a87ec2-5045-4209-8db0-7107357d67f3 {
  background-image: url();
}








#s-b4a87ec2-5045-4209-8db0-7107357d67f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4a87ec2-5045-4209-8db0-7107357d67f3.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-ec8ccbff-611e-472d-a059-b175c12286db {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec8ccbff-611e-472d-a059-b175c12286db .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-ec8ccbff-611e-472d-a059-b175c12286db .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: 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-2ff34fb0-2edc-4cca-a272-5694911b33a8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2ff34fb0-2edc-4cca-a272-5694911b33a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ff34fb0-2edc-4cca-a272-5694911b33a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2ff34fb0-2edc-4cca-a272-5694911b33a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ff34fb0-2edc-4cca-a272-5694911b33a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5a31d8a9-827e-4d7e-aa82-1096a5ad4842 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
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-5a31d8a9-827e-4d7e-aa82-1096a5ad4842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a31d8a9-827e-4d7e-aa82-1096a5ad4842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-413c0472-be04-429a-940b-f2cee970fbc4 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-347a0c8f-f0ad-4875-9925-1588db86b58a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a {
  max-width:  100%;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a {
  max-width:  100%;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a {
  max-width:  100%;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a {
  max-width:  100%;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a {
  max-width:  100%;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a .shg-image-zoom,
.shg-c#s-347a0c8f-f0ad-4875-9925-1588db86b58a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-33da0c10-8b05-4ac6-8fec-aa7c3f196264 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-33da0c10-8b05-4ac6-8fec-aa7c3f196264 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



.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-25f8080e-1309-46da-8cc4-90c2ebe7db44 {
  margin-left: auto;
margin-right: auto;
}

#s-995ff481-8ddf-4af6-941d-8d0bd7e4acd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
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-995ff481-8ddf-4af6-941d-8d0bd7e4acd6 {
  margin-top: 20px;
}
}







#s-995ff481-8ddf-4af6-941d-8d0bd7e4acd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-995ff481-8ddf-4af6-941d-8d0bd7e4acd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2128abce-6b32-44fd-99b4-57975ecc1d9c {
  margin-left: auto;
margin-right: auto;
}

#s-eb2abf5f-6b70-4708-a012-c693d071e58e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e {
  max-width:  100%;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e {
  max-width:  100%;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e {
  max-width:  100%;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e {
  max-width:  100%;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e {
  max-width:  100%;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  max-width: 1620px !important;
  
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e .shg-image-zoom,
.shg-c#s-eb2abf5f-6b70-4708-a012-c693d071e58e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb16f150-ac8e-43d7-a4b7-5e65062dc7fc {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fb16f150-ac8e-43d7-a4b7-5e65062dc7fc .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-e277f25d-e2be-401d-8671-a8cb8a4ba4dd {
  margin-left: auto;
margin-right: auto;
}

#s-3b49f254-6eea-4ce4-ae86-244d3949c341 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3b49f254-6eea-4ce4-ae86-244d3949c341 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b49f254-6eea-4ce4-ae86-244d3949c341 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-3b49f254-6eea-4ce4-ae86-244d3949c341 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-3b49f254-6eea-4ce4-ae86-244d3949c341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b49f254-6eea-4ce4-ae86-244d3949c341.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 20px;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 27px;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}@media (min-width: 768px) and (max-width: 991px){#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 20px;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 20px;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 20px;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 20px;
}

#s-99c90531-be07-4dfe-bfb3-e9e37b9f4ad2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 0px;
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: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
border-style: none;
border-radius: 0px;
}
}@media (max-width: 767px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}
#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  background-image: url();
}








#s-f99b33b4-f66c-4836-b70b-5472a538ca00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f99b33b4-f66c-4836-b70b-5472a538ca00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-060e095c-17a9-471f-882c-c8b165b3067f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-060e095c-17a9-471f-882c-c8b165b3067f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-060e095c-17a9-471f-882c-c8b165b3067f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48f5f87c-45d4-4fd3-8d16-8279be361224 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48f5f87c-45d4-4fd3-8d16-8279be361224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48f5f87c-45d4-4fd3-8d16-8279be361224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21c352fc-1ac6-48a5-8cc4-fe765bf00a1b {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 3px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21c352fc-1ac6-48a5-8cc4-fe765bf00a1b {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-21c352fc-1ac6-48a5-8cc4-fe765bf00a1b {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-21c352fc-1ac6-48a5-8cc4-fe765bf00a1b {
  background-image: url();
}








#s-21c352fc-1ac6-48a5-8cc4-fe765bf00a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21c352fc-1ac6-48a5-8cc4-fe765bf00a1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64501149-1573-4ff8-94c8-58b8c18522f6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-64501149-1573-4ff8-94c8-58b8c18522f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-64501149-1573-4ff8-94c8-58b8c18522f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-64501149-1573-4ff8-94c8-58b8c18522f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-64501149-1573-4ff8-94c8-58b8c18522f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0befc1c2-7aff-4414-8228-2eb013d5753f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0befc1c2-7aff-4414-8228-2eb013d5753f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0befc1c2-7aff-4414-8228-2eb013d5753f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-485fe375-5bd6-446f-af66-41e43fcd6835 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-485fe375-5bd6-446f-af66-41e43fcd6835 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-485fe375-5bd6-446f-af66-41e43fcd6835 .shogun-heading-component h1 a {
  color: ;
}


#s-00b9b37e-692e-47c3-9b35-149899c1a5ad {
  margin-left: auto;
margin-right: auto;
}

#s-10227221-2518-4192-8158-5746be1fffd4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10227221-2518-4192-8158-5746be1fffd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b44081b-4382-435c-b974-5cdece6ea18f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7b44081b-4382-435c-b974-5cdece6ea18f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a421a7f1-9735-4a1d-8925-0a717b6df969 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a421a7f1-9735-4a1d-8925-0a717b6df969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a421a7f1-9735-4a1d-8925-0a717b6df969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efea7945-38cc-43e2-b3af-abbccba8537d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efea7945-38cc-43e2-b3af-abbccba8537d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-efea7945-38cc-43e2-b3af-abbccba8537d .shogun-heading-component h1 a {
  color: ;
}


#s-d2f0dee7-c05b-400a-ab42-4c73bf64ebe4 {
  margin-left: auto;
margin-right: auto;
}

#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d36e53-5d67-4d8a-a0ba-e5c309228463 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b3da1028-4216-46e1-8bc4-60dd526f5402 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3da1028-4216-46e1-8bc4-60dd526f5402 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-465d26f3-2ff8-4cf2-83c4-71a09c96b596 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-465d26f3-2ff8-4cf2-83c4-71a09c96b596 {
  margin-top: 10px;
}
}







#s-465d26f3-2ff8-4cf2-83c4-71a09c96b596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-465d26f3-2ff8-4cf2-83c4-71a09c96b596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6b1647-1fe0-42fc-9565-e96945c8aa63 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce6b1647-1fe0-42fc-9565-e96945c8aa63 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-ce6b1647-1fe0-42fc-9565-e96945c8aa63 .shogun-heading-component h1 a {
  color: ;
}


#s-3bc25953-e91a-42ef-a771-1d164c957e90 {
  margin-left: auto;
margin-right: auto;
}

#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4423dd20-d4ce-4760-ba16-b4b75ab36c50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8a57624a-78d5-41ea-b822-837e454ffe39 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a57624a-78d5-41ea-b822-837e454ffe39 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7afb96ae-6669-4772-9554-9226fc90e5d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-7afb96ae-6669-4772-9554-9226fc90e5d4 {
  margin-top: 10px;
}
}







#s-7afb96ae-6669-4772-9554-9226fc90e5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7afb96ae-6669-4772-9554-9226fc90e5d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-297db48a-6c6a-456e-8bb7-8045031912c6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-297db48a-6c6a-456e-8bb7-8045031912c6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-297db48a-6c6a-456e-8bb7-8045031912c6 .shogun-heading-component h1 a {
  color: ;
}


#s-d742adf5-1eaa-4bd3-be9e-511e5af9d022 {
  margin-left: auto;
margin-right: auto;
}

#s-4dfeffe1-6586-480a-8f92-b8898d97d89b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfeffe1-6586-480a-8f92-b8898d97d89b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-289d3b99-f680-4bae-86e5-be9dcdb78b4b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-289d3b99-f680-4bae-86e5-be9dcdb78b4b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4feefc0f-3349-430f-8a73-c8d495f2f7cd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4feefc0f-3349-430f-8a73-c8d495f2f7cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4feefc0f-3349-430f-8a73-c8d495f2f7cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4feefc0f-3349-430f-8a73-c8d495f2f7cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4feefc0f-3349-430f-8a73-c8d495f2f7cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-3ab19e0a-652f-4404-ad43-762655b225fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-3ab19e0a-652f-4404-ad43-762655b225fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ab19e0a-652f-4404-ad43-762655b225fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36b24eef-d35b-4da6-9766-ca23fc66c840 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36b24eef-d35b-4da6-9766-ca23fc66c840 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-36b24eef-d35b-4da6-9766-ca23fc66c840 .shogun-heading-component h1 a {
  color: ;
}


#s-1ae65a06-0340-4c51-b576-ad6938a7c284 {
  margin-left: auto;
margin-right: auto;
}

#s-f4636369-d78f-4047-811b-40fbcd82a840 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4636369-d78f-4047-811b-40fbcd82a840 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-25f1f85d-c513-451d-96cc-027b062b80ed {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-25f1f85d-c513-451d-96cc-027b062b80ed .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9785a95f-edeb-43ab-b3a0-e1f7c53c3e83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9785a95f-edeb-43ab-b3a0-e1f7c53c3e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9785a95f-edeb-43ab-b3a0-e1f7c53c3e83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcdd9627-e167-4a8d-b3a4-2381bd5cbfd5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcdd9627-e167-4a8d-b3a4-2381bd5cbfd5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-bcdd9627-e167-4a8d-b3a4-2381bd5cbfd5 .shogun-heading-component h1 a {
  color: ;
}


#s-4bf23d90-9fbe-471f-96aa-7c1be6ba9e3e {
  margin-left: auto;
margin-right: auto;
}

#s-b2bb7904-d781-41a6-803b-afdea4d29e82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2bb7904-d781-41a6-803b-afdea4d29e82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-718bc068-6b2b-4880-9d74-96bc6ff336ce {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-718bc068-6b2b-4880-9d74-96bc6ff336ce .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d4e14c45-96d6-4d89-b592-994e9cff4ab7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d4e14c45-96d6-4d89-b592-994e9cff4ab7 {
  margin-top: 10px;
}
}







#s-d4e14c45-96d6-4d89-b592-994e9cff4ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4e14c45-96d6-4d89-b592-994e9cff4ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70d224c9-0ab2-42f1-b2b9-d505a97ab492 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70d224c9-0ab2-42f1-b2b9-d505a97ab492 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-70d224c9-0ab2-42f1-b2b9-d505a97ab492 .shogun-heading-component h1 a {
  color: ;
}


#s-8114484b-901b-463e-aa35-43aabdc5f710 {
  margin-left: auto;
margin-right: auto;
}

#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d7c174-c762-4e44-ab4e-2d60051a2b00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-36c5f315-d404-4d20-ab91-a14632910bf7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36c5f315-d404-4d20-ab91-a14632910bf7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b0ada2d7-593a-4354-bfbe-0b5f971bd945 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-b0ada2d7-593a-4354-bfbe-0b5f971bd945 {
  margin-top: 10px;
}
}







#s-b0ada2d7-593a-4354-bfbe-0b5f971bd945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0ada2d7-593a-4354-bfbe-0b5f971bd945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd08b2be-af49-4895-b9ef-fc03808a7982 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd08b2be-af49-4895-b9ef-fc03808a7982 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-dd08b2be-af49-4895-b9ef-fc03808a7982 .shogun-heading-component h1 a {
  color: ;
}


#s-04581502-84bf-4b3d-98f4-df9a129f602e {
  margin-left: auto;
margin-right: auto;
}

#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fedfd87c-1960-4007-9d01-c97cd22a0df0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0123a024-2535-4af0-8974-0d48955b0a83 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0123a024-2535-4af0-8974-0d48955b0a83 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ada5742a-acc9-4cb1-b1d5-b2e813ee1106 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ada5742a-acc9-4cb1-b1d5-b2e813ee1106"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ada5742a-acc9-4cb1-b1d5-b2e813ee1106"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ada5742a-acc9-4cb1-b1d5-b2e813ee1106"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ada5742a-acc9-4cb1-b1d5-b2e813ee1106"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-27aac508-6b43-43e8-8b3d-2bc744eeccf1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-27aac508-6b43-43e8-8b3d-2bc744eeccf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27aac508-6b43-43e8-8b3d-2bc744eeccf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd5eaf70-a0bf-4f90-807b-0eaff8f1bdea {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd5eaf70-a0bf-4f90-807b-0eaff8f1bdea .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-dd5eaf70-a0bf-4f90-807b-0eaff8f1bdea .shogun-heading-component h1 a {
  color: ;
}


#s-ec35c153-9559-410e-8915-eb7ead12f9e4 {
  margin-left: auto;
margin-right: auto;
}

#s-e808ff0e-c012-43cd-823b-cc50fa05d64c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e808ff0e-c012-43cd-823b-cc50fa05d64c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ec570d2b-0909-4868-a3b7-ecfa15adafcc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec570d2b-0909-4868-a3b7-ecfa15adafcc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-67b4d86e-5fbb-4b13-8ee8-84504bb6ff8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-67b4d86e-5fbb-4b13-8ee8-84504bb6ff8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67b4d86e-5fbb-4b13-8ee8-84504bb6ff8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b7fff40-6725-4705-b171-d6c43b128ca3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b7fff40-6725-4705-b171-d6c43b128ca3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-1b7fff40-6725-4705-b171-d6c43b128ca3 .shogun-heading-component h1 a {
  color: ;
}


#s-340b864b-ffb9-43a7-ae4c-9acdf926684f {
  margin-left: auto;
margin-right: auto;
}

#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deb212c8-09b0-46c6-a50b-b43b4fb8fc59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bbb7217d-50fa-41f5-92ba-0fc1f334784d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbb7217d-50fa-41f5-92ba-0fc1f334784d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-00030c9c-c0b5-4352-a3f1-7b60517738b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-00030c9c-c0b5-4352-a3f1-7b60517738b1 {
  margin-top: 10px;
}
}







#s-00030c9c-c0b5-4352-a3f1-7b60517738b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00030c9c-c0b5-4352-a3f1-7b60517738b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6e84824-adc0-4b11-9c61-5ce274866905 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6e84824-adc0-4b11-9c61-5ce274866905 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-e6e84824-adc0-4b11-9c61-5ce274866905 .shogun-heading-component h1 a {
  color: ;
}


#s-75136808-6104-477b-92dd-c64ffab6babe {
  margin-left: auto;
margin-right: auto;
}

#s-b7748315-f148-448c-b479-74ad7384067e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b7748315-f148-448c-b479-74ad7384067e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7748315-f148-448c-b479-74ad7384067e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b7748315-f148-448c-b479-74ad7384067e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7748315-f148-448c-b479-74ad7384067e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b7748315-f148-448c-b479-74ad7384067e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7748315-f148-448c-b479-74ad7384067e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b7748315-f148-448c-b479-74ad7384067e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7748315-f148-448c-b479-74ad7384067e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b7748315-f148-448c-b479-74ad7384067e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7748315-f148-448c-b479-74ad7384067e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ba7da84-24cb-4232-bc66-571acd413f89 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3ba7da84-24cb-4232-bc66-571acd413f89 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a328ff4f-dffb-4e7c-9ab8-aa4dcb913435 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-a328ff4f-dffb-4e7c-9ab8-aa4dcb913435 {
  margin-top: 10px;
}
}







#s-a328ff4f-dffb-4e7c-9ab8-aa4dcb913435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a328ff4f-dffb-4e7c-9ab8-aa4dcb913435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b2a285d-239a-4286-882f-9e4d1c4efd8c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b2a285d-239a-4286-882f-9e4d1c4efd8c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-4b2a285d-239a-4286-882f-9e4d1c4efd8c .shogun-heading-component h1 a {
  color: ;
}


#s-b538c158-0402-41a7-ae99-9e11cc2042cb {
  margin-left: auto;
margin-right: auto;
}

#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f8da8d-4d23-4af7-980f-18d93291bf4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4d0c1a82-9430-4f3c-a39a-11603bf8995c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d0c1a82-9430-4f3c-a39a-11603bf8995c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-44efb671-8c2b-4cd5-9c59-16110c387d9e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-44efb671-8c2b-4cd5-9c59-16110c387d9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-44efb671-8c2b-4cd5-9c59-16110c387d9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-44efb671-8c2b-4cd5-9c59-16110c387d9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-44efb671-8c2b-4cd5-9c59-16110c387d9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7ad213e6-a58b-4409-a5f1-d0eef585b404 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7ad213e6-a58b-4409-a5f1-d0eef585b404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ad213e6-a58b-4409-a5f1-d0eef585b404.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bd79c6e-9ce7-437d-ba1c-f35b49413acc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bd79c6e-9ce7-437d-ba1c-f35b49413acc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-2bd79c6e-9ce7-437d-ba1c-f35b49413acc .shogun-heading-component h1 a {
  color: ;
}


#s-cfd80bd6-3da1-49b1-abf0-778084f66125 {
  margin-left: auto;
margin-right: auto;
}

#s-3f2c3328-df64-4369-ac0d-a12c60586f75 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f2c3328-df64-4369-ac0d-a12c60586f75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-34ac2edb-d6d2-40fc-ac2a-8dfa5d420c56 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34ac2edb-d6d2-40fc-ac2a-8dfa5d420c56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-370bf9ee-79a7-452b-8adc-8ec4ac081305 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-370bf9ee-79a7-452b-8adc-8ec4ac081305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-370bf9ee-79a7-452b-8adc-8ec4ac081305.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d542d9f2-46e2-44a9-a503-32e0dae23caf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d542d9f2-46e2-44a9-a503-32e0dae23caf .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-d542d9f2-46e2-44a9-a503-32e0dae23caf .shogun-heading-component h1 a {
  color: ;
}


#s-0261a49f-a688-4682-8a39-f65c549431a4 {
  margin-left: auto;
margin-right: auto;
}

#s-570ad309-5821-45de-bb88-aea20d535646 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-570ad309-5821-45de-bb88-aea20d535646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a012799-1f0e-4ec2-ac65-42331fadde19 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a012799-1f0e-4ec2-ac65-42331fadde19 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-86dc1727-8495-47fb-a3b1-b1ab38f8b1ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-86dc1727-8495-47fb-a3b1-b1ab38f8b1ab {
  margin-top: 10px;
}
}







#s-86dc1727-8495-47fb-a3b1-b1ab38f8b1ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86dc1727-8495-47fb-a3b1-b1ab38f8b1ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-270e47bb-adc3-422d-ba42-19b60d312a66 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-270e47bb-adc3-422d-ba42-19b60d312a66 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-270e47bb-adc3-422d-ba42-19b60d312a66 .shogun-heading-component h1 a {
  color: ;
}


#s-d33d21b7-7233-4b57-ba01-2c1d65add20c {
  margin-left: auto;
margin-right: auto;
}

#s-e694343d-19e4-41c4-9470-32f97ba390bf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e694343d-19e4-41c4-9470-32f97ba390bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6e26f66e-6c0b-43c5-9fac-0b098904d61c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e26f66e-6c0b-43c5-9fac-0b098904d61c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
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: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb {
  margin-top: 20px;
margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-radius: 5px;
}
}







#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-485819f2-6ca2-41a3-b6cf-5bae1c042fcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-ceaab656-bf2a-4a9c-a1a0-4b53c43dde81 {
  margin-left: auto;
margin-right: auto;
}

#s-ceaab656-bf2a-4a9c-a1a0-4b53c43dde81 hr {
  border-top: 2px solid #ddd;
}

#s-435d0610-2411-4a36-ab88-dde050b41324 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-435d0610-2411-4a36-ab88-dde050b41324 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-435d0610-2411-4a36-ab88-dde050b41324 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-404d47f6-93e9-4739-91a3-7f2f7024da23 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1878px;
text-align: center;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1878px;

      
    max-width: 1878px;

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




.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1878px;

      
    max-width: 1878px;

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




.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1878px;

      
    max-width: 1878px;

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




.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1878px;

      
    max-width: 1878px;

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




.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1878px;

      
    max-width: 1878px;

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




.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4a1d96-9cf6-4d7a-8f79-d0973e0ab2c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7dd1a09b-3b1f-4a79-a269-809fadc6e40d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dd1a09b-3b1f-4a79-a269-809fadc6e40d .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a8b1c42f-5503-4f80-b11a-dea7a9224092 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-a8b1c42f-5503-4f80-b11a-dea7a9224092 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8b1c42f-5503-4f80-b11a-dea7a9224092.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9f95d08d-0dde-497d-9c5a-019b28daf092 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f95d08d-0dde-497d-9c5a-019b28daf092 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d331879c-b78a-4075-b2d8-ded6e22654e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d331879c-b78a-4075-b2d8-ded6e22654e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-d331879c-b78a-4075-b2d8-ded6e22654e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d331879c-b78a-4075-b2d8-ded6e22654e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-10d6e49c-4cac-417d-ba2a-a84f39e74d4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10d6e49c-4cac-417d-ba2a-a84f39e74d4e .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-401f6d09-2a3e-4e83-a196-338723110431 {
  margin-left: auto;
margin-right: auto;
}

#s-401f6d09-2a3e-4e83-a196-338723110431 hr {
  border-top: 2px solid #ddd;
}

#s-4672fd11-b5c9-4558-9fcb-91b3d7f61ee6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4672fd11-b5c9-4558-9fcb-91b3d7f61ee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4672fd11-b5c9-4558-9fcb-91b3d7f61ee6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4672fd11-b5c9-4558-9fcb-91b3d7f61ee6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4672fd11-b5c9-4558-9fcb-91b3d7f61ee6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-65e98fdb-51a3-4276-80c7-8b032d2925a1 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-65e98fdb-51a3-4276-80c7-8b032d2925a1 {
  margin-top: 10px;
}
}
#s-65e98fdb-51a3-4276-80c7-8b032d2925a1 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-65e98fdb-51a3-4276-80c7-8b032d2925a1 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
text-align: center;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86d33d4-087c-469f-819d-cf0f60ee721a img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

      
    max-width: 2560px;

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




.s-b86d33d4-087c-469f-819d-cf0f60ee721a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86d33d4-087c-469f-819d-cf0f60ee721a img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

      
    max-width: 2560px;

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




.s-b86d33d4-087c-469f-819d-cf0f60ee721a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86d33d4-087c-469f-819d-cf0f60ee721a img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

      
    max-width: 2560px;

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




.s-b86d33d4-087c-469f-819d-cf0f60ee721a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86d33d4-087c-469f-819d-cf0f60ee721a img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

      
    max-width: 2560px;

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




.s-b86d33d4-087c-469f-819d-cf0f60ee721a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86d33d4-087c-469f-819d-cf0f60ee721a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86d33d4-087c-469f-819d-cf0f60ee721a img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

      
    max-width: 2560px;

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




.s-b86d33d4-087c-469f-819d-cf0f60ee721a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86d33d4-087c-469f-819d-cf0f60ee721a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5135f33d-a4d7-4e73-b749-2116cc1ac037 {
  margin-left: auto;
margin-right: auto;
}

#s-5135f33d-a4d7-4e73-b749-2116cc1ac037 hr {
  border-top: 2px solid #ddd;
}

#s-0a27b93b-5070-42bf-a88a-ed176b883654 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0a27b93b-5070-42bf-a88a-ed176b883654 {
  margin-top: 10px;
}
}
#s-0a27b93b-5070-42bf-a88a-ed176b883654 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-0a27b93b-5070-42bf-a88a-ed176b883654 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-a28b8dfe-44ca-43ff-bca1-d84fcc31e05f {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a28b8dfe-44ca-43ff-bca1-d84fcc31e05f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a28b8dfe-44ca-43ff-bca1-d84fcc31e05f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a28b8dfe-44ca-43ff-bca1-d84fcc31e05f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a28b8dfe-44ca-43ff-bca1-d84fcc31e05f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49e6f630-a5b3-4ef3-9d53-a162572f549c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-49e6f630-a5b3-4ef3-9d53-a162572f549c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e6f630-a5b3-4ef3-9d53-a162572f549c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3df637d7-d7ae-4834-81be-127efc40882b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3df637d7-d7ae-4834-81be-127efc40882b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3df637d7-d7ae-4834-81be-127efc40882b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-3df637d7-d7ae-4834-81be-127efc40882b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3df637d7-d7ae-4834-81be-127efc40882b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3df637d7-d7ae-4834-81be-127efc40882b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3df637d7-d7ae-4834-81be-127efc40882b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-3df637d7-d7ae-4834-81be-127efc40882b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3df637d7-d7ae-4834-81be-127efc40882b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3df637d7-d7ae-4834-81be-127efc40882b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3df637d7-d7ae-4834-81be-127efc40882b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-3df637d7-d7ae-4834-81be-127efc40882b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3df637d7-d7ae-4834-81be-127efc40882b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3df637d7-d7ae-4834-81be-127efc40882b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3df637d7-d7ae-4834-81be-127efc40882b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-3df637d7-d7ae-4834-81be-127efc40882b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3df637d7-d7ae-4834-81be-127efc40882b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3df637d7-d7ae-4834-81be-127efc40882b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3df637d7-d7ae-4834-81be-127efc40882b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3df637d7-d7ae-4834-81be-127efc40882b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-3df637d7-d7ae-4834-81be-127efc40882b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df637d7-d7ae-4834-81be-127efc40882b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
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: none;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b {
  margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
border-style: none;
border-radius: 0px;
}
}@media (max-width: 767px){#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}
#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b {
  background-image: url();
}








#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b650af4-0c07-44e6-8d36-e0b70fa4524b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-7bc32657-c17e-43ba-902c-1eb11888cd48 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-7bc32657-c17e-43ba-902c-1eb11888cd48 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 5px;
}

#s-7bc32657-c17e-43ba-902c-1eb11888cd48 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7bc32657-c17e-43ba-902c-1eb11888cd48 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7bc32657-c17e-43ba-902c-1eb11888cd48 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7bc32657-c17e-43ba-902c-1eb11888cd48 td.shogun-table-column, #s-7bc32657-c17e-43ba-902c-1eb11888cd48 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ec686244-4d83-44c5-8165-4a2713e3e8e5 {
  margin-left: auto;
margin-right: auto;
}

#s-7ce1f954-397a-400d-b1fc-da12ed82f731 {
  margin-left: auto;
margin-right: auto;
}

#s-113dc87b-12fb-4f58-a6bd-e347e03eb440 {
  margin-left: auto;
margin-right: auto;
}

#s-52d40187-8a59-45e3-be14-8c9c884e6da5 {
  margin-left: auto;
margin-right: auto;
}

#s-104aec5c-aa01-4189-96f2-097dff049613 {
  margin-left: auto;
margin-right: auto;
}

#s-cf0cc297-4d79-4bb9-ba73-2556f5ae55c4 {
  margin-left: auto;
margin-right: auto;
}

#s-75bb1709-8f31-472e-8d69-7ed30db9bf13 {
  margin-left: auto;
margin-right: auto;
}

#s-0f247ab2-813d-418d-8a9f-bed360ee1ba7 {
  margin-left: auto;
margin-right: auto;
}

#s-fbc269f0-b1b1-4771-ad2c-78420987c087 {
  margin-left: auto;
margin-right: auto;
}

#s-4944c028-ee6d-47c1-9612-2bde02da5810 {
  margin-left: auto;
margin-right: auto;
}

#s-e3b08173-3f19-45a0-9d8c-ee7903f1d253 {
  margin-left: auto;
margin-right: auto;
}

#s-349d6ca3-1445-4f49-aca2-709f36e1da26 {
  margin-left: auto;
margin-right: auto;
}

#s-15c95da8-c7d0-452a-98fb-30117822a781 {
  margin-left: auto;
margin-right: auto;
}

#s-2c80642c-bbd0-4efa-b87d-844fb075effa {
  margin-left: auto;
margin-right: auto;
}

#s-102eca06-8393-484e-b837-1aa78ec4e1f9 {
  margin-left: auto;
margin-right: auto;
}

#s-2170841d-f19e-48df-9865-d0c156c72fb4 {
  margin-left: auto;
margin-right: auto;
}

#s-7124a500-f440-478b-9254-52fb6a9e11a8 {
  margin-left: auto;
margin-right: auto;
}

#s-83f1effc-9973-48a4-b7f9-cfdf24bad7d0 {
  margin-left: auto;
margin-right: auto;
}

#s-00744479-7f24-4781-849e-78172b367241 {
  margin-left: auto;
margin-right: auto;
}

#s-a9f5c114-0f41-4bc7-b4a6-4228643117a7 {
  margin-left: auto;
margin-right: auto;
}

#s-e5c9c325-315a-4ffb-96f6-4745f3eabbbc {
  margin-left: auto;
margin-right: auto;
}

#s-8528b503-2e88-442a-a33f-9c4d0ccf7bd4 {
  margin-left: auto;
margin-right: auto;
}

#s-71a9887f-8e0f-4021-81f1-57c02d7bd9e1 {
  margin-left: auto;
margin-right: auto;
}

#s-afc56c26-efda-4709-8987-1971a5a58fe2 {
  margin-left: auto;
margin-right: auto;
}

#s-a2af7f5b-7a2a-40ed-b269-0c6dcc8c7e3b {
  margin-left: auto;
margin-right: auto;
}

#s-3f2ac5a9-744d-43e1-8a88-9a1ed3278329 {
  margin-left: auto;
margin-right: auto;
}

#s-320e9a27-71f4-4fc7-a240-f131156b0555 {
  margin-left: auto;
margin-right: auto;
}

#s-27d4f58d-f3ce-495f-b3d0-40602fbbf061 {
  margin-left: auto;
margin-right: auto;
}

#s-4b897526-b377-4806-9089-ac44b49be139 {
  margin-left: auto;
margin-right: auto;
}

#s-d6070f57-0e4f-46dc-a708-9553c3baff2f {
  margin-left: auto;
margin-right: auto;
}

#s-82094782-e2f9-43dc-b3e3-d6745a48151d {
  margin-left: auto;
margin-right: auto;
}

#s-6a3d892e-391f-416b-a98c-b10a9cd29ac2 {
  margin-left: auto;
margin-right: auto;
}

#s-5ffabbff-0aae-4f6e-9ea4-c8a47dd26009 {
  margin-left: auto;
margin-right: auto;
}

#s-aaa2082d-f159-4878-bd9e-4a27d45e7d41 {
  margin-left: auto;
margin-right: auto;
}

#s-68576a0e-966b-4a44-b1f9-15c35f07157b {
  margin-left: auto;
margin-right: auto;
}

#s-68576a0e-966b-4a44-b1f9-15c35f07157b hr {
  border-top: 2px solid #ddd;
}

#s-cb14edea-ecd0-4596-8acc-44ba17b704cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb14edea-ecd0-4596-8acc-44ba17b704cd .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-cb14edea-ecd0-4596-8acc-44ba17b704cd .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-ad702591-f704-4210-b503-9fde497b69c8 {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-ad702591-f704-4210-b503-9fde497b69c8 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ad702591-f704-4210-b503-9fde497b69c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad702591-f704-4210-b503-9fde497b69c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ad702591-f704-4210-b503-9fde497b69c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ad702591-f704-4210-b503-9fde497b69c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9a46ee88-a832-4da0-bcd6-0bb666c2bae6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
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(255, 255, 255, 1);
}








#s-9a46ee88-a832-4da0-bcd6-0bb666c2bae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a46ee88-a832-4da0-bcd6-0bb666c2bae6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-63790729-0e80-4028-b274-d6e7bbfa340b {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b {
  margin: 0 !important;
  overflow: visible;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add background color handling */
  
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-content {
  
    justify-content: center;
  
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
  box-sizing: border-box;
}



.s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63790729-0e80-4028-b274-d6e7bbfa340b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
      position: relative;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){#s-63790729-0e80-4028-b274-d6e7bbfa340b {
  margin: 0 !important;
  overflow: visible;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add background color handling */
  
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-content {
  
    justify-content: center;
  
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
  box-sizing: border-box;
}



.s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63790729-0e80-4028-b274-d6e7bbfa340b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
      position: relative;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63790729-0e80-4028-b274-d6e7bbfa340b {
  margin: 0 !important;
  overflow: visible;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add background color handling */
  
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-content {
  
    justify-content: center;
  
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
  box-sizing: border-box;
}



.s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63790729-0e80-4028-b274-d6e7bbfa340b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
      position: relative;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63790729-0e80-4028-b274-d6e7bbfa340b {
  margin: 0 !important;
  overflow: visible;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add background color handling */
  
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-content {
  
    justify-content: center;
  
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
  box-sizing: border-box;
}



.s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63790729-0e80-4028-b274-d6e7bbfa340b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
      position: relative;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (max-width: 767px){#s-63790729-0e80-4028-b274-d6e7bbfa340b {
  margin: 0 !important;
  overflow: visible;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63790729-0e80-4028-b274-d6e7bbfa340b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add background color handling */
  
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63790729-0e80-4028-b274-d6e7bbfa340b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-63790729-0e80-4028-b274-d6e7bbfa340b .shogun-image-content {
  
    justify-content: center;
  
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image {
  box-sizing: border-box;
}



.s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63790729-0e80-4028-b274-d6e7bbfa340b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container {
      position: relative;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63790729-0e80-4028-b274-d6e7bbfa340b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-486af8ad-ecf1-4d44-b632-4f8750e1f90f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-486af8ad-ecf1-4d44-b632-4f8750e1f90f .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-95cc069e-7b78-42a1-afb0-0c3cb27d1d72 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-95cc069e-7b78-42a1-afb0-0c3cb27d1d72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95cc069e-7b78-42a1-afb0-0c3cb27d1d72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-666b3b8e-57f9-4797-adc8-d022f54a4e28 {
  margin-left: auto;
margin-right: auto;
}

#s-98061b6c-6a1b-4131-84c9-428ed663fd86 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-98061b6c-6a1b-4131-84c9-428ed663fd86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98061b6c-6a1b-4131-84c9-428ed663fd86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ba4b8ef-146d-471d-ac1c-f11ba7c2972a {
  margin-left: auto;
margin-right: auto;
}

#s-6320b574-057f-4236-b824-b1a61a3c899f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
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(255, 255, 255, 1);
}








#s-6320b574-057f-4236-b824-b1a61a3c899f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6320b574-057f-4236-b824-b1a61a3c899f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
  box-sizing: border-box;
}



.s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef8cada-92b2-4a84-9748-22513546ff4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
      position: relative;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){#s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
  box-sizing: border-box;
}



.s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef8cada-92b2-4a84-9748-22513546ff4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
      position: relative;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
  box-sizing: border-box;
}



.s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef8cada-92b2-4a84-9748-22513546ff4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
      position: relative;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
  box-sizing: border-box;
}



.s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef8cada-92b2-4a84-9748-22513546ff4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
      position: relative;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (max-width: 767px){#s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef8cada-92b2-4a84-9748-22513546ff4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef8cada-92b2-4a84-9748-22513546ff4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-7ef8cada-92b2-4a84-9748-22513546ff4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image {
  box-sizing: border-box;
}



.s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef8cada-92b2-4a84-9748-22513546ff4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container {
      position: relative;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef8cada-92b2-4a84-9748-22513546ff4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-cf4d191f-3252-4bb8-b3a1-56b1df9fd02e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf4d191f-3252-4bb8-b3a1-56b1df9fd02e .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-3c7470ff-3d1f-4388-9008-a5f104e79d2d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-3c7470ff-3d1f-4388-9008-a5f104e79d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c7470ff-3d1f-4388-9008-a5f104e79d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c225bc5-7e9e-43a4-afed-ad7facaa15c2 {
  margin-left: auto;
margin-right: auto;
}

#s-286b6de9-e492-4ba2-b8ab-c97e0bb83cb7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-286b6de9-e492-4ba2-b8ab-c97e0bb83cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-286b6de9-e492-4ba2-b8ab-c97e0bb83cb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-801ee85f-3867-4c75-a0d6-7e250397e1ca {
  margin-left: auto;
margin-right: auto;
}

#s-ecd304ed-4190-4837-abfa-562efd17d14e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
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(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ecd304ed-4190-4837-abfa-562efd17d14e {
  margin-top: 10px;
}
}







#s-ecd304ed-4190-4837-abfa-562efd17d14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecd304ed-4190-4837-abfa-562efd17d14e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
  box-sizing: border-box;
}



.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
      position: relative;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
  box-sizing: border-box;
}



.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
      position: relative;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
  box-sizing: border-box;
}



.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
      position: relative;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
  box-sizing: border-box;
}



.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
      position: relative;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (max-width: 767px){#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image {
  box-sizing: border-box;
}



.s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container {
      position: relative;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50dd6e-f8c2-46ae-89f6-7b98833fa114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-8df02f5d-4f65-47ad-a12f-25eaa96e1f35 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8df02f5d-4f65-47ad-a12f-25eaa96e1f35 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-60bfc09b-03c9-4435-a572-d7e8e59e0eed {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-60bfc09b-03c9-4435-a572-d7e8e59e0eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60bfc09b-03c9-4435-a572-d7e8e59e0eed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9a85f7f-e529-40a4-b4c7-47b8ff590da9 {
  margin-left: auto;
margin-right: auto;
}

#s-1c22a6c9-4d96-4cb8-8bb6-7f12a3b015c2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1c22a6c9-4d96-4cb8-8bb6-7f12a3b015c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c22a6c9-4d96-4cb8-8bb6-7f12a3b015c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-537e5d9e-19a0-4fd3-92a9-32294b3eca45 {
  margin-left: auto;
margin-right: auto;
}

#s-e7c5111f-296b-4aad-ba3c-c5ff3c24d560 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7c5111f-296b-4aad-ba3c-c5ff3c24d560 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-e7c5111f-296b-4aad-ba3c-c5ff3c24d560 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-e7c5111f-296b-4aad-ba3c-c5ff3c24d560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7c5111f-296b-4aad-ba3c-c5ff3c24d560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec99e69-70ba-4916-98e7-a61a5d0fe567 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fec99e69-70ba-4916-98e7-a61a5d0fe567 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fec99e69-70ba-4916-98e7-a61a5d0fe567 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-fec99e69-70ba-4916-98e7-a61a5d0fe567 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-4a561ba2-8a43-4a61-926e-0be261567f33 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a561ba2-8a43-4a61-926e-0be261567f33 {
  margin-top: -10px;
margin-bottom: -10px;
}
}@media (max-width: 767px){#s-4a561ba2-8a43-4a61-926e-0be261567f33 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-4a561ba2-8a43-4a61-926e-0be261567f33 hr {
  border-top: 2px solid #ddd;
}

#s-0fa6af6e-451e-400c-9e21-10afc1ad71dd {
  margin-left: auto;
margin-right: auto;
}

#s-76a1c849-be80-493b-9c04-568026ce5f0a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-76a1c849-be80-493b-9c04-568026ce5f0a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-76a1c849-be80-493b-9c04-568026ce5f0a hr {
  border-top: 2px solid #ddd;
}

#s-adc64357-6b81-4175-8116-807b74b9a84c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-adc64357-6b81-4175-8116-807b74b9a84c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc64357-6b81-4175-8116-807b74b9a84c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adc64357-6b81-4175-8116-807b74b9a84c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc64357-6b81-4175-8116-807b74b9a84c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d9aa7045-1cec-4bda-9f79-d0f66d00a318 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d9aa7045-1cec-4bda-9f79-d0f66d00a318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9aa7045-1cec-4bda-9f79-d0f66d00a318.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-d9aa7045-1cec-4bda-9f79-d0f66d00a318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9aa7045-1cec-4bda-9f79-d0f66d00a318.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-493318e8-8d12-41ee-a68f-360e2030d507 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1714;
text-align: center;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 {
  margin: 0 !important;
  overflow: visible;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add background color handling */
  
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
  box-sizing: border-box;
}



.s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-493318e8-8d12-41ee-a68f-360e2030d507 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
      position: relative;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-493318e8-8d12-41ee-a68f-360e2030d507 {
  margin: 0 !important;
  overflow: visible;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add background color handling */
  
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
  box-sizing: border-box;
}



.s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-493318e8-8d12-41ee-a68f-360e2030d507 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
      position: relative;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507 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-493318e8-8d12-41ee-a68f-360e2030d507 {
  margin: 0 !important;
  overflow: visible;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add background color handling */
  
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
  box-sizing: border-box;
}



.s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-493318e8-8d12-41ee-a68f-360e2030d507 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
      position: relative;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507 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-493318e8-8d12-41ee-a68f-360e2030d507 {
  margin: 0 !important;
  overflow: visible;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add background color handling */
  
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
  box-sizing: border-box;
}



.s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-493318e8-8d12-41ee-a68f-360e2030d507 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
      position: relative;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-493318e8-8d12-41ee-a68f-360e2030d507 {
  margin: 0 !important;
  overflow: visible;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-493318e8-8d12-41ee-a68f-360e2030d507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add background color handling */
  
}

#s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493318e8-8d12-41ee-a68f-360e2030d507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-493318e8-8d12-41ee-a68f-360e2030d507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image {
  box-sizing: border-box;
}



.s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-493318e8-8d12-41ee-a68f-360e2030d507 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container {
      position: relative;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493318e8-8d12-41ee-a68f-360e2030d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e4a65dac-c462-42f6-a998-14d302755b80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e4a65dac-c462-42f6-a998-14d302755b80 {
  margin-top: 20px;
}
}







#s-e4a65dac-c462-42f6-a998-14d302755b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4a65dac-c462-42f6-a998-14d302755b80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-777390a5-8873-448a-b937-fca174663434 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
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(255, 255, 255, 1);
}








#s-777390a5-8873-448a-b937-fca174663434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-777390a5-8873-448a-b937-fca174663434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbe99a4b-88e3-4d94-aaab-884b5f4e6927 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbe99a4b-88e3-4d94-aaab-884b5f4e6927 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bbe99a4b-88e3-4d94-aaab-884b5f4e6927 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-bbe99a4b-88e3-4d94-aaab-884b5f4e6927 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-bb9b4f19-aa2c-4b34-8ba3-2aa2f6efdd50 {
  margin-left: auto;
margin-right: auto;
}

#s-fb52dd33-5a98-481b-8f5b-00f50f83e424 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
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(255, 255, 255, 1);
}








#s-fb52dd33-5a98-481b-8f5b-00f50f83e424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb52dd33-5a98-481b-8f5b-00f50f83e424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c317555-1b91-44fd-a486-6e16f7fccce6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c317555-1b91-44fd-a486-6e16f7fccce6 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4c317555-1b91-44fd-a486-6e16f7fccce6 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4c317555-1b91-44fd-a486-6e16f7fccce6 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-973fbe5f-586c-49c5-8ca9-3d3357e608c4 {
  margin-left: auto;
margin-right: auto;
}

#s-12d006e7-67d8-47ab-a934-d47b5aba11ac {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12d006e7-67d8-47ab-a934-d47b5aba11ac {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-12d006e7-67d8-47ab-a934-d47b5aba11ac {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-12d006e7-67d8-47ab-a934-d47b5aba11ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12d006e7-67d8-47ab-a934-d47b5aba11ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34869d65-b25c-4817-a6b7-dabb72ad2938 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34869d65-b25c-4817-a6b7-dabb72ad2938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34869d65-b25c-4817-a6b7-dabb72ad2938"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-34869d65-b25c-4817-a6b7-dabb72ad2938"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-34869d65-b25c-4817-a6b7-dabb72ad2938"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-91935f5a-a567-4b9a-be5a-4a3dc79c3392 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
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: 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-91935f5a-a567-4b9a-be5a-4a3dc79c3392 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-91935f5a-a567-4b9a-be5a-4a3dc79c3392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91935f5a-a567-4b9a-be5a-4a3dc79c3392.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de055be1-c5d1-4be0-b68b-03dc0fe7bfa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de055be1-c5d1-4be0-b68b-03dc0fe7bfa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-de055be1-c5d1-4be0-b68b-03dc0fe7bfa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-de055be1-c5d1-4be0-b68b-03dc0fe7bfa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-d3f9e4ed-bf9f-4e4c-9145-2291193251e0 {
  margin-left: auto;
margin-right: auto;
}

#s-eaae38e4-d335-4a9e-8ec7-f6e42e42dadf {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-eaae38e4-d335-4a9e-8ec7-f6e42e42dadf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaae38e4-d335-4a9e-8ec7-f6e42e42dadf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-eaae38e4-d335-4a9e-8ec7-f6e42e42dadf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaae38e4-d335-4a9e-8ec7-f6e42e42dadf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-043a9685-66e5-4be8-b3c0-bd9620f76f5e {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 10%;
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(255, 255, 255, 1);
}








#s-043a9685-66e5-4be8-b3c0-bd9620f76f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-043a9685-66e5-4be8-b3c0-bd9620f76f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a3d4d63-20bb-4a3f-b825-0072e856226b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9a3d4d63-20bb-4a3f-b825-0072e856226b {
  margin-top: 5px;
text-align: center;
}
}
#s-9a3d4d63-20bb-4a3f-b825-0072e856226b .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-9a3d4d63-20bb-4a3f-b825-0072e856226b .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin-top: 10px;
}
}
#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
  box-sizing: border-box;
}



.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
      position: relative;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
  box-sizing: border-box;
}



.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
      position: relative;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 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-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
  box-sizing: border-box;
}



.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
      position: relative;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 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-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
  box-sizing: border-box;
}



.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
      position: relative;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image {
  box-sizing: border-box;
}



.s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container {
      position: relative;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a27cd16-0b24-45e2-92b7-b09dab701cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-236b6ec0-242a-4f27-884e-0c8b7ec26a7e {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 10%;
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(255, 255, 255, 1);
}
@media (max-width: 767px){#s-236b6ec0-242a-4f27-884e-0c8b7ec26a7e {
  margin-top: 10px;
}
}







#s-236b6ec0-242a-4f27-884e-0c8b7ec26a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-236b6ec0-242a-4f27-884e-0c8b7ec26a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c57ff1f-811a-4e85-808d-819c7b57c51d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6c57ff1f-811a-4e85-808d-819c7b57c51d {
  margin-top: 5px;
text-align: center;
}
}
#s-6c57ff1f-811a-4e85-808d-819c7b57c51d .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-6c57ff1f-811a-4e85-808d-819c7b57c51d .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
  box-sizing: border-box;
}



.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
      position: relative;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
  box-sizing: border-box;
}



.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
      position: relative;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b 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-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
  box-sizing: border-box;
}



.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
      position: relative;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b 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-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
  box-sizing: border-box;
}



.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
      position: relative;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image {
  box-sizing: border-box;
}



.s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container {
      position: relative;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23159d22-3e6a-4398-ac93-94ef59e0aa8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-1526bdd4-753f-4471-9b2a-ca22049d30d6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
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: 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-1526bdd4-753f-4471-9b2a-ca22049d30d6 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-1526bdd4-753f-4471-9b2a-ca22049d30d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1526bdd4-753f-4471-9b2a-ca22049d30d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa3fa2d9-34e4-453a-8421-d7a9f3c9fd9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa3fa2d9-34e4-453a-8421-d7a9f3c9fd9c .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fa3fa2d9-34e4-453a-8421-d7a9f3c9fd9c .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-fa3fa2d9-34e4-453a-8421-d7a9f3c9fd9c .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-57ca940f-eb37-4768-9d48-34fffd7e9ea3 {
  margin-left: auto;
margin-right: auto;
}

#s-0cf5ac45-93ea-4d49-9422-4f4e1acae337 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0cf5ac45-93ea-4d49-9422-4f4e1acae337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cf5ac45-93ea-4d49-9422-4f4e1acae337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0cf5ac45-93ea-4d49-9422-4f4e1acae337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cf5ac45-93ea-4d49-9422-4f4e1acae337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3a8f4c47-072e-4461-b847-32e1f6c943ca {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 10%;
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(255, 255, 255, 1);
}








#s-3a8f4c47-072e-4461-b847-32e1f6c943ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a8f4c47-072e-4461-b847-32e1f6c943ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c2b4242-bc8a-4a65-af6d-773aa14ccccb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1c2b4242-bc8a-4a65-af6d-773aa14ccccb {
  margin-top: 5px;
text-align: center;
}
}
#s-1c2b4242-bc8a-4a65-af6d-773aa14ccccb .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-1c2b4242-bc8a-4a65-af6d-773aa14ccccb .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
  box-sizing: border-box;
}



.s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca32016c-f006-405a-92c9-b671dab9eb33 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
      position: relative;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
  box-sizing: border-box;
}



.s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca32016c-f006-405a-92c9-b671dab9eb33 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
      position: relative;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33 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-ca32016c-f006-405a-92c9-b671dab9eb33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
  box-sizing: border-box;
}



.s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca32016c-f006-405a-92c9-b671dab9eb33 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
      position: relative;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33 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-ca32016c-f006-405a-92c9-b671dab9eb33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
  box-sizing: border-box;
}



.s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca32016c-f006-405a-92c9-b671dab9eb33 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
      position: relative;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca32016c-f006-405a-92c9-b671dab9eb33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca32016c-f006-405a-92c9-b671dab9eb33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ca32016c-f006-405a-92c9-b671dab9eb33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image {
  box-sizing: border-box;
}



.s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca32016c-f006-405a-92c9-b671dab9eb33 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container {
      position: relative;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca32016c-f006-405a-92c9-b671dab9eb33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-73f08aa0-af0a-443a-8bfa-406a04a34108 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-73f08aa0-af0a-443a-8bfa-406a04a34108 {
  margin-top: 5px;
text-align: center;
}
}
#s-73f08aa0-af0a-443a-8bfa-406a04a34108 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-73f08aa0-af0a-443a-8bfa-406a04a34108 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-cbcbca59-c3fa-4525-9d97-96cd6bb5e5e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 10%;
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(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cbcbca59-c3fa-4525-9d97-96cd6bb5e5e0 {
  margin-top: 10px;
}
}







#s-cbcbca59-c3fa-4525-9d97-96cd6bb5e5e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbcbca59-c3fa-4525-9d97-96cd6bb5e5e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69c7838b-65ce-4d68-ba33-f5d760b7000c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-69c7838b-65ce-4d68-ba33-f5d760b7000c {
  margin-top: 5px;
text-align: center;
}
}
#s-69c7838b-65ce-4d68-ba33-f5d760b7000c .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-69c7838b-65ce-4d68-ba33-f5d760b7000c .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  margin: 0 !important;
  overflow: visible;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add background color handling */
  
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
  box-sizing: border-box;
}



.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
      position: relative;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  margin: 0 !important;
  overflow: visible;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add background color handling */
  
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
  box-sizing: border-box;
}



.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
      position: relative;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d 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-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  margin: 0 !important;
  overflow: visible;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add background color handling */
  
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
  box-sizing: border-box;
}



.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
      position: relative;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d 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-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  margin: 0 !important;
  overflow: visible;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add background color handling */
  
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
  box-sizing: border-box;
}



.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
      position: relative;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  margin: 0 !important;
  overflow: visible;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add background color handling */
  
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image {
  box-sizing: border-box;
}



.s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container {
      position: relative;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2e63392-d4b1-44a1-8e1b-a9e83a2a626d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-25c8e3b4-d1f8-4ba0-aac6-647254c501ae {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-25c8e3b4-d1f8-4ba0-aac6-647254c501ae {
  margin-top: 5px;
text-align: center;
}
}
#s-25c8e3b4-d1f8-4ba0-aac6-647254c501ae .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-25c8e3b4-d1f8-4ba0-aac6-647254c501ae .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f254ed66-fb61-4e62-9570-501ae2629654 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f254ed66-fb61-4e62-9570-501ae2629654 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-f254ed66-fb61-4e62-9570-501ae2629654 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-f254ed66-fb61-4e62-9570-501ae2629654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f254ed66-fb61-4e62-9570-501ae2629654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-771bd347-6f2f-46c1-8c30-939d5b439e4b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-771bd347-6f2f-46c1-8c30-939d5b439e4b .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-771bd347-6f2f-46c1-8c30-939d5b439e4b .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-771bd347-6f2f-46c1-8c30-939d5b439e4b .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e8f8d901-de69-4cb0-a9b3-0415539f5373 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e8f8d901-de69-4cb0-a9b3-0415539f5373"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8f8d901-de69-4cb0-a9b3-0415539f5373"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e8f8d901-de69-4cb0-a9b3-0415539f5373"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e8f8d901-de69-4cb0-a9b3-0415539f5373"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a3ca9e71-e964-4033-927d-3a5a5f597f87 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a3ca9e71-e964-4033-927d-3a5a5f597f87 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-a3ca9e71-e964-4033-927d-3a5a5f597f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3ca9e71-e964-4033-927d-3a5a5f597f87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-01b502ee-7892-4221-8932-d8eef02a129d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01b502ee-7892-4221-8932-d8eef02a129d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01b502ee-7892-4221-8932-d8eef02a129d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-01b502ee-7892-4221-8932-d8eef02a129d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-01b502ee-7892-4221-8932-d8eef02a129d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  margin-left: auto;
margin-right: auto;
max-width: 1696px;
aspect-ratio: 4/3;
text-align: center;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
  box-sizing: border-box;
}



.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
      position: relative;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

@media (min-width: 1200px){#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
  box-sizing: border-box;
}



.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
      position: relative;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
  box-sizing: border-box;
}



.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
      position: relative;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
  box-sizing: border-box;
}



.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
      position: relative;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}@media (max-width: 767px){#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image {
  box-sizing: border-box;
}



.s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container {
      position: relative;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2fa91e-1108-45ed-ac81-7d9bc723c4d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}
#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin-left: auto;
margin-right: auto;
max-width: 1574px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin-top: 10px;
}
}
#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin: 0 !important;
  overflow: visible;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add background color handling */
  
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
  box-sizing: border-box;
}



.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
      position: relative;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

@media (min-width: 1200px){#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin: 0 !important;
  overflow: visible;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add background color handling */
  
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
  box-sizing: border-box;
}



.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
      position: relative;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin: 0 !important;
  overflow: visible;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add background color handling */
  
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
  box-sizing: border-box;
}



.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
      position: relative;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin: 0 !important;
  overflow: visible;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add background color handling */
  
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
  box-sizing: border-box;
}



.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
      position: relative;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (max-width: 767px){#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  margin: 0 !important;
  overflow: visible;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add background color handling */
  
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image {
  box-sizing: border-box;
}



.s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container {
      position: relative;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243e0d18-371a-4a0d-b6eb-6e7664ee6a1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}
#s-7e4bfec2-f306-43ec-8f45-12a137d38ed5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7e4bfec2-f306-43ec-8f45-12a137d38ed5 {
  margin-top: 5px;
text-align: center;
}
}
#s-7e4bfec2-f306-43ec-8f45-12a137d38ed5 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-7e4bfec2-f306-43ec-8f45-12a137d38ed5 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-d91353bd-122f-4ddd-ae1f-79e09922cdfb {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d91353bd-122f-4ddd-ae1f-79e09922cdfb {
  margin-top: 10px;
}
}







#s-d91353bd-122f-4ddd-ae1f-79e09922cdfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d91353bd-122f-4ddd-ae1f-79e09922cdfb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2c3f932c-1575-43da-bdd0-09bc363990d3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c3f932c-1575-43da-bdd0-09bc363990d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c3f932c-1575-43da-bdd0-09bc363990d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2c3f932c-1575-43da-bdd0-09bc363990d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c3f932c-1575-43da-bdd0-09bc363990d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c5bbebef-9c10-4368-80dc-062274dae436 {
  margin-left: auto;
margin-right: auto;
max-width: 2531px;
aspect-ratio: 4/3;
text-align: center;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
  box-sizing: border-box;
}



.s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5bbebef-9c10-4368-80dc-062274dae436 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
      position: relative;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

@media (min-width: 1200px){#s-c5bbebef-9c10-4368-80dc-062274dae436 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
  box-sizing: border-box;
}



.s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5bbebef-9c10-4368-80dc-062274dae436 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
      position: relative;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c5bbebef-9c10-4368-80dc-062274dae436 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
  box-sizing: border-box;
}



.s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5bbebef-9c10-4368-80dc-062274dae436 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
      position: relative;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c5bbebef-9c10-4368-80dc-062274dae436 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
  box-sizing: border-box;
}



.s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5bbebef-9c10-4368-80dc-062274dae436 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
      position: relative;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}@media (max-width: 767px){#s-c5bbebef-9c10-4368-80dc-062274dae436 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5bbebef-9c10-4368-80dc-062274dae436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5bbebef-9c10-4368-80dc-062274dae436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-c5bbebef-9c10-4368-80dc-062274dae436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image {
  box-sizing: border-box;
}



.s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5bbebef-9c10-4368-80dc-062274dae436 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container {
      position: relative;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5bbebef-9c10-4368-80dc-062274dae436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}
#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin-left: auto;
margin-right: auto;
max-width: 2932px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin-top: 10px;
}
}
#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin: 0 !important;
  overflow: visible;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add background color handling */
  
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
  box-sizing: border-box;
}



.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
      position: relative;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

@media (min-width: 1200px){#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin: 0 !important;
  overflow: visible;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add background color handling */
  
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
  box-sizing: border-box;
}



.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
      position: relative;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin: 0 !important;
  overflow: visible;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add background color handling */
  
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
  box-sizing: border-box;
}



.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
      position: relative;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin: 0 !important;
  overflow: visible;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add background color handling */
  
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
  box-sizing: border-box;
}



.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
      position: relative;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (max-width: 767px){#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  margin: 0 !important;
  overflow: visible;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add background color handling */
  
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image {
  box-sizing: border-box;
}



.s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container {
      position: relative;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61d7171-3e85-4333-9a4c-6f8dd83ab83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}
#s-e04f80e6-5fa8-4cad-a2fd-7b7ec8a44405 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e04f80e6-5fa8-4cad-a2fd-7b7ec8a44405 {
  margin-top: 5px;
text-align: center;
}
}
#s-e04f80e6-5fa8-4cad-a2fd-7b7ec8a44405 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-e04f80e6-5fa8-4cad-a2fd-7b7ec8a44405 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-2a307501-2ad3-46f5-b9ff-07bba09e5db0 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2a307501-2ad3-46f5-b9ff-07bba09e5db0 {
  margin-top: 10px;
}
}







#s-2a307501-2ad3-46f5-b9ff-07bba09e5db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a307501-2ad3-46f5-b9ff-07bba09e5db0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37d3de3f-5afc-49c8-bb16-aacfaf6b6826 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-37d3de3f-5afc-49c8-bb16-aacfaf6b6826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37d3de3f-5afc-49c8-bb16-aacfaf6b6826"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-37d3de3f-5afc-49c8-bb16-aacfaf6b6826"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-37d3de3f-5afc-49c8-bb16-aacfaf6b6826"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  margin-left: auto;
margin-right: auto;
max-width: 2539px;
aspect-ratio: 4/3;
text-align: center;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  margin: 0 !important;
  overflow: visible;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add background color handling */
  
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
  box-sizing: border-box;
}



.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
      position: relative;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

@media (min-width: 1200px){#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  margin: 0 !important;
  overflow: visible;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add background color handling */
  
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
  box-sizing: border-box;
}



.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
      position: relative;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  margin: 0 !important;
  overflow: visible;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add background color handling */
  
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
  box-sizing: border-box;
}



.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
      position: relative;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  margin: 0 !important;
  overflow: visible;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add background color handling */
  
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
  box-sizing: border-box;
}



.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
      position: relative;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}@media (max-width: 767px){#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  margin: 0 !important;
  overflow: visible;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add background color handling */
  
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image {
  box-sizing: border-box;
}



.s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container {
      position: relative;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a502ada6-9a8b-46d5-ace1-b25bb81f1011 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}
#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin-left: auto;
margin-right: auto;
max-width: 2932px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin-top: 10px;
}
}
#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin: 0 !important;
  overflow: visible;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add background color handling */
  
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
  box-sizing: border-box;
}



.s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8685de60-26b3-4a3c-84d0-17493be39c59 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
      position: relative;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

@media (min-width: 1200px){#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin: 0 !important;
  overflow: visible;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add background color handling */
  
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
  box-sizing: border-box;
}



.s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8685de60-26b3-4a3c-84d0-17493be39c59 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
      position: relative;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin: 0 !important;
  overflow: visible;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add background color handling */
  
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
  box-sizing: border-box;
}



.s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8685de60-26b3-4a3c-84d0-17493be39c59 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
      position: relative;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin: 0 !important;
  overflow: visible;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add background color handling */
  
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
  box-sizing: border-box;
}



.s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8685de60-26b3-4a3c-84d0-17493be39c59 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
      position: relative;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (max-width: 767px){#s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  margin: 0 !important;
  overflow: visible;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-8685de60-26b3-4a3c-84d0-17493be39c59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add background color handling */
  
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8685de60-26b3-4a3c-84d0-17493be39c59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-8685de60-26b3-4a3c-84d0-17493be39c59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image {
  box-sizing: border-box;
}



.s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8685de60-26b3-4a3c-84d0-17493be39c59 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container {
      position: relative;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8685de60-26b3-4a3c-84d0-17493be39c59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}
#s-c5827504-dd1d-4c7c-8550-963d20a6f05a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c5827504-dd1d-4c7c-8550-963d20a6f05a {
  margin-top: 5px;
text-align: center;
}
}
#s-c5827504-dd1d-4c7c-8550-963d20a6f05a .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-c5827504-dd1d-4c7c-8550-963d20a6f05a .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-af22faf2-4868-4932-8215-2498376cfecf {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-af22faf2-4868-4932-8215-2498376cfecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af22faf2-4868-4932-8215-2498376cfecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-af22faf2-4868-4932-8215-2498376cfecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-af22faf2-4868-4932-8215-2498376cfecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e72086e9-d399-45a8-85e6-49f0e3d629c7 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e72086e9-d399-45a8-85e6-49f0e3d629c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e72086e9-d399-45a8-85e6-49f0e3d629c7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2db9076f-e6ea-442a-b466-53d9c251e832 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2db9076f-e6ea-442a-b466-53d9c251e832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db9076f-e6ea-442a-b466-53d9c251e832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2db9076f-e6ea-442a-b466-53d9c251e832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2db9076f-e6ea-442a-b466-53d9c251e832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  margin-left: auto;
margin-right: auto;
max-width: 1958px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
  box-sizing: border-box;
}



.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
      position: relative;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

@media (min-width: 1200px){#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
  box-sizing: border-box;
}



.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
      position: relative;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
  box-sizing: border-box;
}



.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
      position: relative;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
  box-sizing: border-box;
}



.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
      position: relative;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (max-width: 767px){#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image {
  box-sizing: border-box;
}



.s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container {
      position: relative;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2c9860a-4b7e-4633-a14f-2b05487a56bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}
#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin-left: auto;
margin-right: auto;
max-width: 1958px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin-top: 10px;
}
}
#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin: 0 !important;
  overflow: visible;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add background color handling */
  
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
  box-sizing: border-box;
}



.s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
      position: relative;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

@media (min-width: 1200px){#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin: 0 !important;
  overflow: visible;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add background color handling */
  
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
  box-sizing: border-box;
}



.s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
      position: relative;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin: 0 !important;
  overflow: visible;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add background color handling */
  
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
  box-sizing: border-box;
}



.s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
      position: relative;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin: 0 !important;
  overflow: visible;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add background color handling */
  
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
  box-sizing: border-box;
}



.s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
      position: relative;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (max-width: 767px){#s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  margin: 0 !important;
  overflow: visible;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add background color handling */
  
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-ac394610-fac2-4a08-a1ca-b97f9521f97f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image {
  box-sizing: border-box;
}



.s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container {
      position: relative;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac394610-fac2-4a08-a1ca-b97f9521f97f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}
#s-58854fd0-c74d-4acc-a31b-21cfe02ce335 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-58854fd0-c74d-4acc-a31b-21cfe02ce335 {
  margin-top: 5px;
text-align: center;
}
}
#s-58854fd0-c74d-4acc-a31b-21cfe02ce335 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-58854fd0-c74d-4acc-a31b-21cfe02ce335 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-c4c0fb3b-e45c-49f1-a070-5a1cc1d767f9 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c4c0fb3b-e45c-49f1-a070-5a1cc1d767f9 {
  margin-top: 10px;
}
}







#s-c4c0fb3b-e45c-49f1-a070-5a1cc1d767f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4c0fb3b-e45c-49f1-a070-5a1cc1d767f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-174579b6-2689-40ae-9e86-2b396da3f17b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-174579b6-2689-40ae-9e86-2b396da3f17b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-174579b6-2689-40ae-9e86-2b396da3f17b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-174579b6-2689-40ae-9e86-2b396da3f17b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-174579b6-2689-40ae-9e86-2b396da3f17b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
  box-sizing: border-box;
}



.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
      position: relative;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
  box-sizing: border-box;
}



.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
      position: relative;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
  box-sizing: border-box;
}



.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
      position: relative;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
  box-sizing: border-box;
}



.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
      position: relative;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image {
  box-sizing: border-box;
}



.s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container {
      position: relative;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-567377e4-2c69-4761-ad07-d0b0cd764ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin-top: 10px;
}
}
#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin: 0 !important;
  overflow: visible;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add background color handling */
  
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
  box-sizing: border-box;
}



.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
      position: relative;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin: 0 !important;
  overflow: visible;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add background color handling */
  
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
  box-sizing: border-box;
}



.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
      position: relative;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin: 0 !important;
  overflow: visible;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add background color handling */
  
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
  box-sizing: border-box;
}



.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
      position: relative;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin: 0 !important;
  overflow: visible;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add background color handling */
  
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
  box-sizing: border-box;
}



.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
      position: relative;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  margin: 0 !important;
  overflow: visible;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add background color handling */
  
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image {
  box-sizing: border-box;
}



.s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container {
      position: relative;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36af2a5c-f259-4f8a-9f95-d3b84c4dc844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-7d5aba1e-8f2a-4f1f-9b15-757c626422ca {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d5aba1e-8f2a-4f1f-9b15-757c626422ca {
  margin-top: 5px;
text-align: center;
}
}
#s-7d5aba1e-8f2a-4f1f-9b15-757c626422ca .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-7d5aba1e-8f2a-4f1f-9b15-757c626422ca .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ee80d94e-3555-421a-886a-8ac61699391a {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ee80d94e-3555-421a-886a-8ac61699391a {
  margin-top: 10px;
}
}







#s-ee80d94e-3555-421a-886a-8ac61699391a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee80d94e-3555-421a-886a-8ac61699391a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5a3ac936-1806-4c3e-b7fd-361ad1d0be7d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5a3ac936-1806-4c3e-b7fd-361ad1d0be7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a3ac936-1806-4c3e-b7fd-361ad1d0be7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5a3ac936-1806-4c3e-b7fd-361ad1d0be7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a3ac936-1806-4c3e-b7fd-361ad1d0be7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
  box-sizing: border-box;
}



.s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8fc438-b030-453d-9140-8ad0013bc580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
      position: relative;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
  box-sizing: border-box;
}



.s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8fc438-b030-453d-9140-8ad0013bc580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
      position: relative;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
  box-sizing: border-box;
}



.s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8fc438-b030-453d-9140-8ad0013bc580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
      position: relative;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
  box-sizing: border-box;
}



.s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8fc438-b030-453d-9140-8ad0013bc580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
      position: relative;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8fc438-b030-453d-9140-8ad0013bc580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8fc438-b030-453d-9140-8ad0013bc580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7c8fc438-b030-453d-9140-8ad0013bc580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image {
  box-sizing: border-box;
}



.s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8fc438-b030-453d-9140-8ad0013bc580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container {
      position: relative;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8fc438-b030-453d-9140-8ad0013bc580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin-top: 10px;
}
}
#s-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin: 0 !important;
  overflow: visible;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add background color handling */
  
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
  box-sizing: border-box;
}



.s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ee19afa-e40d-48dd-892f-916a4558639b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
      position: relative;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin: 0 !important;
  overflow: visible;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add background color handling */
  
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
  box-sizing: border-box;
}



.s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ee19afa-e40d-48dd-892f-916a4558639b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
      position: relative;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b 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-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin: 0 !important;
  overflow: visible;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add background color handling */
  
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
  box-sizing: border-box;
}



.s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ee19afa-e40d-48dd-892f-916a4558639b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
      position: relative;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b 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-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin: 0 !important;
  overflow: visible;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add background color handling */
  
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
  box-sizing: border-box;
}



.s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ee19afa-e40d-48dd-892f-916a4558639b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
      position: relative;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-4ee19afa-e40d-48dd-892f-916a4558639b {
  margin: 0 !important;
  overflow: visible;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-4ee19afa-e40d-48dd-892f-916a4558639b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add background color handling */
  
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ee19afa-e40d-48dd-892f-916a4558639b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4ee19afa-e40d-48dd-892f-916a4558639b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image {
  box-sizing: border-box;
}



.s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ee19afa-e40d-48dd-892f-916a4558639b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container {
      position: relative;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ee19afa-e40d-48dd-892f-916a4558639b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-f358d8dd-934d-42d2-89c3-4bfc46e93239 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f358d8dd-934d-42d2-89c3-4bfc46e93239 {
  margin-top: 5px;
text-align: center;
}
}
#s-f358d8dd-934d-42d2-89c3-4bfc46e93239 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-f358d8dd-934d-42d2-89c3-4bfc46e93239 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-3700424a-22e9-48bb-81a9-37140624c499 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
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(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3700424a-22e9-48bb-81a9-37140624c499 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3700424a-22e9-48bb-81a9-37140624c499 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-3700424a-22e9-48bb-81a9-37140624c499 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-3700424a-22e9-48bb-81a9-37140624c499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3700424a-22e9-48bb-81a9-37140624c499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d2df74c-9d21-4c42-b80b-1da62c170304 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0d2df74c-9d21-4c42-b80b-1da62c170304 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-0d2df74c-9d21-4c42-b80b-1da62c170304 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-0d2df74c-9d21-4c42-b80b-1da62c170304 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-8ff7bf3c-2e75-49b3-9940-de77870952f8 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8ff7bf3c-2e75-49b3-9940-de77870952f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff7bf3c-2e75-49b3-9940-de77870952f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8ff7bf3c-2e75-49b3-9940-de77870952f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8ff7bf3c-2e75-49b3-9940-de77870952f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-a298d21b-b166-4b5e-b515-1f4453a98f62 {
  margin-left: auto;
margin-right: auto;
}

#s-6374a83b-f932-4cdd-b50d-1229a2c4e38f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-a4d6f11b-c501-41b1-8200-f7c66c4a735a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a4d6f11b-c501-41b1-8200-f7c66c4a735a {
  margin-top: 20px;
}
}
#s-39703a92-3558-4a0f-abd9-1000b0581aeb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-806b1a0a-e6e0-4f41-8a6d-c670d2c4ac97 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-806b1a0a-e6e0-4f41-8a6d-c670d2c4ac97 {
  margin-top: 20px;
}
}
#s-04a0c413-d572-491a-83a3-96222b7ce476 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-5055e08c-3ba9-4080-8879-3f1e79996f0f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5055e08c-3ba9-4080-8879-3f1e79996f0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5055e08c-3ba9-4080-8879-3f1e79996f0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5055e08c-3ba9-4080-8879-3f1e79996f0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5055e08c-3ba9-4080-8879-3f1e79996f0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-eebb0fef-0aa0-4c88-9f16-dba153037085 {
  margin-left: auto;
margin-right: auto;
}

#s-aa8c3cb5-dc72-48cf-a9e3-35c49059897b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-2cdcd9a7-a38e-4aad-bb70-a2812a95fbc4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
}
@media (max-width: 767px){#s-2cdcd9a7-a38e-4aad-bb70-a2812a95fbc4 {
  margin-top: 20px;
}
}
#s-8c2a87cd-612a-4d92-aab1-3046f2470aaf {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-0181a16c-df55-4cff-8f37-4104351c841c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0181a16c-df55-4cff-8f37-4104351c841c {
  margin-top: 20px;
}
}
#s-7dfbe249-c9da-4407-8294-6d734fc5a82f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

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