#s-b92fe8f1-882a-49d7-8ad5-c849c3b06abd {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-1a890edf-aa74-467b-b418-4445e55743e6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -4%;
min-height: 850px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a890edf-aa74-467b-b418-4445e55743e6 {
  display: none;
}
#s-1a890edf-aa74-467b-b418-4445e55743e6, #wrap-s-1a890edf-aa74-467b-b418-4445e55743e6, #wrap-content-s-1a890edf-aa74-467b-b418-4445e55743e6 { display: none !important; }}@media (max-width: 767px){#s-1a890edf-aa74-467b-b418-4445e55743e6 {
  display: none;
}
#s-1a890edf-aa74-467b-b418-4445e55743e6, #wrap-s-1a890edf-aa74-467b-b418-4445e55743e6, #wrap-content-s-1a890edf-aa74-467b-b418-4445e55743e6 { display: none !important; }}
#s-1a890edf-aa74-467b-b418-4445e55743e6 {
  background-image: url(https://i.shgcdn.com/5d2cb4fc-9089-4dad-af68-399def42841d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1a890edf-aa74-467b-b418-4445e55743e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a890edf-aa74-467b-b418-4445e55743e6.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a {
  margin-left: auto;
margin-right: auto;
max-width: 88%;
}

@media (min-width: 0px) {
[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00db1fa4-bba8-4891-b5d4-d7ae85b0ec7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-4a073e2e-be03-4371-9c59-a03948273f5e {
  min-height: 50px;
}








#s-4a073e2e-be03-4371-9c59-a03948273f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a073e2e-be03-4371-9c59-a03948273f5e.shg-box.shg-c {
  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: #000000;
  font-family: "Assistant";
  text-transform: none;
  font-weight: 400;
  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-514e7608-522a-408c-bf5e-b7c5773c1527 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-514e7608-522a-408c-bf5e-b7c5773c1527 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 53px;
  
  
  text-align: left;
}



#s-ee41b6ee-d36e-45d2-815c-8a8e9f335f46 {
  box-shadow:15px 15px 41px 1px rgba(255, 181, 4, 1);
margin-top: 4%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 46px;
min-height: 250px;
max-width: 600px;
}








#s-ee41b6ee-d36e-45d2-815c-8a8e9f335f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee41b6ee-d36e-45d2-815c-8a8e9f335f46.shg-box.shg-c {
  justify-content: center;
}

#s-5697d9b1-1b50-4ce0-8864-b02b5bfe7447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5697d9b1-1b50-4ce0-8864-b02b5bfe7447 .shogun-heading-component h1 {
  color: rgba(230, 221, 59, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-b8c45431-40d6-437c-9011-bf7324c5d9d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8c45431-40d6-437c-9011-bf7324c5d9d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: "Assistant";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8 {
  box-shadow:7px 7px 49px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRmNmRmMGUtOWY2Yi00MDU4LThmMzktYTliNzk2MDBkM2FmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGY2ZGYwZS05ZjZiLTQwNTgtOGYzOS1hOWI3OTYwMGQzYWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8 {
  margin-top: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8 {
  margin-top: 5%;
}
}

  #s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8-root {
    text-align: left;
  }


#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8-root {
    text-align: left;
  }


#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8-root {
    text-align: left;
  }


#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8-root {
    text-align: left;
  }


#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8-root {
    text-align: left;
  }


#s-36ced4f7-b6b4-46a3-b584-4d48290ec4a8.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}
#s-d81e2a02-80a0-4048-99c2-6e61a383da24 {
  margin-top: 0%;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-d81e2a02-80a0-4048-99c2-6e61a383da24 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-183e164c-c847-411f-9e29-df6dd8fc999f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -5%;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-183e164c-c847-411f-9e29-df6dd8fc999f {
  display: none;
}
#s-183e164c-c847-411f-9e29-df6dd8fc999f, #wrap-s-183e164c-c847-411f-9e29-df6dd8fc999f, #wrap-content-s-183e164c-c847-411f-9e29-df6dd8fc999f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-183e164c-c847-411f-9e29-df6dd8fc999f {
  display: none;
}
#s-183e164c-c847-411f-9e29-df6dd8fc999f, #wrap-s-183e164c-c847-411f-9e29-df6dd8fc999f, #wrap-content-s-183e164c-c847-411f-9e29-df6dd8fc999f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-183e164c-c847-411f-9e29-df6dd8fc999f {
  margin-top: -7%;
min-height: 520px;
}
}@media (max-width: 767px){#s-183e164c-c847-411f-9e29-df6dd8fc999f {
  margin-top: -7%;
min-height: 500px;
}
}
#s-183e164c-c847-411f-9e29-df6dd8fc999f {
  background-image: url(https://i.shgcdn.com/c9aab89c-5c1e-4e13-a127-e97a1970502c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-183e164c-c847-411f-9e29-df6dd8fc999f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-183e164c-c847-411f-9e29-df6dd8fc999f.shg-box.shg-c {
  justify-content: center;
}

#s-3ce87e1b-ccd2-450c-91ff-617bd19f893b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 89%;
}
@media (max-width: 767px){#s-3ce87e1b-ccd2-450c-91ff-617bd19f893b {
  max-width: 92%;
}
}







#s-3ce87e1b-ccd2-450c-91ff-617bd19f893b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ce87e1b-ccd2-450c-91ff-617bd19f893b.shg-box.shg-c {
  justify-content: center;
}

#s-40a7a9ab-e954-4f62-9c74-e1b2963b3226 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40a7a9ab-e954-4f62-9c74-e1b2963b3226 {
  padding-top: 25px;
padding-bottom: 0px;
}
}
#s-40a7a9ab-e954-4f62-9c74-e1b2963b3226 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-40a7a9ab-e954-4f62-9c74-e1b2963b3226 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}


}
#s-8976cffb-326a-4161-9743-9dabc888fe87 {
  box-shadow:15px 15px 41px 1px rgba(255, 181, 4, 1);
margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 46px;
min-height: 250px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8976cffb-326a-4161-9743-9dabc888fe87 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-8976cffb-326a-4161-9743-9dabc888fe87 {
  padding-left: 4%;
padding-right: 4%;
min-height: 220px;
}
}







#s-8976cffb-326a-4161-9743-9dabc888fe87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8976cffb-326a-4161-9743-9dabc888fe87.shg-box.shg-c {
  justify-content: center;
}

#s-b4244f9f-603a-435e-8b48-4b0797acac21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4244f9f-603a-435e-8b48-4b0797acac21 .shogun-heading-component h1 {
  color: rgba(230, 221, 59, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b4244f9f-603a-435e-8b48-4b0797acac21 .shogun-heading-component h1 {
  color: rgba(230, 221, 59, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-00339f5a-06d7-4f48-9c4e-079b79b2034e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00339f5a-06d7-4f48-9c4e-079b79b2034e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-00339f5a-06d7-4f48-9c4e-079b79b2034e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}
#s-2b441719-4266-4741-be70-055dd427c891 {
  box-shadow:7px 7px 49px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzM0NDJjYjYtMjY3OS00ODcyLWI4ZmItMzM5MDhkOGRlZjY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMzQ0MmNiNi0yNjc5LTQ4NzItYjhmYi0zMzkwOGQ4ZGVmNjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-2b441719-4266-4741-be70-055dd427c891:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b441719-4266-4741-be70-055dd427c891:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2b441719-4266-4741-be70-055dd427c891 {
  margin-top: 6%;
}
}@media (max-width: 767px){#s-2b441719-4266-4741-be70-055dd427c891 {
  margin-top: 8%;
}
}

  #s-2b441719-4266-4741-be70-055dd427c891-root {
    text-align: center;
  }


#s-2b441719-4266-4741-be70-055dd427c891.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b441719-4266-4741-be70-055dd427c891-root {
    text-align: center;
  }


#s-2b441719-4266-4741-be70-055dd427c891.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b441719-4266-4741-be70-055dd427c891-root {
    text-align: center;
  }


#s-2b441719-4266-4741-be70-055dd427c891.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b441719-4266-4741-be70-055dd427c891-root {
    text-align: center;
  }


#s-2b441719-4266-4741-be70-055dd427c891.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b441719-4266-4741-be70-055dd427c891-root {
    text-align: center;
  }


#s-2b441719-4266-4741-be70-055dd427c891.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}
#s-cda14d8f-09e9-4642-91b2-d3660010fcf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cda14d8f-09e9-4642-91b2-d3660010fcf5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-72f1b187-b2ec-492e-abbd-7e6d41cd93b5 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-72f1b187-b2ec-492e-abbd-7e6d41cd93b5 {
  max-width: 92%;
}
}@media (max-width: 767px){#s-72f1b187-b2ec-492e-abbd-7e6d41cd93b5 {
  margin-top: 8%;
max-width: 94%;
}
}







#s-72f1b187-b2ec-492e-abbd-7e6d41cd93b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72f1b187-b2ec-492e-abbd-7e6d41cd93b5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-44a5dd1d-1dcb-4dfa-a60c-26cffa1b115f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44a5dd1d-1dcb-4dfa-a60c-26cffa1b115f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44a5dd1d-1dcb-4dfa-a60c-26cffa1b115f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44a5dd1d-1dcb-4dfa-a60c-26cffa1b115f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1875450e-9afa-4db7-8529-8fb03b5d1535 {
  max-width: 700px;
}








#s-1875450e-9afa-4db7-8529-8fb03b5d1535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1875450e-9afa-4db7-8529-8fb03b5d1535.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  max-width: 800px;
aspect-ratio: 1080/700;
text-align: center;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }

    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-link {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
  box-sizing: border-box;
}



.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
      --shg-aspect-ratio: calc(1080/700); 
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
      position: relative;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }

    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-link {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
  box-sizing: border-box;
}



.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
      --shg-aspect-ratio: calc(1080/700); 
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
      position: relative;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }

    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-link {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
  box-sizing: border-box;
}



.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
      --shg-aspect-ratio: calc(1080/700); 
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
      position: relative;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }

    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-link {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
  box-sizing: border-box;
}



.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
      --shg-aspect-ratio: calc(1080/700); 
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
      position: relative;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }

    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-link {
      aspect-ratio: 1080/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image {
  box-sizing: border-box;
}



.s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea {
      --shg-aspect-ratio: calc(1080/700); 
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container {
      position: relative;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b42edd-f48d-42b9-b6c2-64c2231768ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-0a2a5582-6c1e-411e-ac63-bd82f6e6b13b {
  min-height: 250px;
}
@media (min-width: 1200px){#s-0a2a5582-6c1e-411e-ac63-bd82f6e6b13b {
  min-height: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a2a5582-6c1e-411e-ac63-bd82f6e6b13b {
  min-height: 330px;
}
}@media (max-width: 767px){#s-0a2a5582-6c1e-411e-ac63-bd82f6e6b13b {
  min-height: 230px;
}
}







#s-0a2a5582-6c1e-411e-ac63-bd82f6e6b13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a2a5582-6c1e-411e-ac63-bd82f6e6b13b.shg-box.shg-c {
  justify-content: center;
}

#s-9eafd828-98a7-471d-9508-fec46d26a876 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9eafd828-98a7-471d-9508-fec46d26a876 {
  padding-top: 2%;
padding-bottom: 0%;
}
}
#s-9eafd828-98a7-471d-9508-fec46d26a876 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9eafd828-98a7-471d-9508-fec46d26a876 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-9eafd828-98a7-471d-9508-fec46d26a876 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-1ce19934-7c5f-4e69-943b-b5c34dd8aaff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ce19934-7c5f-4e69-943b-b5c34dd8aaff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1ce19934-7c5f-4e69-943b-b5c34dd8aaff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-1ce19934-7c5f-4e69-943b-b5c34dd8aaff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-1e465891-cecb-47d1-bbd6-e61888e9bc16 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e465891-cecb-47d1-bbd6-e61888e9bc16 {
  max-width: 92%;
}
}@media (max-width: 767px){#s-1e465891-cecb-47d1-bbd6-e61888e9bc16 {
  margin-top: 1%;
max-width: 94%;
}
}







#s-1e465891-cecb-47d1-bbd6-e61888e9bc16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e465891-cecb-47d1-bbd6-e61888e9bc16.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0f32b669-979a-4141-b591-7a6ec4993540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f32b669-979a-4141-b591-7a6ec4993540"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f32b669-979a-4141-b591-7a6ec4993540"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f32b669-979a-4141-b591-7a6ec4993540"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0f32b669-979a-4141-b591-7a6ec4993540"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b9da8d83-107a-45e2-af0f-2e5c5a72f816 {
  min-height: 360px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b9da8d83-107a-45e2-af0f-2e5c5a72f816 {
  min-height: 270px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9da8d83-107a-45e2-af0f-2e5c5a72f816 {
  min-height: 270px;
}
}@media (max-width: 767px){#s-b9da8d83-107a-45e2-af0f-2e5c5a72f816 {
  min-height: 200px;
}
}







#s-b9da8d83-107a-45e2-af0f-2e5c5a72f816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9da8d83-107a-45e2-af0f-2e5c5a72f816.shg-box.shg-c {
  justify-content: center;
}

#s-49980120-33f4-4bd4-b984-bcdea055dea9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-49980120-33f4-4bd4-b984-bcdea055dea9 {
  padding-top: 2%;
padding-bottom: 0%;
}
}
#s-49980120-33f4-4bd4-b984-bcdea055dea9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-49980120-33f4-4bd4-b984-bcdea055dea9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-49980120-33f4-4bd4-b984-bcdea055dea9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-1cdb7cf3-cfb2-42b7-b2dd-98e38c349462 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cdb7cf3-cfb2-42b7-b2dd-98e38c349462 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1cdb7cf3-cfb2-42b7-b2dd-98e38c349462 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-1cdb7cf3-cfb2-42b7-b2dd-98e38c349462 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-91614487-6c42-4aef-968d-fd9e1104fe60 {
  min-height: 270px;
max-width: 700px;
}








#s-91614487-6c42-4aef-968d-fd9e1104fe60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91614487-6c42-4aef-968d-fd9e1104fe60.shg-box.shg-c {
  justify-content: center;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  max-width: 1400px;
aspect-ratio: 1400/775;
text-align: center;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }

    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-link {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
  box-sizing: border-box;
}



.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
      --shg-aspect-ratio: calc(1400/775); 
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
      position: relative;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

@media (min-width: 1200px){#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }

    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-link {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
  box-sizing: border-box;
}



.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
      --shg-aspect-ratio: calc(1400/775); 
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
      position: relative;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }

    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-link {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
  box-sizing: border-box;
}



.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
      --shg-aspect-ratio: calc(1400/775); 
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
      position: relative;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }

    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-link {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
  box-sizing: border-box;
}



.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
      --shg-aspect-ratio: calc(1400/775); 
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
      position: relative;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (max-width: 767px){#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }

    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-link {
      aspect-ratio: 1400/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image {
  box-sizing: border-box;
}



.s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 {
      --shg-aspect-ratio: calc(1400/775); 
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container {
      position: relative;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d454306-09bd-42b9-afa1-b2221ef04ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}
#s-b22585ac-1333-4307-aabe-e876211cee6f {
  margin-top: 2%;
max-width: 832px;
aspect-ratio: 832/75;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b22585ac-1333-4307-aabe-e876211cee6f {
  max-width: 572px;
}
}
#s-b22585ac-1333-4307-aabe-e876211cee6f {
  margin: 0 !important;
  overflow: visible;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 2%;
  
}

.shg-image-content-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add background color handling */
  
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
  box-sizing: border-box;
}



.s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b22585ac-1333-4307-aabe-e876211cee6f {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
      position: relative;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

@media (min-width: 1200px){#s-b22585ac-1333-4307-aabe-e876211cee6f {
  margin: 0 !important;
  overflow: visible;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add background color handling */
  
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
  box-sizing: border-box;
}



.s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b22585ac-1333-4307-aabe-e876211cee6f {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
      position: relative;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b22585ac-1333-4307-aabe-e876211cee6f {
  margin: 0 !important;
  overflow: visible;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add background color handling */
  
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
  box-sizing: border-box;
}



.s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b22585ac-1333-4307-aabe-e876211cee6f {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
      position: relative;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b22585ac-1333-4307-aabe-e876211cee6f {
  margin: 0 !important;
  overflow: visible;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add background color handling */
  
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
  box-sizing: border-box;
}



.s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b22585ac-1333-4307-aabe-e876211cee6f {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
      position: relative;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}@media (max-width: 767px){#s-b22585ac-1333-4307-aabe-e876211cee6f {
  margin: 0 !important;
  overflow: visible;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b22585ac-1333-4307-aabe-e876211cee6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add background color handling */
  
}

#s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b22585ac-1333-4307-aabe-e876211cee6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-b22585ac-1333-4307-aabe-e876211cee6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image {
  box-sizing: border-box;
}



.s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b22585ac-1333-4307-aabe-e876211cee6f {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container {
      position: relative;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b22585ac-1333-4307-aabe-e876211cee6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}
#s-83c30cff-9e18-462f-bb43-572395336b2a {
  min-height: 50px;
background-color: rgba(255, 243, 220, 0);
}








#s-83c30cff-9e18-462f-bb43-572395336b2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83c30cff-9e18-462f-bb43-572395336b2a.shg-box.shg-c {
  justify-content: center;
}

#s-d627b53e-2e55-4841-af2f-d7071f67c603 {
  background-size: cover;
margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
background-position: center center;
background-color: rgba(255, 243, 220, 1);
}
@media (min-width: 1200px){#s-d627b53e-2e55-4841-af2f-d7071f67c603 {
  display: none;
}
#s-d627b53e-2e55-4841-af2f-d7071f67c603, #wrap-s-d627b53e-2e55-4841-af2f-d7071f67c603, #wrap-content-s-d627b53e-2e55-4841-af2f-d7071f67c603 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d627b53e-2e55-4841-af2f-d7071f67c603 {
  display: none;
}
#s-d627b53e-2e55-4841-af2f-d7071f67c603, #wrap-s-d627b53e-2e55-4841-af2f-d7071f67c603, #wrap-content-s-d627b53e-2e55-4841-af2f-d7071f67c603 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d627b53e-2e55-4841-af2f-d7071f67c603 {
  max-width: 94%;
}
}@media (max-width: 767px){#s-d627b53e-2e55-4841-af2f-d7071f67c603 {
  max-width: 94%;
display: none;
}
#s-d627b53e-2e55-4841-af2f-d7071f67c603, #wrap-s-d627b53e-2e55-4841-af2f-d7071f67c603, #wrap-content-s-d627b53e-2e55-4841-af2f-d7071f67c603 { display: none !important; }}







#s-d627b53e-2e55-4841-af2f-d7071f67c603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d627b53e-2e55-4841-af2f-d7071f67c603.shg-box.shg-c {
  justify-content: center;
}

#s-83e24fde-e190-4ba9-b95c-1402c3fffb6e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-83e24fde-e190-4ba9-b95c-1402c3fffb6e .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-83e24fde-e190-4ba9-b95c-1402c3fffb6e .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-83e24fde-e190-4ba9-b95c-1402c3fffb6e .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-8249b1ca-37ff-4566-be7d-3d7bb19e716a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8249b1ca-37ff-4566-be7d-3d7bb19e716a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8249b1ca-37ff-4566-be7d-3d7bb19e716a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8249b1ca-37ff-4566-be7d-3d7bb19e716a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f3e1153-263c-40b9-bdc3-c564cb94671d {
  min-height: 500px;
}








#s-8f3e1153-263c-40b9-bdc3-c564cb94671d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f3e1153-263c-40b9-bdc3-c564cb94671d.shg-box.shg-c {
  justify-content: center;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  max-width: 500px;
aspect-ratio: 1200/716;
text-align: center;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
  box-sizing: border-box;
}



.s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
      position: relative;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
  box-sizing: border-box;
}



.s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
      position: relative;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
  box-sizing: border-box;
}



.s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
      position: relative;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
  box-sizing: border-box;
}



.s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
      position: relative;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e8f829d-a443-4aec-81fd-079dd09c1688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image {
  box-sizing: border-box;
}



.s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container {
      position: relative;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e8f829d-a443-4aec-81fd-079dd09c1688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-388b204b-3208-462b-8024-c3d5dd2a5222 {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-388b204b-3208-462b-8024-c3d5dd2a5222"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-dafa5e97-0769-4f44-95b0-dba39e453f6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dafa5e97-0769-4f44-95b0-dba39e453f6c .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-abc46460-5821-4622-b181-b2ee77fef7a2 {
  min-height: 50px;
}








#s-abc46460-5821-4622-b181-b2ee77fef7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abc46460-5821-4622-b181-b2ee77fef7a2.shg-box.shg-c {
  justify-content: center;
}

#s-665b85e7-5572-44b9-a33a-aee8cc74b536 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-665b85e7-5572-44b9-a33a-aee8cc74b536 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-05236b82-4e7c-4e8f-91df-4cdd3a1dda6a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05236b82-4e7c-4e8f-91df-4cdd3a1dda6a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: left;
}



#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  max-width: 1200px;
aspect-ratio: 1200/715;
text-align: center;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
  box-sizing: border-box;
}



.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
      position: relative;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
  box-sizing: border-box;
}



.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
      position: relative;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
  box-sizing: border-box;
}



.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
      position: relative;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
  box-sizing: border-box;
}



.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
      position: relative;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image {
  box-sizing: border-box;
}



.s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container {
      position: relative;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66fd1f16-9529-4a67-9adb-b775bdc156d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-3ed20305-fcb5-43cb-a379-68d299778e62 {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed20305-fcb5-43cb-a379-68d299778e62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6be21b37-e1c5-4dd0-ace6-e68e17280965 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6be21b37-e1c5-4dd0-ace6-e68e17280965 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-67beed5a-12ae-43b5-8fbd-d0a293cd059b {
  min-height: 50px;
}








#s-67beed5a-12ae-43b5-8fbd-d0a293cd059b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67beed5a-12ae-43b5-8fbd-d0a293cd059b.shg-box.shg-c {
  justify-content: center;
}

#s-5f9d09e1-b9ab-4f70-89a3-5dde80688d8c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f9d09e1-b9ab-4f70-89a3-5dde80688d8c .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-f9e7ee32-569a-4137-960d-8f216c0b9daa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f9e7ee32-569a-4137-960d-8f216c0b9daa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: left;
}



#s-747b589a-f669-4d3b-9ea2-145de3a18e4a {
  min-height: 500px;
}








#s-747b589a-f669-4d3b-9ea2-145de3a18e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-747b589a-f669-4d3b-9ea2-145de3a18e4a.shg-box.shg-c {
  justify-content: center;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 {
  max-width: 1200px;
aspect-ratio: 1200/716;
text-align: center;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 {
  margin: 0 !important;
  overflow: visible;
}

#s-663b6804-b08e-451f-adfd-650e86bec471-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add background color handling */
  
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
  box-sizing: border-box;
}



.s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663b6804-b08e-451f-adfd-650e86bec471 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
      position: relative;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-663b6804-b08e-451f-adfd-650e86bec471 {
  margin: 0 !important;
  overflow: visible;
}

#s-663b6804-b08e-451f-adfd-650e86bec471-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add background color handling */
  
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
  box-sizing: border-box;
}



.s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663b6804-b08e-451f-adfd-650e86bec471 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
      position: relative;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-663b6804-b08e-451f-adfd-650e86bec471 {
  margin: 0 !important;
  overflow: visible;
}

#s-663b6804-b08e-451f-adfd-650e86bec471-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add background color handling */
  
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
  box-sizing: border-box;
}



.s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663b6804-b08e-451f-adfd-650e86bec471 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
      position: relative;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-663b6804-b08e-451f-adfd-650e86bec471 {
  margin: 0 !important;
  overflow: visible;
}

#s-663b6804-b08e-451f-adfd-650e86bec471-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add background color handling */
  
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
  box-sizing: border-box;
}



.s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663b6804-b08e-451f-adfd-650e86bec471 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
      position: relative;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-663b6804-b08e-451f-adfd-650e86bec471 {
  margin: 0 !important;
  overflow: visible;
}

#s-663b6804-b08e-451f-adfd-650e86bec471-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663b6804-b08e-451f-adfd-650e86bec471 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add background color handling */
  
}

#s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663b6804-b08e-451f-adfd-650e86bec471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-663b6804-b08e-451f-adfd-650e86bec471 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image {
  box-sizing: border-box;
}



.s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663b6804-b08e-451f-adfd-650e86bec471 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container {
      position: relative;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663b6804-b08e-451f-adfd-650e86bec471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-ddb9808b-e074-4dcc-b46f-f696af5d2add {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddb9808b-e074-4dcc-b46f-f696af5d2add"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-ea32a634-0f8c-4029-b59d-0f5b102ff107 {
  min-height: 50px;
}








#s-ea32a634-0f8c-4029-b59d-0f5b102ff107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea32a634-0f8c-4029-b59d-0f5b102ff107.shg-box.shg-c {
  justify-content: center;
}

#s-ceae6d52-6389-499f-a8de-4a3cdd416063 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ceae6d52-6389-499f-a8de-4a3cdd416063 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: right;
}



#s-3b8b3d5d-ccc2-498a-b8ea-d22f998a131a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b8b3d5d-ccc2-498a-b8ea-d22f998a131a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: right;
}



#s-48d720f4-e405-4392-ab27-4c246c3e3d79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48d720f4-e405-4392-ab27-4c246c3e3d79 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  max-width: 1000px;
aspect-ratio: 1000/598;
text-align: center;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  margin: 0 !important;
  overflow: visible;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add background color handling */
  
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
  box-sizing: border-box;
}



.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
      position: relative;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  margin: 0 !important;
  overflow: visible;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add background color handling */
  
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
  box-sizing: border-box;
}



.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
      position: relative;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  margin: 0 !important;
  overflow: visible;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add background color handling */
  
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
  box-sizing: border-box;
}



.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
      position: relative;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  margin: 0 !important;
  overflow: visible;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add background color handling */
  
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
  box-sizing: border-box;
}



.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
      position: relative;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  margin: 0 !important;
  overflow: visible;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add background color handling */
  
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image {
  box-sizing: border-box;
}



.s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container {
      position: relative;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f62945-3cec-4964-b6e6-4e08c59b7c1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87 {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbd97f63-4ba9-4876-b01f-2d392ebe1d87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-0db969fd-ea8d-41b0-9856-479f48c1f7fc {
  min-height: 50px;
}








#s-0db969fd-ea8d-41b0-9856-479f48c1f7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0db969fd-ea8d-41b0-9856-479f48c1f7fc.shg-box.shg-c {
  justify-content: center;
}

#s-278b4174-41ad-4a2c-a6e9-d80a39d83c5f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-278b4174-41ad-4a2c-a6e9-d80a39d83c5f .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: right;
}



#s-bdf02f2c-77a5-418a-90ca-8630d8392e07 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bdf02f2c-77a5-418a-90ca-8630d8392e07 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: right;
}



#s-8b2a118a-cdf1-4f53-b738-d270de5a2656 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b2a118a-cdf1-4f53-b738-d270de5a2656 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c {
  background-size: cover;
margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
background-position: center center;
background-color: rgba(255, 243, 220, 1);
}
@media (min-width: 1200px){#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c {
  max-width: 92%;
display: none;
}
#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c, #wrap-s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c, #wrap-content-s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c { display: none !important; }}@media (max-width: 767px){#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c {
  max-width: 94%;
display: none;
}
#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c, #wrap-s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c, #wrap-content-s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c { display: none !important; }}







#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e4aa1df-0bf6-4c6f-85b1-2e0d3fc21c8c.shg-box.shg-c {
  justify-content: center;
}

#s-1e5e197f-efa0-4cf9-97fe-715d49d1155c {
  padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}

#s-1e5e197f-efa0-4cf9-97fe-715d49d1155c .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1e5e197f-efa0-4cf9-97fe-715d49d1155c .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-1e5e197f-efa0-4cf9-97fe-715d49d1155c .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-df978e97-b19b-4204-811b-7bfe4393878f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df978e97-b19b-4204-811b-7bfe4393878f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df978e97-b19b-4204-811b-7bfe4393878f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df978e97-b19b-4204-811b-7bfe4393878f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a6f8be36-d45b-45b6-aabc-f0960eb583b0 {
  min-height: 500px;
}








#s-a6f8be36-d45b-45b6-aabc-f0960eb583b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6f8be36-d45b-45b6-aabc-f0960eb583b0.shg-box.shg-c {
  justify-content: center;
}

#s-a984b6dc-b012-4fae-aa79-7312201f48dc {
  min-height: 50px;
}








#s-a984b6dc-b012-4fae-aa79-7312201f48dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a984b6dc-b012-4fae-aa79-7312201f48dc.shg-box.shg-c {
  justify-content: center;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  max-width: 500px;
aspect-ratio: 1200/716;
text-align: center;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  margin: 0 !important;
  overflow: visible;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add background color handling */
  
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
  box-sizing: border-box;
}



.s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210a7816-ebcc-4576-8458-1f04e5e94956 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
      position: relative;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  margin: 0 !important;
  overflow: visible;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add background color handling */
  
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
  box-sizing: border-box;
}



.s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210a7816-ebcc-4576-8458-1f04e5e94956 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
      position: relative;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  margin: 0 !important;
  overflow: visible;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add background color handling */
  
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
  box-sizing: border-box;
}



.s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210a7816-ebcc-4576-8458-1f04e5e94956 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
      position: relative;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  margin: 0 !important;
  overflow: visible;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add background color handling */
  
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
  box-sizing: border-box;
}



.s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210a7816-ebcc-4576-8458-1f04e5e94956 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
      position: relative;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  margin: 0 !important;
  overflow: visible;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210a7816-ebcc-4576-8458-1f04e5e94956 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add background color handling */
  
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210a7816-ebcc-4576-8458-1f04e5e94956 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-210a7816-ebcc-4576-8458-1f04e5e94956 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image {
  box-sizing: border-box;
}



.s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210a7816-ebcc-4576-8458-1f04e5e94956 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container {
      position: relative;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210a7816-ebcc-4576-8458-1f04e5e94956 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-200c00e1-b060-4fad-8551-c4d8dbdd0a60 {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-200c00e1-b060-4fad-8551-c4d8dbdd0a60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-b00fb4c6-4a13-4164-a03f-3561fd0522f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b00fb4c6-4a13-4164-a03f-3561fd0522f6 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-ce41def2-125f-4e89-8d24-4102aa672a43 {
  min-height: 50px;
}








#s-ce41def2-125f-4e89-8d24-4102aa672a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce41def2-125f-4e89-8d24-4102aa672a43.shg-box.shg-c {
  justify-content: center;
}

#s-42080c14-3716-436b-8306-a5bada9d08bb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-42080c14-3716-436b-8306-a5bada9d08bb .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-f9b5091d-c7da-4d49-8885-800ae393a02b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f9b5091d-c7da-4d49-8885-800ae393a02b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: left;
}



#s-1d827189-a4ee-40cf-b33b-2130ed0725b1 {
  min-height: 50px;
}








#s-1d827189-a4ee-40cf-b33b-2130ed0725b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d827189-a4ee-40cf-b33b-2130ed0725b1.shg-box.shg-c {
  justify-content: center;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  max-width: 500px;
aspect-ratio: 1200/715;
text-align: center;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  margin: 0 !important;
  overflow: visible;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add background color handling */
  
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-content {
  
    justify-content: center;
  
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
  box-sizing: border-box;
}



.s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41e90265-d6c5-490b-9dd5-3edabac6673f {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
      position: relative;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  margin: 0 !important;
  overflow: visible;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add background color handling */
  
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-content {
  
    justify-content: center;
  
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
  box-sizing: border-box;
}



.s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41e90265-d6c5-490b-9dd5-3edabac6673f {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
      position: relative;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  margin: 0 !important;
  overflow: visible;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add background color handling */
  
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-content {
  
    justify-content: center;
  
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
  box-sizing: border-box;
}



.s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41e90265-d6c5-490b-9dd5-3edabac6673f {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
      position: relative;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  margin: 0 !important;
  overflow: visible;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add background color handling */
  
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-content {
  
    justify-content: center;
  
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
  box-sizing: border-box;
}



.s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41e90265-d6c5-490b-9dd5-3edabac6673f {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
      position: relative;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  margin: 0 !important;
  overflow: visible;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41e90265-d6c5-490b-9dd5-3edabac6673f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add background color handling */
  
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e90265-d6c5-490b-9dd5-3edabac6673f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41e90265-d6c5-490b-9dd5-3edabac6673f .shogun-image-content {
  
    justify-content: center;
  
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image {
  box-sizing: border-box;
}



.s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41e90265-d6c5-490b-9dd5-3edabac6673f {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container {
      position: relative;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e90265-d6c5-490b-9dd5-3edabac6673f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ae29ccfb-698b-4569-8daa-1ff275788985 {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae29ccfb-698b-4569-8daa-1ff275788985"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-844cd0df-bcaa-4d2b-aa40-1e84d95ae90d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-844cd0df-bcaa-4d2b-aa40-1e84d95ae90d .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-e95c51b8-ac68-4588-b933-e3394a98aaf9 {
  min-height: 50px;
}








#s-e95c51b8-ac68-4588-b933-e3394a98aaf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e95c51b8-ac68-4588-b933-e3394a98aaf9.shg-box.shg-c {
  justify-content: center;
}

#s-4072477a-2ae2-4cef-8a3f-8bd24fa4bf3d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4072477a-2ae2-4cef-8a3f-8bd24fa4bf3d .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-eb90bdb7-26c7-4391-9b02-5db0c6ccef1a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eb90bdb7-26c7-4391-9b02-5db0c6ccef1a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: left;
}



#s-a1c24879-6f26-4e5e-80f1-9c336f7a60be {
  min-height: 500px;
}








#s-a1c24879-6f26-4e5e-80f1-9c336f7a60be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1c24879-6f26-4e5e-80f1-9c336f7a60be.shg-box.shg-c {
  justify-content: center;
}

#s-313fc5b9-a93a-4de5-8d8d-662ccdc11389 {
  min-height: 500px;
}








#s-313fc5b9-a93a-4de5-8d8d-662ccdc11389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-313fc5b9-a93a-4de5-8d8d-662ccdc11389.shg-box.shg-c {
  justify-content: center;
}

#s-83e561fd-8c90-4c4b-9e3f-231be48142b2 {
  min-height: 50px;
}








#s-83e561fd-8c90-4c4b-9e3f-231be48142b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83e561fd-8c90-4c4b-9e3f-231be48142b2.shg-box.shg-c {
  justify-content: center;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  max-width: 500px;
aspect-ratio: 1200/716;
text-align: center;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  margin: 0 !important;
  overflow: visible;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add background color handling */
  
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
  box-sizing: border-box;
}



.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
      position: relative;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  margin: 0 !important;
  overflow: visible;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add background color handling */
  
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
  box-sizing: border-box;
}



.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
      position: relative;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  margin: 0 !important;
  overflow: visible;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add background color handling */
  
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
  box-sizing: border-box;
}



.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
      position: relative;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  margin: 0 !important;
  overflow: visible;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add background color handling */
  
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
  box-sizing: border-box;
}



.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
      position: relative;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  margin: 0 !important;
  overflow: visible;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add background color handling */
  
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image {
  box-sizing: border-box;
}



.s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container {
      position: relative;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b70db9de-4e34-4134-a6c7-d5f5348ba6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-94f06046-450d-4173-be9e-5d5d9d6af7be {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-94f06046-450d-4173-be9e-5d5d9d6af7be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-91a9c2fd-2350-477d-8474-5afaf46af14b {
  min-height: 50px;
}








#s-91a9c2fd-2350-477d-8474-5afaf46af14b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91a9c2fd-2350-477d-8474-5afaf46af14b.shg-box.shg-c {
  justify-content: center;
}

#s-3b024885-7912-4956-a9ca-ebefe5dbbb86 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b024885-7912-4956-a9ca-ebefe5dbbb86 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: right;
}



#s-4602482f-1d11-409a-98ba-f3d65ce08988 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4602482f-1d11-409a-98ba-f3d65ce08988 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: right;
}



#s-f730688f-61b2-43e9-acf4-52592dd1393d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f730688f-61b2-43e9-acf4-52592dd1393d .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-c8e09b19-ca70-4112-9bcb-562a66d007e1 {
  min-height: 50px;
}








#s-c8e09b19-ca70-4112-9bcb-562a66d007e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8e09b19-ca70-4112-9bcb-562a66d007e1.shg-box.shg-c {
  justify-content: center;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  max-width: 500px;
aspect-ratio: 1000/598;
text-align: center;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  margin: 0 !important;
  overflow: visible;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add background color handling */
  
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
  box-sizing: border-box;
}



.s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
      position: relative;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  margin: 0 !important;
  overflow: visible;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add background color handling */
  
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
  box-sizing: border-box;
}



.s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
      position: relative;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  margin: 0 !important;
  overflow: visible;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add background color handling */
  
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
  box-sizing: border-box;
}



.s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
      position: relative;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  margin: 0 !important;
  overflow: visible;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add background color handling */
  
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
  box-sizing: border-box;
}



.s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
      position: relative;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  margin: 0 !important;
  overflow: visible;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add background color handling */
  
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e2213afd-89aa-46e5-a2b0-27af45c2411b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image {
  box-sizing: border-box;
}



.s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container {
      position: relative;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2213afd-89aa-46e5-a2b0-27af45c2411b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185 {
  margin-top: 6%;
margin-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20c0a060-05e6-4ad6-a8d8-dc4b98b9d185"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-d342ac7f-ed92-43d4-92da-3620748ab61b {
  min-height: 50px;
}








#s-d342ac7f-ed92-43d4-92da-3620748ab61b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d342ac7f-ed92-43d4-92da-3620748ab61b.shg-box.shg-c {
  justify-content: center;
}

#s-cd440a81-e3be-40d9-8f24-222b8f060ba9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd440a81-e3be-40d9-8f24-222b8f060ba9 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: right;
}



#s-7c0ef715-1eab-488a-99f2-5248535e27df {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c0ef715-1eab-488a-99f2-5248535e27df .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  text-align: right;
}



#s-8b4cf8c9-9af8-4819-92b6-3bfcdd5ae3e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b4cf8c9-9af8-4819-92b6-3bfcdd5ae3e8 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 {
  background-size: cover;
margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
background-position: center center;
background-color: rgba(255, 243, 220, 1);
}
@media (min-width: 1200px){#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 {
  display: none;
}
#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4, #wrap-s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4, #wrap-content-s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 {
  display: none;
}
#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4, #wrap-s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4, #wrap-content-s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 {
  max-width: 92%;
display: none;
}
#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4, #wrap-s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4, #wrap-content-s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 { display: none !important; }}@media (max-width: 767px){#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 {
  margin-top: 9%;
max-width: 94%;
}
}







#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ceb6d066-0bcf-4dd7-826d-37bf1f046ea4.shg-box.shg-c {
  justify-content: center;
}

#s-de87f751-e255-42f9-baba-afa92c954e21 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-de87f751-e255-42f9-baba-afa92c954e21 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-de87f751-e255-42f9-baba-afa92c954e21 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-de87f751-e255-42f9-baba-afa92c954e21 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  max-width: 500px;
aspect-ratio: 1200/716;
text-align: center;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  margin: 0 !important;
  overflow: visible;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add background color handling */
  
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
  box-sizing: border-box;
}



.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
      position: relative;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  margin: 0 !important;
  overflow: visible;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add background color handling */
  
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
  box-sizing: border-box;
}



.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
      position: relative;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  margin: 0 !important;
  overflow: visible;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add background color handling */
  
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
  box-sizing: border-box;
}



.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
      position: relative;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  margin: 0 !important;
  overflow: visible;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add background color handling */
  
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
  box-sizing: border-box;
}



.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
      position: relative;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  margin: 0 !important;
  overflow: visible;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add background color handling */
  
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image {
  box-sizing: border-box;
}



.s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container {
      position: relative;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08461c1f-2e2c-427c-ba6e-d8cb6debe404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
.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: #000000;
  font-family: "Assistant";
  font-weight: 400;
}

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

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

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

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

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

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

.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: #000000;
  font-family: "Assistant";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Assistant";
  font-weight: 400;
}

@media (max-width: 767px){#s-3df0380a-0654-45b2-88ad-71eb927273d1 {
  margin-top: 5%;
margin-bottom: 0%;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-637a5355-3e8e-440b-b1e4-e34ddaff3a95 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-637a5355-3e8e-440b-b1e4-e34ddaff3a95 hr {
  border-top: 3px solid rgba(40, 150, 114, 1);
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  margin-top: -2%;
margin-bottom: 0%;
max-width: 1200px;
aspect-ratio: 1200/715;
text-align: center;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -2%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
  box-sizing: border-box;
}



.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
      position: relative;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
  box-sizing: border-box;
}



.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
      position: relative;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
  box-sizing: border-box;
}



.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
      position: relative;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
  box-sizing: border-box;
}



.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
      position: relative;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }

    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-link {
      aspect-ratio: 1200/715;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image {
  box-sizing: border-box;
}



.s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 {
      --shg-aspect-ratio: calc(1200/715); 
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container {
      position: relative;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfef4b01-ac84-42cf-8ad3-49cc64dc7e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
@media (max-width: 767px){#s-0bdf93fa-cc29-4e2b-8901-c635386a9362 {
  margin-top: 5%;
margin-bottom: 0%;
}
}
#s-60206b57-c0e2-40dd-a70d-af220db4413a {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-60206b57-c0e2-40dd-a70d-af220db4413a hr {
  border-top: 3px solid rgba(40, 150, 114, 1);
}

#s-b45d138f-2485-435c-8ffd-a99522cbdecb {
  box-shadow:7px 7px 49px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTJiYzkzYmItYWM1Mi00ZmQ0LWI5ZDYtMWNjYjQwNGM1YzcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MmJjOTNiYi1hYzUyLTRmZDQtYjlkNi0xY2NiNDA0YzVjNzIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-b45d138f-2485-435c-8ffd-a99522cbdecb:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b45d138f-2485-435c-8ffd-a99522cbdecb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b45d138f-2485-435c-8ffd-a99522cbdecb-root {
    text-align: center;
  }


#s-b45d138f-2485-435c-8ffd-a99522cbdecb.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b45d138f-2485-435c-8ffd-a99522cbdecb-root {
    text-align: center;
  }


#s-b45d138f-2485-435c-8ffd-a99522cbdecb.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b45d138f-2485-435c-8ffd-a99522cbdecb-root {
    text-align: center;
  }


#s-b45d138f-2485-435c-8ffd-a99522cbdecb.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b45d138f-2485-435c-8ffd-a99522cbdecb-root {
    text-align: center;
  }


#s-b45d138f-2485-435c-8ffd-a99522cbdecb.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b45d138f-2485-435c-8ffd-a99522cbdecb-root {
    text-align: center;
  }


#s-b45d138f-2485-435c-8ffd-a99522cbdecb.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}
#s-9d7ad5ef-c805-4b43-bced-49b5fb8fa213 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-9d7ad5ef-c805-4b43-bced-49b5fb8fa213 hr {
  border-top: 3px solid rgba(40, 150, 114, 1);
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  margin-top: -1%;
margin-bottom: -1%;
max-width: 1200px;
aspect-ratio: 1200/716;
text-align: center;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -1%;
  margin-bottom: -1%;
}

.shg-image-content-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
  box-sizing: border-box;
}



.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
      position: relative;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
  box-sizing: border-box;
}



.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
      position: relative;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
  box-sizing: border-box;
}



.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
      position: relative;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
  box-sizing: border-box;
}



.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
      position: relative;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }

    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-link {
      aspect-ratio: 1200/716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image {
  box-sizing: border-box;
}



.s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e {
      --shg-aspect-ratio: calc(1200/716); 
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container {
      position: relative;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad43a954-3c89-433a-a3d3-06f21d2ed69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-44cc8001-17f1-4171-b4ae-5cccfc3acd3f {
  padding-bottom: 5%;
}

#s-ae0b72ce-dd93-46e0-b756-169626bdbf07 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-ae0b72ce-dd93-46e0-b756-169626bdbf07 hr {
  border-top: 3px solid rgba(40, 150, 114, 1);
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  margin-top: 0%;
margin-bottom: 1%;
max-width: 1000px;
aspect-ratio: 1000/598;
text-align: center;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
  box-sizing: border-box;
}



.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
      position: relative;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
  box-sizing: border-box;
}



.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
      position: relative;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
  box-sizing: border-box;
}



.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
      position: relative;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
  box-sizing: border-box;
}



.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
      position: relative;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }

    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-link {
      aspect-ratio: 1000/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image {
  box-sizing: border-box;
}



.s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 {
      --shg-aspect-ratio: calc(1000/598); 
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container {
      position: relative;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b729d3-c740-4b94-9b2a-1b9e742b5007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-3fecb0be-0cdf-4b1d-ab80-c6b54b9de8de {
  padding-top: 11px;
padding-bottom: 10%;
}

#s-2512d50c-cbb5-43b1-8396-28d54b8004a7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 40px;
min-height: 180px;
max-width: 80%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2512d50c-cbb5-43b1-8396-28d54b8004a7 {
  margin-top: 4%;
margin-bottom: 0%;
padding-bottom: 5%;
max-width: 94%;
}
}







#s-2512d50c-cbb5-43b1-8396-28d54b8004a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2512d50c-cbb5-43b1-8396-28d54b8004a7.shg-box.shg-c {
  justify-content: center;
}

#s-8af2b265-f50f-42b8-a642-02922ce7942e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8af2b265-f50f-42b8-a642-02922ce7942e .shogun-heading-component h1 {
  color: rgba(225, 174, 54, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-8af2b265-f50f-42b8-a642-02922ce7942e .shogun-heading-component h1 {
  color: rgba(225, 174, 54, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8af2b265-f50f-42b8-a642-02922ce7942e .shogun-heading-component h1 {
  color: rgba(225, 174, 54, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8af2b265-f50f-42b8-a642-02922ce7942e .shogun-heading-component h1 {
  color: rgba(225, 174, 54, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-8af2b265-f50f-42b8-a642-02922ce7942e .shogun-heading-component h1 {
  color: rgba(225, 174, 54, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  display: none;
}
#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c, #wrap-s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c, #wrap-content-s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c { display: none !important; }}
#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c-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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c-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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c-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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c-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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c-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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .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-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6ba9d8-fc3c-466e-806e-9d8fee4b169c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  margin-left: auto;
margin-right: auto;
max-width: 833px;
text-align: center;
}
@media (min-width: 1200px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  display: none;
}
#s-f35db629-dc66-4aeb-be78-37fd069077ba, #wrap-s-f35db629-dc66-4aeb-be78-37fd069077ba, #wrap-content-s-f35db629-dc66-4aeb-be78-37fd069077ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  display: none;
}
#s-f35db629-dc66-4aeb-be78-37fd069077ba, #wrap-s-f35db629-dc66-4aeb-be78-37fd069077ba, #wrap-content-s-f35db629-dc66-4aeb-be78-37fd069077ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  display: none;
}
#s-f35db629-dc66-4aeb-be78-37fd069077ba, #wrap-s-f35db629-dc66-4aeb-be78-37fd069077ba, #wrap-content-s-f35db629-dc66-4aeb-be78-37fd069077ba { display: none !important; }}
#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba-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-f35db629-dc66-4aeb-be78-37fd069077ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba .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-f35db629-dc66-4aeb-be78-37fd069077ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35db629-dc66-4aeb-be78-37fd069077ba img.shogun-image {
  width: 100%;
  
  
  max-width: 833px;

      
    max-width: 833px;

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




.s-f35db629-dc66-4aeb-be78-37fd069077ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba-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-f35db629-dc66-4aeb-be78-37fd069077ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba .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-f35db629-dc66-4aeb-be78-37fd069077ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35db629-dc66-4aeb-be78-37fd069077ba img.shogun-image {
  width: 100%;
  
  
  max-width: 833px;

      
    max-width: 833px;

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




.s-f35db629-dc66-4aeb-be78-37fd069077ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba-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-f35db629-dc66-4aeb-be78-37fd069077ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba .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-f35db629-dc66-4aeb-be78-37fd069077ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35db629-dc66-4aeb-be78-37fd069077ba img.shogun-image {
  width: 100%;
  
  
  max-width: 833px;

      
    max-width: 833px;

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




.s-f35db629-dc66-4aeb-be78-37fd069077ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba-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-f35db629-dc66-4aeb-be78-37fd069077ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba .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-f35db629-dc66-4aeb-be78-37fd069077ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35db629-dc66-4aeb-be78-37fd069077ba img.shogun-image {
  width: 100%;
  
  
  max-width: 833px;

      
    max-width: 833px;

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




.s-f35db629-dc66-4aeb-be78-37fd069077ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f35db629-dc66-4aeb-be78-37fd069077ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba-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-f35db629-dc66-4aeb-be78-37fd069077ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba .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: 10px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f35db629-dc66-4aeb-be78-37fd069077ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35db629-dc66-4aeb-be78-37fd069077ba img.shogun-image {
  width: 100%;
  
  
  max-width: 833px;

      
    max-width: 833px;

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




.s-f35db629-dc66-4aeb-be78-37fd069077ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35db629-dc66-4aeb-be78-37fd069077ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b4d2d420-9def-48f3-933c-43367d35c317 {
  margin-top: 4%;
margin-bottom: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-b4d2d420-9def-48f3-933c-43367d35c317 {
  margin-top: 8%;
}
}







#s-b4d2d420-9def-48f3-933c-43367d35c317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4d2d420-9def-48f3-933c-43367d35c317.shg-box.shg-c {
  justify-content: center;
}

#s-cd2b07b3-3ab7-4200-8504-0df97f531aaa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd2b07b3-3ab7-4200-8504-0df97f531aaa .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-cd2b07b3-3ab7-4200-8504-0df97f531aaa .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cd2b07b3-3ab7-4200-8504-0df97f531aaa .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cd2b07b3-3ab7-4200-8504-0df97f531aaa .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-cd2b07b3-3ab7-4200-8504-0df97f531aaa .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-5e7ca137-6834-47ff-ae35-875b7f784cb9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e7ca137-6834-47ff-ae35-875b7f784cb9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-5e7ca137-6834-47ff-ae35-875b7f784cb9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5e7ca137-6834-47ff-ae35-875b7f784cb9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5e7ca137-6834-47ff-ae35-875b7f784cb9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-5e7ca137-6834-47ff-ae35-875b7f784cb9 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  margin-top: 3%;
margin-bottom: 0%;
max-width: 800px;
aspect-ratio: 300/245;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  max-width: 650px;
}
}@media (max-width: 767px){#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  max-width: 430px;
}
}
#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 3%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }

    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-link {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
  box-sizing: border-box;
}



.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
      --shg-aspect-ratio: calc(300/245); 
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
      position: relative;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }

    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-link {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
  box-sizing: border-box;
}



.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
      --shg-aspect-ratio: calc(300/245); 
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
      position: relative;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }

    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-link {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
  box-sizing: border-box;
}



.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
      --shg-aspect-ratio: calc(300/245); 
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
      position: relative;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }

    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-link {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
  box-sizing: border-box;
}



.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
      --shg-aspect-ratio: calc(300/245); 
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
      position: relative;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }

    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-link {
      aspect-ratio: 300/245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image {
  box-sizing: border-box;
}



.s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 {
      --shg-aspect-ratio: calc(300/245); 
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container {
      position: relative;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ded9a1fa-dfa9-4c4b-83ab-43de96997ef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
}
@media (min-width: 1200px){#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6 {
  max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6 {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6 {
  margin-top: 5%;
max-width: 92%;
}
}@media (max-width: 767px){#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6 {
  margin-top: 10%;
max-width: 94%;
}
}







#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fa66593-2b37-4ecc-ae0f-0ad8eaf77ac6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0067aa7b-d2e8-4e7a-b52a-cdf84f8dd6cd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd {
  min-height: 500px;
}
@media (min-width: 1200px){#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd {
  min-height: 360px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd {
  min-height: 360px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd {
  min-height: 210px;
}
}@media (max-width: 767px){#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd {
  min-height: 0px;
}
}







#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45f8d46f-29bf-49f1-8ecb-ee998aaf85bd.shg-box.shg-c {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b {
  display: none;
}
#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b, #wrap-s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b, #wrap-content-s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b { display: none !important; }}
#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: GilroyBold;
  
  
  font-size: 26px;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 26px;
}@media (max-width: 767px){#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: GilroyBold;
  
  
  font-size: 26px;
}

#s-faaf1587-9a2e-4032-8cf1-d9d7340ac31b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 26px;
}}
#s-6930dc46-034f-4580-956c-eba76e579625 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-6930dc46-034f-4580-956c-eba76e579625 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6930dc46-034f-4580-956c-eba76e579625 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-6930dc46-034f-4580-956c-eba76e579625 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-a055970b-4d91-45a0-9781-714c40bd3cbf {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a055970b-4d91-45a0-9781-714c40bd3cbf {
  display: none;
}
#s-a055970b-4d91-45a0-9781-714c40bd3cbf, #wrap-s-a055970b-4d91-45a0-9781-714c40bd3cbf, #wrap-content-s-a055970b-4d91-45a0-9781-714c40bd3cbf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a055970b-4d91-45a0-9781-714c40bd3cbf {
  display: none;
}
#s-a055970b-4d91-45a0-9781-714c40bd3cbf, #wrap-s-a055970b-4d91-45a0-9781-714c40bd3cbf, #wrap-content-s-a055970b-4d91-45a0-9781-714c40bd3cbf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a055970b-4d91-45a0-9781-714c40bd3cbf {
  display: none;
}
#s-a055970b-4d91-45a0-9781-714c40bd3cbf, #wrap-s-a055970b-4d91-45a0-9781-714c40bd3cbf, #wrap-content-s-a055970b-4d91-45a0-9781-714c40bd3cbf { display: none !important; }}
#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: GilroyBold;
  
  
  font-size: 26px;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 26px;
}@media (max-width: 767px){#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: GilroyBold;
  
  
  font-size: 26px;
}

#s-a055970b-4d91-45a0-9781-714c40bd3cbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 26px;
}}
#s-3f5b9b85-e1c8-42ff-b56e-120af058e4ec {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-3f5b9b85-e1c8-42ff-b56e-120af058e4ec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3f5b9b85-e1c8-42ff-b56e-120af058e4ec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3f5b9b85-e1c8-42ff-b56e-120af058e4ec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-bbfdcb45-b32f-4817-8213-cc49972b7c59 {
  min-height: 500px;
max-width: 700px;
}
@media (min-width: 1200px){#s-bbfdcb45-b32f-4817-8213-cc49972b7c59 {
  min-height: 360px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bbfdcb45-b32f-4817-8213-cc49972b7c59 {
  min-height: 360px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbfdcb45-b32f-4817-8213-cc49972b7c59 {
  min-height: 210px;
}
}@media (max-width: 767px){#s-bbfdcb45-b32f-4817-8213-cc49972b7c59 {
  min-height: 0px;
}
}







#s-bbfdcb45-b32f-4817-8213-cc49972b7c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbfdcb45-b32f-4817-8213-cc49972b7c59.shg-box.shg-c {
  justify-content: center;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  max-width: 864px;
aspect-ratio: 900/614;
text-align: center;
}
@media (max-width: 767px){#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  margin-bottom: 3%;
}
}
#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  margin: 0 !important;
  overflow: visible;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add background color handling */
  
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }

    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-link {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 864px;
  }



  img.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
    
    
    
    max-height: 864px;
  }


.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
  box-sizing: border-box;
}



.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
      --shg-aspect-ratio: calc(900/614); 
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
      position: relative;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 864px;
    }
  }

@media (min-width: 1200px){#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  margin: 0 !important;
  overflow: visible;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add background color handling */
  
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }

    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-link {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 864px;
  }



  img.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
    
    
    
    max-height: 864px;
  }


.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
  box-sizing: border-box;
}



.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
      --shg-aspect-ratio: calc(900/614); 
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
      position: relative;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 864px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  margin: 0 !important;
  overflow: visible;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add background color handling */
  
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }

    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-link {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 864px;
  }



  img.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
    
    
    
    max-height: 864px;
  }


.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
  box-sizing: border-box;
}



.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
      --shg-aspect-ratio: calc(900/614); 
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
      position: relative;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 864px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  margin: 0 !important;
  overflow: visible;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add background color handling */
  
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }

    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-link {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 864px;
  }



  img.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
    
    
    
    max-height: 864px;
  }


.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
  box-sizing: border-box;
}



.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
      --shg-aspect-ratio: calc(900/614); 
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
      position: relative;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 864px;
    }
  }

}@media (max-width: 767px){#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  margin: 0 !important;
  overflow: visible;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add background color handling */
  
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }

    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-link {
      aspect-ratio: 900/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 864px;
  }



  img.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
    
    
    
    max-height: 864px;
  }


.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image {
  box-sizing: border-box;
}



.s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e {
      --shg-aspect-ratio: calc(900/614); 
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container {
      position: relative;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c70b1c1-0c49-4874-b200-aaebd7f1433e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 864px;
    }
  }

}
#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b {
  margin-top: 4%;
min-height: 50px;
background-color: rgba(30, 111, 92, 1);
}
@media (min-width: 1200px){#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b {
  display: none;
}
#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-content-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b {
  display: none;
}
#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-content-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b {
  display: none;
}
#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-content-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b { display: none !important; }}@media (max-width: 767px){#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b {
  display: none;
}
#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b, #wrap-content-s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b { display: none !important; }}







#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b77c3d3-e8dc-45a9-a25f-f3ed030af16b.shg-box.shg-c {
  justify-content: center;
}

#s-8ad0ca64-ba00-4610-9267-46d04d3859ed {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 3%;
max-width: 70%;
}








#s-8ad0ca64-ba00-4610-9267-46d04d3859ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ad0ca64-ba00-4610-9267-46d04d3859ed.shg-box.shg-c {
  justify-content: center;
}

#s-8c1bda62-ed73-459e-b91b-60bcbcc7cb78 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c1bda62-ed73-459e-b91b-60bcbcc7cb78 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8c1bda62-ed73-459e-b91b-60bcbcc7cb78 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-8c1bda62-ed73-459e-b91b-60bcbcc7cb78 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-f33bf6a2-c48b-4ab2-96af-10b536127cc3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f33bf6a2-c48b-4ab2-96af-10b536127cc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f33bf6a2-c48b-4ab2-96af-10b536127cc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-f33bf6a2-c48b-4ab2-96af-10b536127cc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-f33bf6a2-c48b-4ab2-96af-10b536127cc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-b3da6c93-baf1-48e5-b1b9-c9164bc99850 {
  box-shadow:15px 15px 40px 0px rgba(0, 0, 0, 0.41);
margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
border-radius: 60px;
min-height: 390px;
max-width: 250px;
background-color: rgba(250, 250, 250, 1);
}








#s-b3da6c93-baf1-48e5-b1b9-c9164bc99850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3da6c93-baf1-48e5-b1b9-c9164bc99850.shg-box.shg-c {
  justify-content: center;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  margin-top: 0%;
margin-bottom: 4%;
max-width: 115px;
aspect-ratio: 115/150;
text-align: center;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 4%;
}

.shg-image-content-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
  box-sizing: border-box;
}



.s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e630497d-4ed1-4026-a188-cadb9a529a83 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
      position: relative;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

@media (min-width: 1200px){#s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
  box-sizing: border-box;
}



.s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e630497d-4ed1-4026-a188-cadb9a529a83 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
      position: relative;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
  box-sizing: border-box;
}



.s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e630497d-4ed1-4026-a188-cadb9a529a83 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
      position: relative;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
  box-sizing: border-box;
}



.s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e630497d-4ed1-4026-a188-cadb9a529a83 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
      position: relative;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (max-width: 767px){#s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e630497d-4ed1-4026-a188-cadb9a529a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e630497d-4ed1-4026-a188-cadb9a529a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-e630497d-4ed1-4026-a188-cadb9a529a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image {
  box-sizing: border-box;
}



.s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e630497d-4ed1-4026-a188-cadb9a529a83 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container {
      position: relative;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e630497d-4ed1-4026-a188-cadb9a529a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}
#s-a8cd3167-5f34-4f1e-ae10-02a79de9d275 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a8cd3167-5f34-4f1e-ae10-02a79de9d275 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-79796816-fab0-4a0b-8e0d-3216c7ae8994 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-79796816-fab0-4a0b-8e0d-3216c7ae8994 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-78734234-76f7-46c6-8275-894d8198bacf {
  text-align: center;
}

#s-78734234-76f7-46c6-8275-894d8198bacf .shg-product-sold-out {
  display: none;
  color: rgba(255, 78, 90, 1);
  font-size: 35px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-78734234-76f7-46c6-8275-894d8198bacf .shg-product-price {
  color: rgba(255, 78, 90, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 35px;
}

#s-78734234-76f7-46c6-8275-894d8198bacf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859 {
  box-shadow:3px 3px 15px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWUyMjYyYjEtYzc4NC00MWIyLWE4ZGQtZjQ4YTJhYTY5OTBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZTIyNjJiMS1jNzg0LTQxYjItYThkZC1mNDhhMmFhNjk5MGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-e46b6fc5-9f74-4805-89e2-a6b18c118859:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e46b6fc5-9f74-4805-89e2-a6b18c118859:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e46b6fc5-9f74-4805-89e2-a6b18c118859-atc-btn-wrapper {
    text-align: center;
  }


#s-e46b6fc5-9f74-4805-89e2-a6b18c118859 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e46b6fc5-9f74-4805-89e2-a6b18c118859-atc-btn-wrapper {
    text-align: center;
  }


#s-e46b6fc5-9f74-4805-89e2-a6b18c118859 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e46b6fc5-9f74-4805-89e2-a6b18c118859-atc-btn-wrapper {
    text-align: center;
  }


#s-e46b6fc5-9f74-4805-89e2-a6b18c118859 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e46b6fc5-9f74-4805-89e2-a6b18c118859-atc-btn-wrapper {
    text-align: center;
  }


#s-e46b6fc5-9f74-4805-89e2-a6b18c118859 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e46b6fc5-9f74-4805-89e2-a6b18c118859-atc-btn-wrapper {
    text-align: center;
  }


#s-e46b6fc5-9f74-4805-89e2-a6b18c118859 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-e46b6fc5-9f74-4805-89e2-a6b18c118859.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-af3386ed-1799-4499-8143-d39e2c5d51a0 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-1cd0651f-1f44-463a-8d49-f0c91d09cdf1 {
  box-shadow:15px 15px 40px 0px rgba(0, 0, 0, 0.41);
margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
border-radius: 60px;
min-height: 390px;
max-width: 250px;
background-color: rgba(250, 250, 250, 1);
}








#s-1cd0651f-1f44-463a-8d49-f0c91d09cdf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cd0651f-1f44-463a-8d49-f0c91d09cdf1.shg-box.shg-c {
  justify-content: center;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a {
  margin-top: 0%;
margin-bottom: 4%;
max-width: 115px;
aspect-ratio: 115/150;
text-align: center;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a {
  margin: 0 !important;
  overflow: visible;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 4%;
}

.shg-image-content-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add background color handling */
  
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-content {
  
    justify-content: center;
  
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
  box-sizing: border-box;
}



.s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97c16d41-e513-4106-bd7b-a753aca5632a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
      position: relative;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

@media (min-width: 1200px){#s-97c16d41-e513-4106-bd7b-a753aca5632a {
  margin: 0 !important;
  overflow: visible;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add background color handling */
  
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-content {
  
    justify-content: center;
  
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
  box-sizing: border-box;
}



.s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97c16d41-e513-4106-bd7b-a753aca5632a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
      position: relative;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-97c16d41-e513-4106-bd7b-a753aca5632a {
  margin: 0 !important;
  overflow: visible;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add background color handling */
  
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-content {
  
    justify-content: center;
  
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
  box-sizing: border-box;
}



.s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97c16d41-e513-4106-bd7b-a753aca5632a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
      position: relative;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-97c16d41-e513-4106-bd7b-a753aca5632a {
  margin: 0 !important;
  overflow: visible;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add background color handling */
  
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-content {
  
    justify-content: center;
  
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
  box-sizing: border-box;
}



.s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97c16d41-e513-4106-bd7b-a753aca5632a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
      position: relative;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (max-width: 767px){#s-97c16d41-e513-4106-bd7b-a753aca5632a {
  margin: 0 !important;
  overflow: visible;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97c16d41-e513-4106-bd7b-a753aca5632a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add background color handling */
  
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97c16d41-e513-4106-bd7b-a753aca5632a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-97c16d41-e513-4106-bd7b-a753aca5632a .shogun-image-content {
  
    justify-content: center;
  
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image {
  box-sizing: border-box;
}



.s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97c16d41-e513-4106-bd7b-a753aca5632a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container {
      position: relative;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97c16d41-e513-4106-bd7b-a753aca5632a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}
#s-d1b05712-77f1-4c9d-a3a4-d44668d64f9e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d1b05712-77f1-4c9d-a3a4-d44668d64f9e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-bf1eff9c-9fe2-4c44-8820-4f0eda2d13ed {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bf1eff9c-9fe2-4c44-8820-4f0eda2d13ed .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0e7b5103-585b-423a-b273-c7d5020a84cc {
  text-align: center;
}

#s-0e7b5103-585b-423a-b273-c7d5020a84cc .shg-product-sold-out {
  display: none;
  color: rgba(255, 78, 90, 1);
  font-size: 35px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-0e7b5103-585b-423a-b273-c7d5020a84cc .shg-product-price {
  color: rgba(255, 78, 90, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 35px;
}

#s-0e7b5103-585b-423a-b273-c7d5020a84cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f {
  box-shadow:3px 3px 15px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJhNGU4YjItZjc3Yi00ZjdkLWJlODQtZTk3NGZjNmY2OTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmE0ZThiMi1mNzdiLTRmN2QtYmU4NC1lOTc0ZmM2ZjY5NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-b01cc8a1-ca70-4b1f-9807-17050058df4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b01cc8a1-ca70-4b1f-9807-17050058df4f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b01cc8a1-ca70-4b1f-9807-17050058df4f-atc-btn-wrapper {
    text-align: center;
  }


#s-b01cc8a1-ca70-4b1f-9807-17050058df4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b01cc8a1-ca70-4b1f-9807-17050058df4f-atc-btn-wrapper {
    text-align: center;
  }


#s-b01cc8a1-ca70-4b1f-9807-17050058df4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b01cc8a1-ca70-4b1f-9807-17050058df4f-atc-btn-wrapper {
    text-align: center;
  }


#s-b01cc8a1-ca70-4b1f-9807-17050058df4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b01cc8a1-ca70-4b1f-9807-17050058df4f-atc-btn-wrapper {
    text-align: center;
  }


#s-b01cc8a1-ca70-4b1f-9807-17050058df4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b01cc8a1-ca70-4b1f-9807-17050058df4f-atc-btn-wrapper {
    text-align: center;
  }


#s-b01cc8a1-ca70-4b1f-9807-17050058df4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-b01cc8a1-ca70-4b1f-9807-17050058df4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-99559b54-e2ad-48eb-b581-c3931fc2db0e {
  box-shadow:15px 15px 40px 0px rgba(0, 0, 0, 0.41);
margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
border-radius: 60px;
min-height: 390px;
max-width: 250px;
background-color: rgba(250, 250, 250, 1);
}








#s-99559b54-e2ad-48eb-b581-c3931fc2db0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99559b54-e2ad-48eb-b581-c3931fc2db0e.shg-box.shg-c {
  justify-content: center;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  margin-top: 0%;
margin-bottom: 4%;
max-width: 115px;
aspect-ratio: 115/150;
text-align: center;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  margin: 0 !important;
  overflow: visible;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 4%;
}

.shg-image-content-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add background color handling */
  
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
  box-sizing: border-box;
}



.s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
      position: relative;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

@media (min-width: 1200px){#s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  margin: 0 !important;
  overflow: visible;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add background color handling */
  
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
  box-sizing: border-box;
}



.s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
      position: relative;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  margin: 0 !important;
  overflow: visible;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add background color handling */
  
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
  box-sizing: border-box;
}



.s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
      position: relative;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  margin: 0 !important;
  overflow: visible;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add background color handling */
  
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
  box-sizing: border-box;
}



.s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
      position: relative;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (max-width: 767px){#s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  margin: 0 !important;
  overflow: visible;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add background color handling */
  
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-c28ff919-f7ce-404a-b443-1c3f48cd616b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image {
  box-sizing: border-box;
}



.s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container {
      position: relative;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c28ff919-f7ce-404a-b443-1c3f48cd616b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}
#s-d63c43af-8014-4d91-b85f-32508a7bf6aa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d63c43af-8014-4d91-b85f-32508a7bf6aa .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-0965e8a8-5df3-4557-a1cf-64a43d8f39df {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0965e8a8-5df3-4557-a1cf-64a43d8f39df .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4447916f-b805-456c-9fef-2d4cc6485ee2 {
  text-align: center;
}

#s-4447916f-b805-456c-9fef-2d4cc6485ee2 .shg-product-sold-out {
  display: none;
  color: rgba(255, 78, 90, 1);
  font-size: 35px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-4447916f-b805-456c-9fef-2d4cc6485ee2 .shg-product-price {
  color: rgba(255, 78, 90, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 35px;
}

#s-4447916f-b805-456c-9fef-2d4cc6485ee2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c135fc6b-000d-4d93-a292-81d422490822 {
  box-shadow:3px 3px 15px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJhNGU4YjItZjc3Yi00ZjdkLWJlODQtZTk3NGZjNmY2OTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmE0ZThiMi1mNzdiLTRmN2QtYmU4NC1lOTc0ZmM2ZjY5NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-c135fc6b-000d-4d93-a292-81d422490822:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c135fc6b-000d-4d93-a292-81d422490822:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c135fc6b-000d-4d93-a292-81d422490822-atc-btn-wrapper {
    text-align: center;
  }


#s-c135fc6b-000d-4d93-a292-81d422490822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c135fc6b-000d-4d93-a292-81d422490822-atc-btn-wrapper {
    text-align: center;
  }


#s-c135fc6b-000d-4d93-a292-81d422490822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c135fc6b-000d-4d93-a292-81d422490822-atc-btn-wrapper {
    text-align: center;
  }


#s-c135fc6b-000d-4d93-a292-81d422490822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c135fc6b-000d-4d93-a292-81d422490822-atc-btn-wrapper {
    text-align: center;
  }


#s-c135fc6b-000d-4d93-a292-81d422490822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c135fc6b-000d-4d93-a292-81d422490822-atc-btn-wrapper {
    text-align: center;
  }


#s-c135fc6b-000d-4d93-a292-81d422490822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GilroyBold;
  display:  inline-block ;
}

#s-c135fc6b-000d-4d93-a292-81d422490822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
}
@media (min-width: 1200px){#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26 {
  max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26 {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26 {
  margin-top: 5%;
max-width: 92%;
}
}@media (max-width: 767px){#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26 {
  margin-top: 10%;
max-width: 94%;
}
}







#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee4a08fb-2a5a-4100-9fb0-5e10d47d3d26.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e039cc7-74be-4cbb-bb47-78cb2a922722"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625 {
  min-height: 500px;
max-width: 700px;
}
@media (min-width: 1200px){#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625 {
  min-height: 360px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625 {
  min-height: 360px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625 {
  min-height: 210px;
}
}@media (max-width: 767px){#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625 {
  min-height: 0px;
}
}







#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92583a7e-a4ec-4623-a113-0e1d2dcbc625.shg-box.shg-c {
  justify-content: center;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  max-width: 320px;
}
}
#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
  box-sizing: border-box;
}



.s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
      position: relative;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
  box-sizing: border-box;
}



.s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
      position: relative;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
  box-sizing: border-box;
}



.s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
      position: relative;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
  box-sizing: border-box;
}



.s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
      position: relative;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c4c5ab91-3126-4921-86c7-4ad92905e99d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image {
  box-sizing: border-box;
}



.s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container {
      position: relative;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4c5ab91-3126-4921-86c7-4ad92905e99d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-69920f9c-8669-4add-ae9f-950f019bb669 {
  min-height: 500px;
}
@media (min-width: 1200px){#s-69920f9c-8669-4add-ae9f-950f019bb669 {
  min-height: 360px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69920f9c-8669-4add-ae9f-950f019bb669 {
  min-height: 360px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-69920f9c-8669-4add-ae9f-950f019bb669 {
  min-height: 210px;
}
}@media (max-width: 767px){#s-69920f9c-8669-4add-ae9f-950f019bb669 {
  min-height: 170px;
}
}







#s-69920f9c-8669-4add-ae9f-950f019bb669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69920f9c-8669-4add-ae9f-950f019bb669.shg-box.shg-c {
  justify-content: center;
}

#s-40e4c91e-21c6-4655-badb-387f42ec1d88 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-40e4c91e-21c6-4655-badb-387f42ec1d88 {
  margin-top: 4%;
}
}
#s-40e4c91e-21c6-4655-badb-387f42ec1d88 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-40e4c91e-21c6-4655-badb-387f42ec1d88 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-40e4c91e-21c6-4655-badb-387f42ec1d88 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-b71fec89-1ffc-4b14-b1e5-af2957adb396 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b71fec89-1ffc-4b14-b1e5-af2957adb396 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b71fec89-1ffc-4b14-b1e5-af2957adb396 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-b71fec89-1ffc-4b14-b1e5-af2957adb396 .shogun-heading-component h1 {
  color: rgba(40, 150, 114, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-01366302-1351-454e-9bab-87ddadfe037f {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01366302-1351-454e-9bab-87ddadfe037f {
  margin-top: 5%;
max-width: 94%;
}
}@media (max-width: 767px){#s-01366302-1351-454e-9bab-87ddadfe037f {
  margin-top: 7%;
max-width: 94%;
}
}







#s-01366302-1351-454e-9bab-87ddadfe037f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01366302-1351-454e-9bab-87ddadfe037f.shg-box.shg-c {
  justify-content: center;
}

#s-429dcd05-f9df-44c0-bd14-d29057514fb1 {
  padding-top: 1%;
padding-bottom: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 160px;
min-height: 380px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-429dcd05-f9df-44c0-bd14-d29057514fb1 {
  min-height: 360px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-429dcd05-f9df-44c0-bd14-d29057514fb1 {
  min-height: 360px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-429dcd05-f9df-44c0-bd14-d29057514fb1 {
  border-radius: 110px;
min-height: 310px;
}
}@media (max-width: 767px){#s-429dcd05-f9df-44c0-bd14-d29057514fb1 {
  padding-top: 2%;
padding-bottom: 2%;
border-radius: 80px;
min-height: 310px;
}
}







#s-429dcd05-f9df-44c0-bd14-d29057514fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-429dcd05-f9df-44c0-bd14-d29057514fb1.shg-box.shg-c {
  justify-content: center;
}

#s-637a8ea7-9c05-41b5-ae66-0d4eb9fc6e61 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-637a8ea7-9c05-41b5-ae66-0d4eb9fc6e61 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-637a8ea7-9c05-41b5-ae66-0d4eb9fc6e61 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-637a8ea7-9c05-41b5-ae66-0d4eb9fc6e61 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-637a8ea7-9c05-41b5-ae66-0d4eb9fc6e61 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-637a8ea7-9c05-41b5-ae66-0d4eb9fc6e61 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-3691637a-092c-4521-9887-f351d118327b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3691637a-092c-4521-9887-f351d118327b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-3691637a-092c-4521-9887-f351d118327b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3691637a-092c-4521-9887-f351d118327b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3691637a-092c-4521-9887-f351d118327b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-3691637a-092c-4521-9887-f351d118327b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f82feaa1-36aa-4fff-81d2-a2f0419100d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f82feaa1-36aa-4fff-81d2-a2f0419100d7 {
  max-width: 97%;
}
}@media (max-width: 767px){#s-f82feaa1-36aa-4fff-81d2-a2f0419100d7 {
  max-width: 100%;
}
}
#s-f82feaa1-36aa-4fff-81d2-a2f0419100d7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f82feaa1-36aa-4fff-81d2-a2f0419100d7 .shg-sld-nav-button.shg-sld-left,
#s-f82feaa1-36aa-4fff-81d2-a2f0419100d7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b889681d-d4dc-4540-afcb-c6c165ea4187 {
  min-height: 50px;
}








#s-b889681d-d4dc-4540-afcb-c6c165ea4187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b889681d-d4dc-4540-afcb-c6c165ea4187.shg-box.shg-c {
  justify-content: center;
}

#s-a249e18f-3da6-4968-a159-0b9571b6c968 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a249e18f-3da6-4968-a159-0b9571b6c968 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a249e18f-3da6-4968-a159-0b9571b6c968 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-a249e18f-3da6-4968-a159-0b9571b6c968 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-441e61f0-a79f-45ea-8bed-931502caf10a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-441e61f0-a79f-45ea-8bed-931502caf10a .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-441e61f0-a79f-45ea-8bed-931502caf10a .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-441e61f0-a79f-45ea-8bed-931502caf10a .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  max-width: 170px;
aspect-ratio: 300/59;
text-align: center;
}
@media (max-width: 767px){#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  max-width: 150px;
}
}
#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  margin: 0 !important;
  overflow: visible;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add background color handling */
  
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
  box-sizing: border-box;
}



.s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69027668-f0b6-4561-9138-afd0f1cac936 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
      position: relative;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  margin: 0 !important;
  overflow: visible;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add background color handling */
  
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
  box-sizing: border-box;
}



.s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69027668-f0b6-4561-9138-afd0f1cac936 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
      position: relative;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  margin: 0 !important;
  overflow: visible;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add background color handling */
  
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
  box-sizing: border-box;
}



.s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69027668-f0b6-4561-9138-afd0f1cac936 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
      position: relative;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  margin: 0 !important;
  overflow: visible;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add background color handling */
  
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
  box-sizing: border-box;
}



.s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69027668-f0b6-4561-9138-afd0f1cac936 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
      position: relative;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-69027668-f0b6-4561-9138-afd0f1cac936 {
  margin: 0 !important;
  overflow: visible;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69027668-f0b6-4561-9138-afd0f1cac936 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add background color handling */
  
}

#s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69027668-f0b6-4561-9138-afd0f1cac936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69027668-f0b6-4561-9138-afd0f1cac936 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image {
  box-sizing: border-box;
}



.s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69027668-f0b6-4561-9138-afd0f1cac936 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container {
      position: relative;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69027668-f0b6-4561-9138-afd0f1cac936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-eacddf10-e9a2-4937-8034-740414a91b6e {
  min-height: 50px;
}








#s-eacddf10-e9a2-4937-8034-740414a91b6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eacddf10-e9a2-4937-8034-740414a91b6e.shg-box.shg-c {
  justify-content: center;
}

#s-4585dba9-7a84-47d8-afa4-106c42a92d71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4585dba9-7a84-47d8-afa4-106c42a92d71 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4585dba9-7a84-47d8-afa4-106c42a92d71 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-4585dba9-7a84-47d8-afa4-106c42a92d71 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-8f5ef8bc-fa06-48f6-b896-b477a39438f1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8f5ef8bc-fa06-48f6-b896-b477a39438f1 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8f5ef8bc-fa06-48f6-b896-b477a39438f1 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-8f5ef8bc-fa06-48f6-b896-b477a39438f1 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  max-width: 170px;
aspect-ratio: 300/59;
text-align: center;
}
@media (max-width: 767px){#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  max-width: 150px;
}
}
#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
  box-sizing: border-box;
}



.s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a0487d28-66f7-4799-97e6-74f785a98a88 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
      position: relative;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
  box-sizing: border-box;
}



.s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a0487d28-66f7-4799-97e6-74f785a98a88 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
      position: relative;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
  box-sizing: border-box;
}



.s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a0487d28-66f7-4799-97e6-74f785a98a88 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
      position: relative;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
  box-sizing: border-box;
}



.s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a0487d28-66f7-4799-97e6-74f785a98a88 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
      position: relative;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0487d28-66f7-4799-97e6-74f785a98a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0487d28-66f7-4799-97e6-74f785a98a88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-a0487d28-66f7-4799-97e6-74f785a98a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image {
  box-sizing: border-box;
}



.s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a0487d28-66f7-4799-97e6-74f785a98a88 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container {
      position: relative;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0487d28-66f7-4799-97e6-74f785a98a88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-ef934556-3ed6-4ae7-9050-d187dcfd2f32 {
  min-height: 50px;
}








#s-ef934556-3ed6-4ae7-9050-d187dcfd2f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef934556-3ed6-4ae7-9050-d187dcfd2f32.shg-box.shg-c {
  justify-content: center;
}

#s-4e2ec8d1-59d3-40f4-8118-dffb8da9f354 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e2ec8d1-59d3-40f4-8118-dffb8da9f354 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4e2ec8d1-59d3-40f4-8118-dffb8da9f354 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-4e2ec8d1-59d3-40f4-8118-dffb8da9f354 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-59c0ea6d-0410-44c5-ba55-917305c57096 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-59c0ea6d-0410-44c5-ba55-917305c57096 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-59c0ea6d-0410-44c5-ba55-917305c57096 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-59c0ea6d-0410-44c5-ba55-917305c57096 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  max-width: 170px;
aspect-ratio: 300/59;
text-align: center;
}
@media (max-width: 767px){#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  max-width: 150px;
}
}
#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
  box-sizing: border-box;
}



.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
      position: relative;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
  box-sizing: border-box;
}



.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
      position: relative;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
  box-sizing: border-box;
}



.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
      position: relative;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
  box-sizing: border-box;
}



.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
      position: relative;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image {
  box-sizing: border-box;
}



.s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container {
      position: relative;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba6a58-71a4-4adf-8698-ebcff0c9e3c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-bf8896dd-0af1-4f42-bf64-3be12e894d5b {
  margin-top: 4%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-bf8896dd-0af1-4f42-bf64-3be12e894d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf8896dd-0af1-4f42-bf64-3be12e894d5b.shg-box.shg-c {
  justify-content: center;
}

#s-51cf8d9f-2274-4f72-8a02-13ddf854814f {
  margin-left: auto;
margin-right: auto;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-51cf8d9f-2274-4f72-8a02-13ddf854814f {
  max-width: 94%;
}
}@media (max-width: 767px){#s-51cf8d9f-2274-4f72-8a02-13ddf854814f {
  max-width: 94%;
display: none;
}
#s-51cf8d9f-2274-4f72-8a02-13ddf854814f, #wrap-s-51cf8d9f-2274-4f72-8a02-13ddf854814f, #wrap-content-s-51cf8d9f-2274-4f72-8a02-13ddf854814f { display: none !important; }}
@media (min-width: 0px) {
[id="s-51cf8d9f-2274-4f72-8a02-13ddf854814f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-51cf8d9f-2274-4f72-8a02-13ddf854814f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51cf8d9f-2274-4f72-8a02-13ddf854814f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51cf8d9f-2274-4f72-8a02-13ddf854814f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0618605f-6f75-480c-b1d8-ba5c314b2d7e {
  min-height: 270px;
}








#s-0618605f-6f75-480c-b1d8-ba5c314b2d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0618605f-6f75-480c-b1d8-ba5c314b2d7e.shg-box.shg-c {
  justify-content: center;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 {
  margin-bottom: 3%;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 {
  margin: 0 !important;
  overflow: visible;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add background color handling */
  
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
  box-sizing: border-box;
}



.s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85442683-be9e-4340-9252-84ab5c2bc033 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
      position: relative;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-85442683-be9e-4340-9252-84ab5c2bc033 {
  margin: 0 !important;
  overflow: visible;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add background color handling */
  
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
  box-sizing: border-box;
}



.s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85442683-be9e-4340-9252-84ab5c2bc033 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
      position: relative;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85442683-be9e-4340-9252-84ab5c2bc033 {
  margin: 0 !important;
  overflow: visible;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add background color handling */
  
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
  box-sizing: border-box;
}



.s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85442683-be9e-4340-9252-84ab5c2bc033 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
      position: relative;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85442683-be9e-4340-9252-84ab5c2bc033 {
  margin: 0 !important;
  overflow: visible;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add background color handling */
  
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
  box-sizing: border-box;
}



.s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85442683-be9e-4340-9252-84ab5c2bc033 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
      position: relative;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-85442683-be9e-4340-9252-84ab5c2bc033 {
  margin: 0 !important;
  overflow: visible;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85442683-be9e-4340-9252-84ab5c2bc033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add background color handling */
  
}

#s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85442683-be9e-4340-9252-84ab5c2bc033 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-85442683-be9e-4340-9252-84ab5c2bc033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image {
  box-sizing: border-box;
}



.s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85442683-be9e-4340-9252-84ab5c2bc033 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container {
      position: relative;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85442683-be9e-4340-9252-84ab5c2bc033 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-91c5c4a7-e3fb-41ce-9d06-9a8e833a5ccc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-91c5c4a7-e3fb-41ce-9d06-9a8e833a5ccc .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-91c5c4a7-e3fb-41ce-9d06-9a8e833a5ccc .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-91c5c4a7-e3fb-41ce-9d06-9a8e833a5ccc .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-e86a4320-4eb1-4ff0-a5e8-1a2f6c4bb731 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e86a4320-4eb1-4ff0-a5e8-1a2f6c4bb731 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e86a4320-4eb1-4ff0-a5e8-1a2f6c4bb731 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-e86a4320-4eb1-4ff0-a5e8-1a2f6c4bb731 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-d94121f4-7ddb-4d07-9d23-dc2b08b111a5 {
  min-height: 270px;
}








#s-d94121f4-7ddb-4d07-9d23-dc2b08b111a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d94121f4-7ddb-4d07-9d23-dc2b08b111a5.shg-box.shg-c {
  justify-content: center;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  margin-bottom: 3%;
max-width: 115px;
aspect-ratio: 115/150;
text-align: center;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
  box-sizing: border-box;
}



.s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
      position: relative;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

@media (min-width: 1200px){#s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
  box-sizing: border-box;
}



.s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
      position: relative;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
  box-sizing: border-box;
}



.s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
      position: relative;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
  box-sizing: border-box;
}



.s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
      position: relative;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (max-width: 767px){#s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-4bba6608-1427-432c-a773-c4ae10ecdf00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image {
  box-sizing: border-box;
}



.s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container {
      position: relative;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bba6608-1427-432c-a773-c4ae10ecdf00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}
#s-d18ee945-d205-4b54-b666-9c03515d7d2b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d18ee945-d205-4b54-b666-9c03515d7d2b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d18ee945-d205-4b54-b666-9c03515d7d2b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-d18ee945-d205-4b54-b666-9c03515d7d2b .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-37a01040-0ae5-4f84-88e5-5d2194b44bc3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-37a01040-0ae5-4f84-88e5-5d2194b44bc3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-37a01040-0ae5-4f84-88e5-5d2194b44bc3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-37a01040-0ae5-4f84-88e5-5d2194b44bc3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0fbfe7f5-22e4-47dd-b638-a249842b54ee {
  min-height: 270px;
}








#s-0fbfe7f5-22e4-47dd-b638-a249842b54ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fbfe7f5-22e4-47dd-b638-a249842b54ee.shg-box.shg-c {
  justify-content: center;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  margin-bottom: 3%;
max-width: 125px;
aspect-ratio: 300/281;
text-align: center;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
  box-sizing: border-box;
}



.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
      position: relative;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
  box-sizing: border-box;
}



.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
      position: relative;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
  box-sizing: border-box;
}



.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
      position: relative;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
  box-sizing: border-box;
}



.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
      position: relative;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image {
  box-sizing: border-box;
}



.s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container {
      position: relative;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c80a546-5a48-4a68-9d1c-cc8463948f65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-8ed72485-92af-4bab-a746-b5d0ce398146 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8ed72485-92af-4bab-a746-b5d0ce398146 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8ed72485-92af-4bab-a746-b5d0ce398146 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-8ed72485-92af-4bab-a746-b5d0ce398146 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-ee954aa6-7b11-4812-9d67-a5fae39af42f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ee954aa6-7b11-4812-9d67-a5fae39af42f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ee954aa6-7b11-4812-9d67-a5fae39af42f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-ee954aa6-7b11-4812-9d67-a5fae39af42f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-fec95909-fd6e-4435-baeb-c702bac7d813 {
  margin-left: auto;
margin-right: auto;
max-width: 88%;
}
@media (min-width: 1200px){#s-fec95909-fd6e-4435-baeb-c702bac7d813 {
  display: none;
}
#s-fec95909-fd6e-4435-baeb-c702bac7d813, #wrap-s-fec95909-fd6e-4435-baeb-c702bac7d813, #wrap-content-s-fec95909-fd6e-4435-baeb-c702bac7d813 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fec95909-fd6e-4435-baeb-c702bac7d813 {
  display: none;
}
#s-fec95909-fd6e-4435-baeb-c702bac7d813, #wrap-s-fec95909-fd6e-4435-baeb-c702bac7d813, #wrap-content-s-fec95909-fd6e-4435-baeb-c702bac7d813 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fec95909-fd6e-4435-baeb-c702bac7d813 {
  max-width: 94%;
display: none;
}
#s-fec95909-fd6e-4435-baeb-c702bac7d813, #wrap-s-fec95909-fd6e-4435-baeb-c702bac7d813, #wrap-content-s-fec95909-fd6e-4435-baeb-c702bac7d813 { display: none !important; }}@media (max-width: 767px){#s-fec95909-fd6e-4435-baeb-c702bac7d813 {
  max-width: 94%;
}
}
@media (min-width: 0px) {
[id="s-fec95909-fd6e-4435-baeb-c702bac7d813"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fec95909-fd6e-4435-baeb-c702bac7d813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fec95909-fd6e-4435-baeb-c702bac7d813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fec95909-fd6e-4435-baeb-c702bac7d813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59702b4c-a417-4fcf-a9e0-bfb471c97bb2 {
  min-height: 270px;
}








#s-59702b4c-a417-4fcf-a9e0-bfb471c97bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59702b4c-a417-4fcf-a9e0-bfb471c97bb2.shg-box.shg-c {
  justify-content: center;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  margin-bottom: 3%;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
  box-sizing: border-box;
}



.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
      position: relative;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
  box-sizing: border-box;
}



.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
      position: relative;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
  box-sizing: border-box;
}



.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
      position: relative;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
  box-sizing: border-box;
}



.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
      position: relative;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image {
  box-sizing: border-box;
}



.s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container {
      position: relative;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b47a90-69a9-47cb-a1e5-373c8e6417a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-d7db010b-e21a-48ea-b4b7-db89d10cff16 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7db010b-e21a-48ea-b4b7-db89d10cff16 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d7db010b-e21a-48ea-b4b7-db89d10cff16 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-d7db010b-e21a-48ea-b4b7-db89d10cff16 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-dab2f679-89eb-409f-a287-7c323e0ec518 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dab2f679-89eb-409f-a287-7c323e0ec518 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dab2f679-89eb-409f-a287-7c323e0ec518 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-dab2f679-89eb-409f-a287-7c323e0ec518 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-66ab63c7-e481-48d7-99bd-f1eb2eb786b8 {
  min-height: 270px;
}








#s-66ab63c7-e481-48d7-99bd-f1eb2eb786b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66ab63c7-e481-48d7-99bd-f1eb2eb786b8.shg-box.shg-c {
  justify-content: center;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  margin-bottom: 3%;
max-width: 115px;
aspect-ratio: 115/150;
text-align: center;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
  box-sizing: border-box;
}



.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
      position: relative;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

@media (min-width: 1200px){#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
  box-sizing: border-box;
}



.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
      position: relative;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
  box-sizing: border-box;
}



.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
      position: relative;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
  box-sizing: border-box;
}



.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
      position: relative;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (max-width: 767px){#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }

    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-link {
      aspect-ratio: 115/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image {
  box-sizing: border-box;
}



.s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a {
      --shg-aspect-ratio: calc(115/150); 
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container {
      position: relative;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac76beef-09fb-449d-a82f-c8cbb7f4ec1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}
#s-c4797001-ce99-412a-aa42-eb75aadfdd96 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c4797001-ce99-412a-aa42-eb75aadfdd96 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c4797001-ce99-412a-aa42-eb75aadfdd96 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-c4797001-ce99-412a-aa42-eb75aadfdd96 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-a7cc1b1b-084d-4f1b-85e2-4fafb83a9d9c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7cc1b1b-084d-4f1b-85e2-4fafb83a9d9c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a7cc1b1b-084d-4f1b-85e2-4fafb83a9d9c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a7cc1b1b-084d-4f1b-85e2-4fafb83a9d9c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc {
  min-height: 270px;
}
@media (min-width: 1200px){#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc {
  display: none;
}
#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc, #wrap-s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc, #wrap-content-s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc {
  display: none;
}
#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc, #wrap-s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc, #wrap-content-s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc {
  display: none;
}
#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc, #wrap-s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc, #wrap-content-s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc { display: none !important; }}@media (max-width: 767px){#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc {
  margin-left: auto;
margin-right: auto;
max-width: 94%;
}
}







#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-226bb1ff-d8a0-4311-9c2f-0ea6b79864bc.shg-box.shg-c {
  justify-content: center;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  margin-bottom: 3%;
max-width: 125px;
aspect-ratio: 300/281;
text-align: center;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  margin: 0 !important;
  overflow: visible;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add background color handling */
  
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
  box-sizing: border-box;
}



.s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
      position: relative;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  margin: 0 !important;
  overflow: visible;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add background color handling */
  
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
  box-sizing: border-box;
}



.s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
      position: relative;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  margin: 0 !important;
  overflow: visible;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add background color handling */
  
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
  box-sizing: border-box;
}



.s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
      position: relative;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  margin: 0 !important;
  overflow: visible;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add background color handling */
  
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
  box-sizing: border-box;
}



.s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
      position: relative;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  margin: 0 !important;
  overflow: visible;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add background color handling */
  
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }

    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-link {
      aspect-ratio: 300/281;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-0f85c5bd-2307-49df-8061-edd0e8981f1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image {
  box-sizing: border-box;
}



.s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d {
      --shg-aspect-ratio: calc(300/281); 
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container {
      position: relative;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f85c5bd-2307-49df-8061-edd0e8981f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-e979c49d-5cb1-4d0f-aa64-0069accc8886 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e979c49d-5cb1-4d0f-aa64-0069accc8886 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e979c49d-5cb1-4d0f-aa64-0069accc8886 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-e979c49d-5cb1-4d0f-aa64-0069accc8886 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-4006ddce-fb38-43b1-a265-f9806088f99c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4006ddce-fb38-43b1-a265-f9806088f99c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4006ddce-fb38-43b1-a265-f9806088f99c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-4006ddce-fb38-43b1-a265-f9806088f99c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-7272772d-5704-4d21-948d-162e81d2b564 {
  text-align: left;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 {
  margin-left: auto;
margin-right: auto;
max-width: 84%;
}
@media (min-width: 1200px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 {
  max-width: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 {
  max-width: 75%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 {
  max-width: 94%;
}
}@media (max-width: 767px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 {
  max-width: 94%;
}
}
#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(22, 184, 146, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(30, 111, 92, 1);
  padding: 10px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(246, 255, 253, 1);
  border-top: 1px solid rgba(22, 184, 146, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: GilroyBold;
  
  
  font-size: 29px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 29px;
}@media (min-width: 1200px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 210, 167, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(30, 111, 92, 1);
  padding: 10px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(246, 255, 253, 1);
  border-top: 1px solid rgba(27, 210, 167, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: GilroyBold;
  
  
  font-size: 29px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 29px;
}}@media (min-width: 768px) and (max-width: 991px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(22, 184, 146, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(30, 111, 92, 1);
  padding: 10px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(246, 255, 253, 1);
  border-top: 1px solid rgba(22, 184, 146, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: GilroyBold;
  
  
  font-size: 27px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}}@media (max-width: 767px){#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(22, 184, 146, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(30, 111, 92, 1);
  padding: 10px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(246, 255, 253, 1);
  border-top: 1px solid rgba(22, 184, 146, 1);
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: GilroyBold;
  
  
  font-size: 22px;
}

#s-edde0a27-5c04-4324-a50c-f92cefc36e99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 94%;
}

#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(226, 226, 226, 1);
}

#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(30, 111, 92, 1);
}

#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(226, 226, 226, 1);
}

#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(30, 111, 92, 1);
  text-align: left;
  font-family: GilroyRegular;
  
  
  font-size: 16px;
}

#s-13afc1c5-a03e-477d-9e1d-945ad04ee516 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-135feace-7bbc-4c9a-8376-c171fda6f6f4 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-135feace-7bbc-4c9a-8376-c171fda6f6f4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-135feace-7bbc-4c9a-8376-c171fda6f6f4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-135feace-7bbc-4c9a-8376-c171fda6f6f4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-135feace-7bbc-4c9a-8376-c171fda6f6f4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-135feace-7bbc-4c9a-8376-c171fda6f6f4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-cb9dc0c2-d974-4b15-8d25-57a28bbe892f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-cb9dc0c2-d974-4b15-8d25-57a28bbe892f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-cb9dc0c2-d974-4b15-8d25-57a28bbe892f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb9dc0c2-d974-4b15-8d25-57a28bbe892f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cb9dc0c2-d974-4b15-8d25-57a28bbe892f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-cb9dc0c2-d974-4b15-8d25-57a28bbe892f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-95cbb356-8faf-4850-ba39-c4af2d7922dc {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-95cbb356-8faf-4850-ba39-c4af2d7922dc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-95cbb356-8faf-4850-ba39-c4af2d7922dc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95cbb356-8faf-4850-ba39-c4af2d7922dc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-95cbb356-8faf-4850-ba39-c4af2d7922dc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-95cbb356-8faf-4850-ba39-c4af2d7922dc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-f7722a28-3e31-460c-8763-5b7aa6f299cc {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-f7722a28-3e31-460c-8763-5b7aa6f299cc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-f7722a28-3e31-460c-8763-5b7aa6f299cc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7722a28-3e31-460c-8763-5b7aa6f299cc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7722a28-3e31-460c-8763-5b7aa6f299cc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f7722a28-3e31-460c-8763-5b7aa6f299cc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-af58d5e8-bd35-45fc-a780-e17f252fe39a {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-af58d5e8-bd35-45fc-a780-e17f252fe39a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-af58d5e8-bd35-45fc-a780-e17f252fe39a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af58d5e8-bd35-45fc-a780-e17f252fe39a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-af58d5e8-bd35-45fc-a780-e17f252fe39a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-af58d5e8-bd35-45fc-a780-e17f252fe39a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-58d98382-5255-4ac0-b309-d126089b5acc {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-58d98382-5255-4ac0-b309-d126089b5acc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-58d98382-5255-4ac0-b309-d126089b5acc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-58d98382-5255-4ac0-b309-d126089b5acc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-58d98382-5255-4ac0-b309-d126089b5acc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-58d98382-5255-4ac0-b309-d126089b5acc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-f0e80ac2-ffd1-4f40-a6ba-bb08f0a1078a {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-f0e80ac2-ffd1-4f40-a6ba-bb08f0a1078a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-f0e80ac2-ffd1-4f40-a6ba-bb08f0a1078a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f0e80ac2-ffd1-4f40-a6ba-bb08f0a1078a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f0e80ac2-ffd1-4f40-a6ba-bb08f0a1078a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f0e80ac2-ffd1-4f40-a6ba-bb08f0a1078a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-592a0bda-b69f-4549-8aad-a67b439278a1 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-592a0bda-b69f-4549-8aad-a67b439278a1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-592a0bda-b69f-4549-8aad-a67b439278a1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-592a0bda-b69f-4549-8aad-a67b439278a1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-592a0bda-b69f-4549-8aad-a67b439278a1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-592a0bda-b69f-4549-8aad-a67b439278a1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-3901068c-b405-4915-86be-c7df6181605b {
  min-height: 50px;
}








#s-3901068c-b405-4915-86be-c7df6181605b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3901068c-b405-4915-86be-c7df6181605b.shg-box.shg-c {
  justify-content: center;
}

#s-2b6e6071-2c12-46ff-97a3-0cd7f80eca0f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
text-align: center;
}

#s-2b6e6071-2c12-46ff-97a3-0cd7f80eca0f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-2b6e6071-2c12-46ff-97a3-0cd7f80eca0f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b6e6071-2c12-46ff-97a3-0cd7f80eca0f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b6e6071-2c12-46ff-97a3-0cd7f80eca0f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2b6e6071-2c12-46ff-97a3-0cd7f80eca0f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyRegular";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-8ee2a27b-00a1-4eb3-a785-5e5c6e7942e8 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ee2a27b-00a1-4eb3-a785-5e5c6e7942e8 {
  max-width: 94%;
}
}@media (max-width: 767px){#s-8ee2a27b-00a1-4eb3-a785-5e5c6e7942e8 {
  max-width: 94%;
}
}
#s-bdf8ad67-141a-4677-a093-dd98264fc0f9 {
  margin-top: 1px;
margin-left: 1px;
margin-bottom: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdf8ad67-141a-4677-a093-dd98264fc0f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.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: -moz-max-content;
  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-9529907d-a638-4118-9ad3-d500fc0c0f02 {
  text-align: left;
}


.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 {
  max-width:  100%;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  max-width: 1000px !important;
  
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 {
  max-width:  100%;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  max-width: 1000px !important;
  
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 {
  max-width:  100%;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  max-width: 1000px !important;
  
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 {
  max-width:  100%;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  max-width: 1000px !important;
  
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 {
  max-width:  100%;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  max-width: 1000px !important;
  
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 .shg-image-zoom,
.shg-c#s-9529907d-a638-4118-9ad3-d500fc0c0f02 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-b5d625ed-5860-4d61-bc30-05092fa2e625 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b5d625ed-5860-4d61-bc30-05092fa2e625 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-b5d625ed-5860-4d61-bc30-05092fa2e625 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b5d625ed-5860-4d61-bc30-05092fa2e625 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b5d625ed-5860-4d61-bc30-05092fa2e625 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b5d625ed-5860-4d61-bc30-05092fa2e625 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b5d625ed-5860-4d61-bc30-05092fa2e625 .shg-gallery-dot {
  background-color: #FFF;
}








#s-56099be8-95be-4e66-8e58-fa09c14dbc04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56099be8-95be-4e66-8e58-fa09c14dbc04.shg-box.shg-c {
  justify-content: center;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Assistant";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1b1c7e8d-4a32-4a72-97e0-f6dd2987b2d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b1c7e8d-4a32-4a72-97e0-f6dd2987b2d3 .shg-product-title-component h1 span {
  color: rgba(30, 111, 92, 1);
  
  font-family: GilroyBold;
  
  font-size: 39px;
  
  
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b1c7e8d-4a32-4a72-97e0-f6dd2987b2d3 .shg-product-title-component h1 span {
  color: rgba(30, 111, 92, 1);
  
  font-family: GilroyBold;
  
  font-size: 25px;
  
  
  text-align: left;
}
}@media (max-width: 767px){#s-1b1c7e8d-4a32-4a72-97e0-f6dd2987b2d3 .shg-product-title-component h1 span {
  color: rgba(30, 111, 92, 1);
  
  font-family: GilroyBold;
  
  font-size: 26px;
  
  
  text-align: center;
}
}
#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 {
  display: none;
}
#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-content-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 {
  display: none;
}
#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-content-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 {
  display: none;
}
#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-content-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 { display: none !important; }}@media (max-width: 767px){#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 {
  display: none;
}
#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003, #wrap-content-s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 { display: none !important; }}







#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003 {
  cursor: pointer;
}#s-67dc18e9-e94e-4d42-8d3a-6bf79145e003.shg-box.shg-c {
  justify-content: center;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  max-width: 200px;
aspect-ratio: 300/38;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  max-width: 150px;
}
}@media (max-width: 767px){#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  margin: 0 !important;
  overflow: visible;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add background color handling */
  
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }

    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-link {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
  box-sizing: border-box;
}



.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
      --shg-aspect-ratio: calc(300/38); 
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
      position: relative;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  margin: 0 !important;
  overflow: visible;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add background color handling */
  
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }

    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-link {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
  box-sizing: border-box;
}



.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
      --shg-aspect-ratio: calc(300/38); 
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
      position: relative;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  margin: 0 !important;
  overflow: visible;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add background color handling */
  
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }

    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-link {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
  box-sizing: border-box;
}



.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
      --shg-aspect-ratio: calc(300/38); 
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
      position: relative;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  margin: 0 !important;
  overflow: visible;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add background color handling */
  
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }

    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-link {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
  box-sizing: border-box;
}



.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
      --shg-aspect-ratio: calc(300/38); 
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
      position: relative;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  margin: 0 !important;
  overflow: visible;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add background color handling */
  
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }

    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-link {
      aspect-ratio: 300/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image {
  box-sizing: border-box;
}



.s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef {
      --shg-aspect-ratio: calc(300/38); 
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container {
      position: relative;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e82943-d0fc-4d6d-8f53-4b18ddd7dfef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-aa66ca3f-160a-41a3-9055-6c091b0d62c6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-aa66ca3f-160a-41a3-9055-6c091b0d62c6 {
  display: none;
}
#s-aa66ca3f-160a-41a3-9055-6c091b0d62c6, #wrap-s-aa66ca3f-160a-41a3-9055-6c091b0d62c6, #wrap-content-s-aa66ca3f-160a-41a3-9055-6c091b0d62c6 { display: none !important; }}







#s-aa66ca3f-160a-41a3-9055-6c091b0d62c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa66ca3f-160a-41a3-9055-6c091b0d62c6 {
  cursor: pointer;
}#s-aa66ca3f-160a-41a3-9055-6c091b0d62c6.shg-box.shg-c {
  justify-content: center;
}

#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 {
  display: none;
}
#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7, #wrap-s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7, #wrap-content-s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 {
  display: none;
}
#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7, #wrap-s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7, #wrap-content-s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 {
  display: none;
}
#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7, #wrap-s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7, #wrap-content-s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 { display: none !important; }}







#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7 {
  cursor: pointer;
}#s-acfdcab7-3ffe-4d8e-bd58-e5812703fde7.shg-box.shg-c {
  justify-content: center;
}

#s-53d49192-5391-43ab-ac72-4313b8be8be1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-53d49192-5391-43ab-ac72-4313b8be8be1 {
  display: none;
}
#s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-content-s-53d49192-5391-43ab-ac72-4313b8be8be1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53d49192-5391-43ab-ac72-4313b8be8be1 {
  display: none;
}
#s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-content-s-53d49192-5391-43ab-ac72-4313b8be8be1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53d49192-5391-43ab-ac72-4313b8be8be1 {
  display: none;
}
#s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-content-s-53d49192-5391-43ab-ac72-4313b8be8be1 { display: none !important; }}@media (max-width: 767px){#s-53d49192-5391-43ab-ac72-4313b8be8be1 {
  display: none;
}
#s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-s-53d49192-5391-43ab-ac72-4313b8be8be1, #wrap-content-s-53d49192-5391-43ab-ac72-4313b8be8be1 { display: none !important; }}
#s-53d49192-5391-43ab-ac72-4313b8be8be1 .shogun-heading-component h1 {
  color: rgba(255, 65, 65, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-53d49192-5391-43ab-ac72-4313b8be8be1 .shogun-heading-component h1 {
  color: rgba(255, 65, 65, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: center;
}


}
#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 {
  text-align: left;
}
@media (max-width: 767px){#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 {
  text-align: center;
}
}
#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-sold-out {
  display: none;
  color: rgba(41, 187, 137, 1);
  font-size: 29px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-price {
  color: rgba(41, 187, 137, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 29px;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 0, 0, 1);
  
  font-family: GilroyMedium;
  font-style:  normal ;
  font-size: 23px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-sold-out {
  display: none;
  color: rgba(41, 187, 137, 1);
  font-size: 35px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-price {
  color: rgba(41, 187, 137, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 35px;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 0, 0, 1);
  
  font-family: GilroyMedium;
  font-style:  normal ;
  font-size: 23px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-sold-out {
  display: none;
  color: rgba(41, 187, 137, 1);
  font-size: 35px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-price {
  color: rgba(41, 187, 137, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 35px;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 0, 0, 1);
  
  font-family: GilroyMedium;
  font-style:  normal ;
  font-size: 23px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-sold-out {
  display: none;
  color: rgba(41, 187, 137, 1);
  font-size: 31px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-price {
  color: rgba(41, 187, 137, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 31px;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 0, 0, 1);
  
  font-family: GilroyMedium;
  font-style:  normal ;
  font-size: 23px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-sold-out {
  display: none;
  color: rgba(41, 187, 137, 1);
  font-size: 30px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-price {
  color: rgba(41, 187, 137, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 30px;
}

#s-0eed4bc2-f4cf-4b76-9cdc-64115ff0cbf0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 0, 0, 1);
  
  font-family: GilroyMedium;
  font-style:  normal ;
  font-size: 23px;
  padding-left: 10px;
}
}
#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 {
  display: none;
}
#s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-content-s-dc100b6f-4edb-42de-9e66-2e9d88f84806 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 {
  display: none;
}
#s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-content-s-dc100b6f-4edb-42de-9e66-2e9d88f84806 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 {
  display: none;
}
#s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-content-s-dc100b6f-4edb-42de-9e66-2e9d88f84806 { display: none !important; }}@media (max-width: 767px){#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 {
  display: none;
}
#s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-s-dc100b6f-4edb-42de-9e66-2e9d88f84806, #wrap-content-s-dc100b6f-4edb-42de-9e66-2e9d88f84806 { display: none !important; }}
#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 .shogun-heading-component h1 {
  color: rgba(255, 71, 71, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 .shogun-heading-component h1 {
  color: rgba(255, 71, 71, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-dc100b6f-4edb-42de-9e66-2e9d88f84806 .shogun-heading-component h1 {
  color: rgba(255, 71, 71, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-7fac7636-a061-4e24-a80a-a199537c142d {
  margin-top: -1%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 127, 127, 1);
border-style: solid;
border-radius: 100px;
max-width: 170px;
background-color: rgba(184, 62, 62, 1);
}
@media (max-width: 767px){#s-7fac7636-a061-4e24-a80a-a199537c142d {
  margin-left: auto;
margin-right: auto;
}
}







#s-7fac7636-a061-4e24-a80a-a199537c142d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fac7636-a061-4e24-a80a-a199537c142d.shg-box.shg-c {
  justify-content: center;
}

#s-7f491e65-a338-4368-8655-bbe8bbdc5136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f491e65-a338-4368-8655-bbe8bbdc5136 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.7em;
  
  text-align: center;
}



#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 {
  display: none;
}
#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-content-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 {
  display: none;
}
#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-content-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 {
  display: none;
}
#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-content-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 { display: none !important; }}@media (max-width: 767px){#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 {
  margin-top: 4%;
margin-bottom: 0%;
display: none;
}
#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85, #wrap-content-s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 { display: none !important; }}







#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59702dd2-dc56-47ef-9b1e-7fe042fe4b85.shg-box.shg-c {
  justify-content: center;
}

#s-42de473f-7abe-4b9a-9caa-9fea69033256 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-42de473f-7abe-4b9a-9caa-9fea69033256 {
  margin-top: 3%;
}
}
#s-42de473f-7abe-4b9a-9caa-9fea69033256 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-42de473f-7abe-4b9a-9caa-9fea69033256 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-42de473f-7abe-4b9a-9caa-9fea69033256 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  min-height: 110px;
max-width: 460px;
aspect-ratio: 300/86;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  max-width: 351px;
}
}@media (max-width: 767px){#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  max-width: 360px;
text-align: center;
}
}
#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  margin: 0 !important;
  overflow: visible;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add background color handling */
  
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
  box-sizing: border-box;
}



.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
      position: relative;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

@media (min-width: 1200px){#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  margin: 0 !important;
  overflow: visible;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add background color handling */
  
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
  box-sizing: border-box;
}



.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
      position: relative;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  margin: 0 !important;
  overflow: visible;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add background color handling */
  
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
  box-sizing: border-box;
}



.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
      position: relative;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  margin: 0 !important;
  overflow: visible;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add background color handling */
  
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
  box-sizing: border-box;
}



.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
      position: relative;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}@media (max-width: 767px){#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  margin: 0 !important;
  overflow: visible;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add background color handling */
  
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image {
  box-sizing: border-box;
}



.s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container {
      position: relative;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43b2a4bf-ac90-4ffc-b6b8-01dd15c15efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}
#s-7fba4ba7-dca7-48a7-9612-104d5cca6b2b {
  margin-top: 2%;
min-height: 50px;
}








#s-7fba4ba7-dca7-48a7-9612-104d5cca6b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fba4ba7-dca7-48a7-9612-104d5cca6b2b.shg-box.shg-c {
  justify-content: center;
}

#s-c726eb5d-797f-4776-8333-f7b106757b81 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c726eb5d-797f-4776-8333-f7b106757b81 {
  display: none;
}
#s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-content-s-c726eb5d-797f-4776-8333-f7b106757b81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c726eb5d-797f-4776-8333-f7b106757b81 {
  display: none;
}
#s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-content-s-c726eb5d-797f-4776-8333-f7b106757b81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c726eb5d-797f-4776-8333-f7b106757b81 {
  display: none;
}
#s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-content-s-c726eb5d-797f-4776-8333-f7b106757b81 { display: none !important; }}@media (max-width: 767px){#s-c726eb5d-797f-4776-8333-f7b106757b81 {
  display: none;
}
#s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-s-c726eb5d-797f-4776-8333-f7b106757b81, #wrap-content-s-c726eb5d-797f-4776-8333-f7b106757b81 { display: none !important; }}
#s-c726eb5d-797f-4776-8333-f7b106757b81 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-c726eb5d-797f-4776-8333-f7b106757b81 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-774df2b4-8abd-4450-b1b9-cd995942489e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-774df2b4-8abd-4450-b1b9-cd995942489e {
  margin-top: 3%;
padding-bottom: 0px;
}
}
#s-774df2b4-8abd-4450-b1b9-cd995942489e .shogun-heading-component h1 {
  color: rgba(255, 60, 60, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-774df2b4-8abd-4450-b1b9-cd995942489e .shogun-heading-component h1 {
  color: rgba(255, 60, 60, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-774df2b4-8abd-4450-b1b9-cd995942489e .shogun-heading-component h1 {
  color: rgba(255, 60, 60, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-774df2b4-8abd-4450-b1b9-cd995942489e .shogun-heading-component h1 {
  color: rgba(255, 60, 60, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  min-height: 110px;
max-width: 460px;
aspect-ratio: 300/86;
text-align: left;
}
@media (min-width: 1200px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  display: none;
}
#s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-content-s-994c36dc-3fc8-4df3-813d-60ed69774c89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  display: none;
}
#s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-content-s-994c36dc-3fc8-4df3-813d-60ed69774c89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  max-width: 320px;
display: none;
}
#s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-content-s-994c36dc-3fc8-4df3-813d-60ed69774c89 { display: none !important; }}@media (max-width: 767px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  max-width: 360px;
text-align: center;
display: none;
}
#s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-s-994c36dc-3fc8-4df3-813d-60ed69774c89, #wrap-content-s-994c36dc-3fc8-4df3-813d-60ed69774c89 { display: none !important; }}
#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  margin: 0 !important;
  overflow: visible;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add background color handling */
  
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
  box-sizing: border-box;
}



.s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
      position: relative;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

@media (min-width: 1200px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  margin: 0 !important;
  overflow: visible;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add background color handling */
  
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
  box-sizing: border-box;
}



.s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
      position: relative;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  margin: 0 !important;
  overflow: visible;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add background color handling */
  
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
  box-sizing: border-box;
}



.s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
      position: relative;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  margin: 0 !important;
  overflow: visible;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add background color handling */
  
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
  box-sizing: border-box;
}



.s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
      position: relative;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}@media (max-width: 767px){#s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  margin: 0 !important;
  overflow: visible;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add background color handling */
  
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }

    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-link {
      aspect-ratio: 300/86;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 460px;
  }



  img.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
    
    
    min-height: 110px;
    max-height: 460px;
  }


.s-994c36dc-3fc8-4df3-813d-60ed69774c89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image {
  box-sizing: border-box;
}



.s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image {
  min-height: 110px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 {
      --shg-aspect-ratio: calc(300/86); 
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container {
      position: relative;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994c36dc-3fc8-4df3-813d-60ed69774c89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 110px;
      max-width: 460px;
    }
  }

}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shg-variant-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-variant-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-variant-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 0px;
text-decoration: none;
text-align: left;
}
@media (max-width: 767px){#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 {
  margin-left: 22%;
margin-right: 22%;
padding-left: 6%;
padding-right: 0%;
max-width: 100%;
text-align: center;
}
}
#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-selector-wrapper label {
    color: rgba(30, 111, 92, 1);
    
    font-family: GilroyBold;
    font-style:  normal ;
    font-size: 25px;
  }

  
    #s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 1px;
    }
  




  #s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17-btn-wrapper {
    text-align: center;
  }


#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-variant-btn {
  
    background-color: rgba(41, 187, 137, 1);
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 150px;
  border: 8px solid rgba(41, 187, 137, 1);
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(41, 187, 137, 1);
  
  color: #ffffff;
  border-color: rgba(30, 111, 92, 1);
  border-radius: 150px;
  border-width: 8px;
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-variant-btn:active, #s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-26b9a40c-c7ca-4b6a-aa7f-db5b4f205d17 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2aa5d7e9-123c-4288-87ad-f76af075935c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 230px;
text-align: left;
}
@media (max-width: 767px){#s-2aa5d7e9-123c-4288-87ad-f76af075935c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-2aa5d7e9-123c-4288-87ad-f76af075935c .shg-product-quantity-wrapper {
  display: flex;
}

#s-2aa5d7e9-123c-4288-87ad-f76af075935c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2aa5d7e9-123c-4288-87ad-f76af075935c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2aa5d7e9-123c-4288-87ad-f76af075935c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2aa5d7e9-123c-4288-87ad-f76af075935c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  box-shadow:0px 0px 1px 0px rgba(255, 181, 4, 1);
border-style: solid;
margin-top: 3%;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
background-color: rgba(246, 151, 36, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  margin-top: 2%;
}
}

  #s-856cf42d-9b0a-4758-abad-3dff4c6eab2d-atc-btn-wrapper {
    text-align: center;
  }


#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  font-family: GilroyBold;
  display:  block ;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-856cf42d-9b0a-4758-abad-3dff4c6eab2d-atc-btn-wrapper {
    text-align: center;
  }


#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  font-family: GilroyBold;
  display:  block ;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-856cf42d-9b0a-4758-abad-3dff4c6eab2d-atc-btn-wrapper {
    text-align: center;
  }


#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  font-family: GilroyBold;
  display:  block ;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-856cf42d-9b0a-4758-abad-3dff4c6eab2d-atc-btn-wrapper {
    text-align: center;
  }


#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: GilroyBold;
  display:  block ;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-856cf42d-9b0a-4758-abad-3dff4c6eab2d-atc-btn-wrapper {
    text-align: center;
  }


#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: GilroyBold;
  display:  block ;
}

#s-856cf42d-9b0a-4758-abad-3dff4c6eab2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b05d2f85-af20-46ff-8136-70fccf1963c1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 {
  margin-top: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 {
  margin-top: 2%;
}
}
#s-b05d2f85-af20-46ff-8136-70fccf1963c1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  
  
}


@media (min-width: 1200px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-b05d2f85-af20-46ff-8136-70fccf1963c1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}


}
#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  margin-top: 4%;
max-width: 320px;
aspect-ratio: 1000/117;
text-align: center;
}
@media (max-width: 767px){#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  max-width: 280px;
}
}
#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  margin: 0 !important;
  overflow: visible;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4%;
  
}

.shg-image-content-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add background color handling */
  
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }

    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-link {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
  box-sizing: border-box;
}



.s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64617825-31c3-4b43-9512-1ca62d7a98cf {
      --shg-aspect-ratio: calc(1000/117); 
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
      position: relative;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  margin: 0 !important;
  overflow: visible;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add background color handling */
  
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }

    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-link {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
  box-sizing: border-box;
}



.s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64617825-31c3-4b43-9512-1ca62d7a98cf {
      --shg-aspect-ratio: calc(1000/117); 
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
      position: relative;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  margin: 0 !important;
  overflow: visible;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add background color handling */
  
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }

    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-link {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
  box-sizing: border-box;
}



.s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64617825-31c3-4b43-9512-1ca62d7a98cf {
      --shg-aspect-ratio: calc(1000/117); 
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
      position: relative;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  margin: 0 !important;
  overflow: visible;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add background color handling */
  
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }

    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-link {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
  box-sizing: border-box;
}



.s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64617825-31c3-4b43-9512-1ca62d7a98cf {
      --shg-aspect-ratio: calc(1000/117); 
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
      position: relative;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  margin: 0 !important;
  overflow: visible;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64617825-31c3-4b43-9512-1ca62d7a98cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add background color handling */
  
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }

    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-link {
      aspect-ratio: 1000/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64617825-31c3-4b43-9512-1ca62d7a98cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-64617825-31c3-4b43-9512-1ca62d7a98cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image {
  box-sizing: border-box;
}



.s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64617825-31c3-4b43-9512-1ca62d7a98cf {
      --shg-aspect-ratio: calc(1000/117); 
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container {
      position: relative;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64617825-31c3-4b43-9512-1ca62d7a98cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-2588cd0b-27a8-481c-a5e7-bab67506dd73 {
  text-align: left;
}

#s-8dd2e970-122e-4997-a106-151d7890fb28 {
  margin-top: 3%;
}
@media (max-width: 767px){#s-8dd2e970-122e-4997-a106-151d7890fb28 {
  display: none;
}
#s-8dd2e970-122e-4997-a106-151d7890fb28, #wrap-s-8dd2e970-122e-4997-a106-151d7890fb28, #wrap-content-s-8dd2e970-122e-4997-a106-151d7890fb28 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8dd2e970-122e-4997-a106-151d7890fb28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-1aa020cb-5c1e-44e4-8ae5-938811126beb {
  min-height: 50px;
}








#s-1aa020cb-5c1e-44e4-8ae5-938811126beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1aa020cb-5c1e-44e4-8ae5-938811126beb.shg-box.shg-c {
  justify-content: center;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  max-width: 90px;
aspect-ratio: 1/1;
text-align: center;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  margin: 0 !important;
  overflow: visible;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add background color handling */
  
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
  box-sizing: border-box;
}



.s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
      position: relative;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

@media (min-width: 1200px){#s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  margin: 0 !important;
  overflow: visible;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add background color handling */
  
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
  box-sizing: border-box;
}



.s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
      position: relative;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  margin: 0 !important;
  overflow: visible;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add background color handling */
  
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
  box-sizing: border-box;
}



.s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
      position: relative;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  margin: 0 !important;
  overflow: visible;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add background color handling */
  
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
  box-sizing: border-box;
}



.s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
      position: relative;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (max-width: 767px){#s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  margin: 0 !important;
  overflow: visible;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add background color handling */
  
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-08cae96d-3c81-45bc-960c-7ba29b09aebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image {
  box-sizing: border-box;
}



.s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container {
      position: relative;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08cae96d-3c81-45bc-960c-7ba29b09aebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}
#s-3d5fe682-2e11-4480-8185-d518112ddc83 {
  min-height: 50px;
}








#s-3d5fe682-2e11-4480-8185-d518112ddc83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d5fe682-2e11-4480-8185-d518112ddc83.shg-box.shg-c {
  justify-content: center;
}

#s-b9afeb4b-e4a1-430a-9f73-70b6676efe82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9afeb4b-e4a1-430a-9f73-70b6676efe82 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b9afeb4b-e4a1-430a-9f73-70b6676efe82 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-b703e71e-d81f-4b2f-a131-133cc368420b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b703e71e-d81f-4b2f-a131-133cc368420b .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  text-align: left;
}



#s-8e3c7cb2-c7b4-41ce-a204-c044662af0e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e3c7cb2-c7b4-41ce-a204-c044662af0e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}



#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  margin-top: 4%;
max-width: 600px;
aspect-ratio: 300/80;
text-align: center;
}
@media (min-width: 1200px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  display: none;
}
#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac, #wrap-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac, #wrap-content-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  display: none;
}
#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac, #wrap-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac, #wrap-content-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  display: none;
}
#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac, #wrap-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac, #wrap-content-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac { display: none !important; }}
#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  margin: 0 !important;
  overflow: visible;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4%;
  
}

.shg-image-content-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add background color handling */
  
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }

    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-link {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
  box-sizing: border-box;
}



.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
      --shg-aspect-ratio: calc(300/80); 
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
      position: relative;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  margin: 0 !important;
  overflow: visible;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add background color handling */
  
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }

    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-link {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
  box-sizing: border-box;
}



.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
      --shg-aspect-ratio: calc(300/80); 
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
      position: relative;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  margin: 0 !important;
  overflow: visible;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add background color handling */
  
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }

    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-link {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
  box-sizing: border-box;
}



.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
      --shg-aspect-ratio: calc(300/80); 
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
      position: relative;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  margin: 0 !important;
  overflow: visible;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add background color handling */
  
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }

    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-link {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
  box-sizing: border-box;
}



.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
      --shg-aspect-ratio: calc(300/80); 
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
      position: relative;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  margin: 0 !important;
  overflow: visible;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add background color handling */
  
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }

    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-link {
      aspect-ratio: 300/80;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image {
  box-sizing: border-box;
}



.s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac {
      --shg-aspect-ratio: calc(300/80); 
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container {
      position: relative;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6598ce25-bdc5-4032-8bcc-ae93ad37c9ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-a0751898-abc8-4b3b-8208-fd81b438d159 {
  text-align: left;
}

#s-be22ae3d-60aa-41a1-b090-a14faa230769 {
  box-shadow:0px 13px 25px 7px rgba(246, 151, 36, 0.55);
margin-left: auto;
margin-right: auto;
padding-top: 1.5%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 60px;
min-height: 50px;
max-width: 649px;
background-color: rgba(30, 111, 92, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-be22ae3d-60aa-41a1-b090-a14faa230769 {
  max-width: 549px;
}
}@media (max-width: 767px){#s-be22ae3d-60aa-41a1-b090-a14faa230769 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 2.5%;
padding-left: 5%;
padding-bottom: 7%;
padding-right: 5%;
}
}







#s-be22ae3d-60aa-41a1-b090-a14faa230769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be22ae3d-60aa-41a1-b090-a14faa230769.shg-box.shg-c {
  justify-content: center;
}

#s-03869d80-2c37-48da-ad37-5b85a1926b01 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-03869d80-2c37-48da-ad37-5b85a1926b01 .shogun-heading-component h1 {
  color: rgba(246, 151, 36, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-03869d80-2c37-48da-ad37-5b85a1926b01 .shogun-heading-component h1 {
  color: rgba(246, 151, 36, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-03869d80-2c37-48da-ad37-5b85a1926b01 .shogun-heading-component h1 {
  color: rgba(246, 151, 36, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-71b0a7b2-e1a7-4625-990d-4c502c6e139f {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}

@media (min-width: 0px) {
[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71b0a7b2-e1a7-4625-990d-4c502c6e139f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  margin-right: 5%;
}
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  max-width:  100%;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: rgba(41, 187, 137, 1);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  
    border-radius: 30px;
    overflow: hidden; /* To clip the inner img */
  
}


@media (min-width: 1200px){
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  max-width:  100%;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: rgba(41, 187, 137, 1);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  
    border-radius: 30px;
    overflow: hidden; /* To clip the inner img */
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  max-width:  100%;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: rgba(41, 187, 137, 1);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  
    border-radius: 30px;
    overflow: hidden; /* To clip the inner img */
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  max-width:  100%;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: rgba(41, 187, 137, 1);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  
    border-radius: 30px;
    overflow: hidden; /* To clip the inner img */
  
}


}@media (max-width: 767px){
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 {
  max-width:  100%;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}




.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 .shg-image-zoom,
.shg-c#s-6a9f7882-103c-4f8b-8874-70ff138f8ab6 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: rgba(41, 187, 137, 1);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  
    border-radius: 30px;
    overflow: hidden; /* To clip the inner img */
  
}


}
#s-252872ed-a69d-4679-a3ae-9cce76769dd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-252872ed-a69d-4679-a3ae-9cce76769dd3 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  font-family: GilroyMedium;
  
  font-size: 23px;
  
  
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-252872ed-a69d-4679-a3ae-9cce76769dd3 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  font-family: GilroyMedium;
  
  font-size: 21px;
  
  
  text-align: left;
}
}@media (max-width: 767px){#s-252872ed-a69d-4679-a3ae-9cce76769dd3 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  font-family: GilroyMedium;
  
  font-size: 17px;
  
  
  text-align: left;
}
}
#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670-btn-wrapper {
    text-align: center;
  }


#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-variant-btn:active, #s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1f91dcaa-1b64-4baa-9afd-f9e87d5e1670 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 {
  text-align: left;
}

#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 .shg-product-sold-out {
  display: none;
  color: rgba(255, 148, 148, 1);
  font-size: 22px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 .shg-product-price {
  color: rgba(255, 148, 148, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 22px;
}

#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 .shg-product-sold-out {
  display: none;
  color: rgba(255, 148, 148, 1);
  font-size: 20px;
  
  font-family: GilroyBold;
  font-style:  normal ;
}

#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 .shg-product-price {
  color: rgba(255, 148, 148, 1);
  
  font-family: GilroyBold;
  font-style:  normal ;
  font-size: 20px;
}

#s-2e912aa4-5299-49fe-a7c2-ad5f74eaf818 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 187, 137, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33:hover {background-color: rgba(246, 151, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33:active {background-color: rgba(246, 151, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  border-style: solid;
margin-top: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
}
}

  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33-atc-btn-wrapper {
    text-align: left;
  }


#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: GilroyMedium;
  display:  inline-block ;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-success {
    
    font-family: GilroyMedium;
    
    font-size: 19px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33-atc-btn-wrapper {
    text-align: left;
  }


#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: GilroyMedium;
  display:  inline-block ;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-success {
    
    font-family: GilroyMedium;
    
    font-size: 19px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33-atc-btn-wrapper {
    text-align: left;
  }


#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: GilroyMedium;
  display:  inline-block ;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-success {
    
    font-family: GilroyMedium;
    
    font-size: 19px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33-atc-btn-wrapper {
    text-align: left;
  }


#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GilroyMedium;
  display:  inline-block ;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-success {
    
    font-family: GilroyMedium;
    
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33-atc-btn-wrapper {
    text-align: left;
  }


#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: GilroyMedium;
  display:  inline-block ;
}

#s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccaf3590-b98b-4d41-a1b5-02effc8e3c33.shg-btn.shg-product-atc-success {
    
    font-family: GilroyMedium;
    
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-fcbf106e-63c5-4a7d-9112-aee8e3399f92 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
max-width: 88%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcbf106e-63c5-4a7d-9112-aee8e3399f92 {
  margin-top: 7%;
max-width: 94%;
}
}@media (max-width: 767px){#s-fcbf106e-63c5-4a7d-9112-aee8e3399f92 {
  margin-top: 13%;
max-width: 94%;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
