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

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

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

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

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

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

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

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

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

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

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

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

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/480x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/960x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/768x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/1536x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/1024x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/1200x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/19cafcbc-13d1-4765-a12e-82ebb2164099/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 > .shg-box-overlay {
  background-color: rgba(19, 17, 12, 1);
  opacity: 0.5;
  display: block;
}#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d582f6d-8ebc-4580-b20e-87f7b25943fd {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
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: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 0.7);
}








#s-9d582f6d-8ebc-4580-b20e-87f7b25943fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d582f6d-8ebc-4580-b20e-87f7b25943fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-742bbfa3-5096-4017-91d8-4b257ec37149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

#s-80e1869a-177a-48e1-9fc8-ce0607907524 {
  margin-left: auto;
margin-right: auto;
}

#s-80e1869a-177a-48e1-9fc8-ce0607907524 hr {
  border-top: 1px solid rgba(255, 211, 0, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7894a07e-c391-4161-a226-a1b2f1a93a11 {
  margin-left: auto;
margin-right: auto;
}

#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}@media (max-width: 767px){#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52339ee2-14ba-4f85-b60f-916b8d7d6030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c82bdddc-451e-4a64-b96d-eef4858d4e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd8fcd4-8905-4aa9-9576-6f668569b9d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-735deffa-19b7-4bc6-8273-43a284446411 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-735deffa-19b7-4bc6-8273-43a284446411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-735deffa-19b7-4bc6-8273-43a284446411.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5323fa8-0307-458c-937f-015c0ff4432a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c5323fa8-0307-458c-937f-015c0ff4432a .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c5323fa8-0307-458c-937f-015c0ff4432a .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-c5323fa8-0307-458c-937f-015c0ff4432a .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-15f9035e-42e5-4bda-a1a0-0c0d12536649 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-15f9035e-42e5-4bda-a1a0-0c0d12536649 {
  margin-top: 10px;
}
}
#s-15f9035e-42e5-4bda-a1a0-0c0d12536649 .shg-proportional-font-size,
#s-15f9035e-42e5-4bda-a1a0-0c0d12536649 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7fa86eb8-676d-4a24-865c-9675393df6de {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7fa86eb8-676d-4a24-865c-9675393df6de {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-7fa86eb8-676d-4a24-865c-9675393df6de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fa86eb8-676d-4a24-865c-9675393df6de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd-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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd .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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c4136a-85ae-4e25-af78-22f61dd170dd img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-50c4136a-85ae-4e25-af78-22f61dd170dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-50c4136a-85ae-4e25-af78-22f61dd170dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd-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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd .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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c4136a-85ae-4e25-af78-22f61dd170dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c4136a-85ae-4e25-af78-22f61dd170dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-50c4136a-85ae-4e25-af78-22f61dd170dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd-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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd .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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c4136a-85ae-4e25-af78-22f61dd170dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c4136a-85ae-4e25-af78-22f61dd170dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-50c4136a-85ae-4e25-af78-22f61dd170dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd-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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd .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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c4136a-85ae-4e25-af78-22f61dd170dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c4136a-85ae-4e25-af78-22f61dd170dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-50c4136a-85ae-4e25-af78-22f61dd170dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd-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-50c4136a-85ae-4e25-af78-22f61dd170dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd .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: rgba(246, 246, 246, 1);
  border-style: solid;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-50c4136a-85ae-4e25-af78-22f61dd170dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c4136a-85ae-4e25-af78-22f61dd170dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c4136a-85ae-4e25-af78-22f61dd170dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c4136a-85ae-4e25-af78-22f61dd170dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-da3080ca-6458-4b6f-9e65-15fd6a963db2 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-46f8cd1b-ade0-44ce-82b2-209770a072c3 {
  margin-left: auto;
margin-right: auto;
}

#s-46f8cd1b-ade0-44ce-82b2-209770a072c3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 6px;
}

#s-46f8cd1b-ade0-44ce-82b2-209770a072c3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-46f8cd1b-ade0-44ce-82b2-209770a072c3 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 10px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-46f8cd1b-ade0-44ce-82b2-209770a072c3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-46f8cd1b-ade0-44ce-82b2-209770a072c3 td.shogun-table-column, #s-46f8cd1b-ade0-44ce-82b2-209770a072c3 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-459956aa-517e-4ce2-97ea-a699f231ef46 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-459956aa-517e-4ce2-97ea-a699f231ef46 {
  margin-top: 10px;
}
}
#s-459956aa-517e-4ce2-97ea-a699f231ef46 .shg-proportional-font-size,
#s-459956aa-517e-4ce2-97ea-a699f231ef46 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 {
  margin-left: auto;
margin-right: auto;
}

#s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 6px;
}

#s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 10px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 td.shogun-table-column, #s-b088099c-f8a2-44c7-80fa-80f4c9ad2321 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-dab4cfdd-0a19-478e-96a6-08e1ab6c4cd9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-dab4cfdd-0a19-478e-96a6-08e1ab6c4cd9 {
  margin-top: 10px;
}
}
#s-dab4cfdd-0a19-478e-96a6-08e1ab6c4cd9 .shg-proportional-font-size,
#s-dab4cfdd-0a19-478e-96a6-08e1ab6c4cd9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 8%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce9d522b-973d-4816-b06e-1307e09097c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ce9d522b-973d-4816-b06e-1307e09097c4 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ce9d522b-973d-4816-b06e-1307e09097c4 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-ce9d522b-973d-4816-b06e-1307e09097c4 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ebce7fe4-09cd-4bcf-890d-79689bc3e251 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4938121-69e9-412a-bd0d-2e3928fae1bc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -12px;
}
}
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e .shg-proportional-font-size,
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-176120a5-9201-4544-a2fc-85e94665f25e {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-176120a5-9201-4544-a2fc-85e94665f25e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-176120a5-9201-4544-a2fc-85e94665f25e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .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-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c {
  margin-top: -12px;
}
}
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c .shg-proportional-font-size,
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 {
  margin-top: 10px;
}
}







#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e431e133-2a15-4f5b-afb2-0b5880c0e421.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13a7a220-f32f-4652-bb74-d910bab0d33f {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 {
  margin-top: -12px;
}
}
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 .shg-proportional-font-size,
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00555fc3-fd0a-4161-8853-420532c509c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-00555fc3-fd0a-4161-8853-420532c509c0 {
  margin-top: 10px;
}
}







#s-00555fc3-fd0a-4161-8853-420532c509c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00555fc3-fd0a-4161-8853-420532c509c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2df89954-d901-4acd-8b33-55efb5ff4ece {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fbce5da9-1450-4c75-a431-28132b661597 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-fbce5da9-1450-4c75-a431-28132b661597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbce5da9-1450-4c75-a431-28132b661597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883ba26b-a762-40df-bb6b-fc7907ee172c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-cff5a172-431c-4eca-97fd-f406599ddf42 {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cff5a172-431c-4eca-97fd-f406599ddf42 {
  margin-top: -12px;
}
}
#s-cff5a172-431c-4eca-97fd-f406599ddf42 .shg-proportional-font-size,
#s-cff5a172-431c-4eca-97fd-f406599ddf42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-843a83cf-7523-4105-95c2-030f9e8448bb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 8%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-843a83cf-7523-4105-95c2-030f9e8448bb {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-843a83cf-7523-4105-95c2-030f9e8448bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-843a83cf-7523-4105-95c2-030f9e8448bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9ae8e68-1eca-4326-8dff-6906f2294596 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c9ae8e68-1eca-4326-8dff-6906f2294596 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c9ae8e68-1eca-4326-8dff-6906f2294596 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-c9ae8e68-1eca-4326-8dff-6906f2294596 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-9e96100a-865f-4d38-9d47-259b7b33bd38 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9e96100a-865f-4d38-9d47-259b7b33bd38"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9e96100a-865f-4d38-9d47-259b7b33bd38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9e96100a-865f-4d38-9d47-259b7b33bd38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9e96100a-865f-4d38-9d47-259b7b33bd38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-04c11cb5-4f14-4883-97fa-df974582dda6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-04c11cb5-4f14-4883-97fa-df974582dda6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04c11cb5-4f14-4883-97fa-df974582dda6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4-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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4-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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4-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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4-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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4-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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .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-d7423a33-0c4d-4eeb-ad12-28197922b4f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7423a33-0c4d-4eeb-ad12-28197922b4f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-641d1ac5-5c7e-4cc4-985d-ec3e9c703bc4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-641d1ac5-5c7e-4cc4-985d-ec3e9c703bc4 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-641d1ac5-5c7e-4cc4-985d-ec3e9c703bc4 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-641d1ac5-5c7e-4cc4-985d-ec3e9c703bc4 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e3837ba1-02b5-42ed-96c8-d7dc5acbb826 {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e3837ba1-02b5-42ed-96c8-d7dc5acbb826 {
  margin-top: -8px;
}
}
#s-e3837ba1-02b5-42ed-96c8-d7dc5acbb826 .shg-proportional-font-size,
#s-e3837ba1-02b5-42ed-96c8-d7dc5acbb826 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-e3837ba1-02b5-42ed-96c8-d7dc5acbb826 .shg-proportional-font-size,
#s-e3837ba1-02b5-42ed-96c8-d7dc5acbb826 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-211ef843-3075-45c8-923a-0ee813feea92 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-211ef843-3075-45c8-923a-0ee813feea92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-211ef843-3075-45c8-923a-0ee813feea92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f6a461a-d89c-4482-8320-641772080623 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-2f6a461a-d89c-4482-8320-641772080623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6a461a-d89c-4482-8320-641772080623-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-2f6a461a-d89c-4482-8320-641772080623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6a461a-d89c-4482-8320-641772080623 .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-2f6a461a-d89c-4482-8320-641772080623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6a461a-d89c-4482-8320-641772080623 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-2f6a461a-d89c-4482-8320-641772080623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6a461a-d89c-4482-8320-641772080623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6a461a-d89c-4482-8320-641772080623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6a461a-d89c-4482-8320-641772080623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2f6a461a-d89c-4482-8320-641772080623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6a461a-d89c-4482-8320-641772080623-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-2f6a461a-d89c-4482-8320-641772080623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6a461a-d89c-4482-8320-641772080623 .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-2f6a461a-d89c-4482-8320-641772080623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6a461a-d89c-4482-8320-641772080623 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2f6a461a-d89c-4482-8320-641772080623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6a461a-d89c-4482-8320-641772080623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6a461a-d89c-4482-8320-641772080623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6a461a-d89c-4482-8320-641772080623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2f6a461a-d89c-4482-8320-641772080623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6a461a-d89c-4482-8320-641772080623-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-2f6a461a-d89c-4482-8320-641772080623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6a461a-d89c-4482-8320-641772080623 .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-2f6a461a-d89c-4482-8320-641772080623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6a461a-d89c-4482-8320-641772080623 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2f6a461a-d89c-4482-8320-641772080623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6a461a-d89c-4482-8320-641772080623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6a461a-d89c-4482-8320-641772080623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6a461a-d89c-4482-8320-641772080623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2f6a461a-d89c-4482-8320-641772080623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6a461a-d89c-4482-8320-641772080623-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-2f6a461a-d89c-4482-8320-641772080623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6a461a-d89c-4482-8320-641772080623 .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-2f6a461a-d89c-4482-8320-641772080623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6a461a-d89c-4482-8320-641772080623 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2f6a461a-d89c-4482-8320-641772080623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6a461a-d89c-4482-8320-641772080623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6a461a-d89c-4482-8320-641772080623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6a461a-d89c-4482-8320-641772080623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2f6a461a-d89c-4482-8320-641772080623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6a461a-d89c-4482-8320-641772080623-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-2f6a461a-d89c-4482-8320-641772080623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6a461a-d89c-4482-8320-641772080623 .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-2f6a461a-d89c-4482-8320-641772080623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6a461a-d89c-4482-8320-641772080623 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2f6a461a-d89c-4482-8320-641772080623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6a461a-d89c-4482-8320-641772080623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6a461a-d89c-4482-8320-641772080623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6a461a-d89c-4482-8320-641772080623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ddd3f7e3-b02a-4e6f-8673-8df921b255a0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddd3f7e3-b02a-4e6f-8673-8df921b255a0 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ddd3f7e3-b02a-4e6f-8673-8df921b255a0 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-ddd3f7e3-b02a-4e6f-8673-8df921b255a0 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-888569f4-aa37-4abd-bda1-e445bf0d3f7c {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-888569f4-aa37-4abd-bda1-e445bf0d3f7c {
  margin-top: -8px;
}
}
#s-888569f4-aa37-4abd-bda1-e445bf0d3f7c .shg-proportional-font-size,
#s-888569f4-aa37-4abd-bda1-e445bf0d3f7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-888569f4-aa37-4abd-bda1-e445bf0d3f7c .shg-proportional-font-size,
#s-888569f4-aa37-4abd-bda1-e445bf0d3f7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-a767ff75-659c-4d31-8968-f100100b4b32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a767ff75-659c-4d31-8968-f100100b4b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a767ff75-659c-4d31-8968-f100100b4b32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc-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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc-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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc-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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc-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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc-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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .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-8d7c1507-054d-4d88-ac95-7310a7f47cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d7c1507-054d-4d88-ac95-7310a7f47cbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33d6a4ca-0e62-491f-b6c0-2f97b933e0cb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-33d6a4ca-0e62-491f-b6c0-2f97b933e0cb .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-33d6a4ca-0e62-491f-b6c0-2f97b933e0cb .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-33d6a4ca-0e62-491f-b6c0-2f97b933e0cb .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-16c5262b-6741-4bac-97f2-6c0547a44853 {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-16c5262b-6741-4bac-97f2-6c0547a44853 {
  margin-top: -8px;
}
}
#s-16c5262b-6741-4bac-97f2-6c0547a44853 .shg-proportional-font-size,
#s-16c5262b-6741-4bac-97f2-6c0547a44853 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-16c5262b-6741-4bac-97f2-6c0547a44853 .shg-proportional-font-size,
#s-16c5262b-6741-4bac-97f2-6c0547a44853 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-e8772331-9601-4e98-959d-0c6909f7406a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 8%;
padding-left: 3%;
padding-bottom: 100px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e8772331-9601-4e98-959d-0c6909f7406a {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-e8772331-9601-4e98-959d-0c6909f7406a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8772331-9601-4e98-959d-0c6909f7406a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326692cf-b071-48bd-9bf3-b985b5247c23 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-326692cf-b071-48bd-9bf3-b985b5247c23 {
  padding-top: 8%;
}
}







#s-326692cf-b071-48bd-9bf3-b985b5247c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-326692cf-b071-48bd-9bf3-b985b5247c23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dc77f1a-7972-452a-b536-1f719ae74169 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e58bf017-ae98-4b8b-833a-e4ee808995b7 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0ba0730c-d7f5-4fc4-81ec-0111da4752a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ba0730c-d7f5-4fc4-81ec-0111da4752a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ba0730c-d7f5-4fc4-81ec-0111da4752a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2d161af3-f78d-42c0-8182-5b16469e7a34 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d161af3-f78d-42c0-8182-5b16469e7a34 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2d161af3-f78d-42c0-8182-5b16469e7a34 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-2d161af3-f78d-42c0-8182-5b16469e7a34 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-31ccbe69-74ad-48b9-8e24-877edf1453c7 {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-31ccbe69-74ad-48b9-8e24-877edf1453c7 {
  margin-top: -8px;
}
}
#s-31ccbe69-74ad-48b9-8e24-877edf1453c7 .shg-proportional-font-size,
#s-31ccbe69-74ad-48b9-8e24-877edf1453c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-31ccbe69-74ad-48b9-8e24-877edf1453c7 .shg-proportional-font-size,
#s-31ccbe69-74ad-48b9-8e24-877edf1453c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7 {
  margin-top: 24px;
}
}







#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 img.shogun-image {
  width: 100%;
  
  
  

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




.s-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 img.shogun-image {
  width: 100%;
  
  
  

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




.s-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 img.shogun-image {
  width: 100%;
  
  
  

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




.s-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 img.shogun-image {
  width: 100%;
  
  
  

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




.s-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea41f623-068c-4989-8c05-0c7790fafc32 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea41f623-068c-4989-8c05-0c7790fafc32 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ea41f623-068c-4989-8c05-0c7790fafc32 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-ea41f623-068c-4989-8c05-0c7790fafc32 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-0fc7f650-1dd9-470b-85fc-0cad5258aa75 {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0fc7f650-1dd9-470b-85fc-0cad5258aa75 {
  margin-top: -8px;
}
}
#s-0fc7f650-1dd9-470b-85fc-0cad5258aa75 .shg-proportional-font-size,
#s-0fc7f650-1dd9-470b-85fc-0cad5258aa75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-0fc7f650-1dd9-470b-85fc-0cad5258aa75 .shg-proportional-font-size,
#s-0fc7f650-1dd9-470b-85fc-0cad5258aa75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-7fd1bfdb-5261-4eb4-a7be-881a12dd409a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7fd1bfdb-5261-4eb4-a7be-881a12dd409a {
  margin-top: 24px;
}
}







#s-7fd1bfdb-5261-4eb4-a7be-881a12dd409a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fd1bfdb-5261-4eb4-a7be-881a12dd409a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c-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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-c11a9ce4-87be-49aa-8332-2ca50d17285c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c-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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c .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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c img.shogun-image {
  width: 100%;
  
  
  

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




.s-c11a9ce4-87be-49aa-8332-2ca50d17285c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c-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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c .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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c img.shogun-image {
  width: 100%;
  
  
  

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




.s-c11a9ce4-87be-49aa-8332-2ca50d17285c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c-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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c .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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c img.shogun-image {
  width: 100%;
  
  
  

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




.s-c11a9ce4-87be-49aa-8332-2ca50d17285c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c-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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c .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-c11a9ce4-87be-49aa-8332-2ca50d17285c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c img.shogun-image {
  width: 100%;
  
  
  

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




.s-c11a9ce4-87be-49aa-8332-2ca50d17285c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11a9ce4-87be-49aa-8332-2ca50d17285c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b2789475-fc1e-4f65-b30d-e05ca5a17605 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b2789475-fc1e-4f65-b30d-e05ca5a17605 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b2789475-fc1e-4f65-b30d-e05ca5a17605 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-b2789475-fc1e-4f65-b30d-e05ca5a17605 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-7524bf46-4200-4bd1-9fb8-81a8a4e0036d {
  margin-top: -12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7524bf46-4200-4bd1-9fb8-81a8a4e0036d {
  margin-top: -8px;
}
}
#s-7524bf46-4200-4bd1-9fb8-81a8a4e0036d .shg-proportional-font-size,
#s-7524bf46-4200-4bd1-9fb8-81a8a4e0036d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-7524bf46-4200-4bd1-9fb8-81a8a4e0036d .shg-proportional-font-size,
#s-7524bf46-4200-4bd1-9fb8-81a8a4e0036d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (max-width: 767px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}







#s-b9df29a8-afc2-4728-ab69-25c10483e53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9df29a8-afc2-4728-ab69-25c10483e53a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
