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

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

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

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

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

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

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

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

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

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

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

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

#s-d72a6ef9-4269-4c41-9cea-e6d127a28504 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(10, 37, 43, 1);
}








#s-d72a6ef9-4269-4c41-9cea-e6d127a28504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d72a6ef9-4269-4c41-9cea-e6d127a28504.shg-box.shg-c {
  justify-content: center;
}

#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 20em;
background-position: center center;
}
@media (min-width: 1200px){#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  display: none;
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8, #wrap-s-f71252c3-fdad-49fa-9b3f-93c801926ef8, #wrap-content-s-f71252c3-fdad-49fa-9b3f-93c801926ef8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  display: none;
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8, #wrap-s-f71252c3-fdad-49fa-9b3f-93c801926ef8, #wrap-content-s-f71252c3-fdad-49fa-9b3f-93c801926ef8 { display: none !important; }}@media (max-width: 767px){#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  min-height: 15em;
}
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/480x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/960x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/768x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/1536x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/1024x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/2048x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/1200x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/2048x/);
}
#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f71252c3-fdad-49fa-9b3f-93c801926ef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f71252c3-fdad-49fa-9b3f-93c801926ef8.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-2113b713-7c13-4c35-943a-40ccffc5d006 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 {
  text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
text-align: left;
}
}@media (max-width: 767px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
}
#s-2113b713-7c13-4c35-943a-40ccffc5d006 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 75px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-2113b713-7c13-4c35-943a-40ccffc5d006 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  
}


}
#s-86cff214-f164-4ef7-a9c7-acdfa1d7109a {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1500px;
}
@media (min-width: 1200px){#s-86cff214-f164-4ef7-a9c7-acdfa1d7109a {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-86cff214-f164-4ef7-a9c7-acdfa1d7109a {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-86cff214-f164-4ef7-a9c7-acdfa1d7109a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86cff214-f164-4ef7-a9c7-acdfa1d7109a.shg-box.shg-c {
  justify-content: center;
}

#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 20em;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  display: none;
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557, #wrap-s-a89156c7-2a48-4c78-8b17-ceb04fcb5557, #wrap-content-s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 { display: none !important; }}@media (max-width: 767px){#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  display: none;
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557, #wrap-s-a89156c7-2a48-4c78-8b17-ceb04fcb5557, #wrap-content-s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 { display: none !important; }}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/480x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/960x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/768x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/1536x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/1024x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/2048x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/1200x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 {
  background-image: url(https://i.shgcdn.com/fabe4a2f-5feb-4e13-a238-2ec074321ad6/-/resize/2048x/);
}
#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a89156c7-2a48-4c78-8b17-ceb04fcb5557.shg-box.shg-c {
  justify-content: center;
}

#s-464472cd-e619-4076-97d4-48a040a3917f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px){#s-464472cd-e619-4076-97d4-48a040a3917f {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-464472cd-e619-4076-97d4-48a040a3917f {
  text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-464472cd-e619-4076-97d4-48a040a3917f {
  text-align: center;
}
}
#s-464472cd-e619-4076-97d4-48a040a3917f .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-464472cd-e619-4076-97d4-48a040a3917f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 75px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-464472cd-e619-4076-97d4-48a040a3917f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-464472cd-e619-4076-97d4-48a040a3917f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-464472cd-e619-4076-97d4-48a040a3917f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-62628382-80b7-4a4e-bd78-94d83c3e7172 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}
@media (max-width: 767px){#s-62628382-80b7-4a4e-bd78-94d83c3e7172 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size,
#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .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: 1200px){#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size,
#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 112;
    
    
    font-size: 1.12em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size,
#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 95;
    
    
    font-size: 0.95em;
  
}
}@media (max-width: 767px){#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size,
#s-62628382-80b7-4a4e-bd78-94d83c3e7172 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-a30e796a-78ea-4f98-930d-870e8666e3b8 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-a30e796a-78ea-4f98-930d-870e8666e3b8 hr {
  border-top: 1px solid #ddd;
}

#s-a5c425aa-2fa0-4b63-8824-1a75313af251 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a5c425aa-2fa0-4b63-8824-1a75313af251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5c425aa-2fa0-4b63-8824-1a75313af251.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c {
  
}
}@media (max-width: 767px){#s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c {
  
}
}
@media (min-width: 0px) {
[id="s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3d3bd0f8-31f0-4f15-81aa-467a7d2bb73c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d51675c-2f5c-4ed0-afb0-8ae25d53608c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8d51675c-2f5c-4ed0-afb0-8ae25d53608c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d51675c-2f5c-4ed0-afb0-8ae25d53608c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12-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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 .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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-2c9622a9-36c3-43cf-8411-3911f274cf12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12-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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 .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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c9622a9-36c3-43cf-8411-3911f274cf12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12-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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 .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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c9622a9-36c3-43cf-8411-3911f274cf12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12-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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 .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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c9622a9-36c3-43cf-8411-3911f274cf12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12-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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 .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-2c9622a9-36c3-43cf-8411-3911f274cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c9622a9-36c3-43cf-8411-3911f274cf12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c9622a9-36c3-43cf-8411-3911f274cf12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9622a9-36c3-43cf-8411-3911f274cf12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bcb87f2f-0b09-4c00-91a6-96dbf9f0e652 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-bcb87f2f-0b09-4c00-91a6-96dbf9f0e652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcb87f2f-0b09-4c00-91a6-96dbf9f0e652.shg-box.shg-c {
  justify-content: center;
}

#s-8f72b56b-c9d1-486e-aac6-33e2bd585056 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}

#s-8f72b56b-c9d1-486e-aac6-33e2bd585056 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-8f72b56b-c9d1-486e-aac6-33e2bd585056 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f72b56b-c9d1-486e-aac6-33e2bd585056 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f72b56b-c9d1-486e-aac6-33e2bd585056 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-8f72b56b-c9d1-486e-aac6-33e2bd585056 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-58e3c7d8-ab7f-4dd7-b792-dfbbd1a7d0a0 {
  margin-left: auto;
margin-right: auto;
}

#s-58e3c7d8-ab7f-4dd7-b792-dfbbd1a7d0a0 .shg-proportional-font-size,
#s-58e3c7d8-ab7f-4dd7-b792-dfbbd1a7d0a0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4ffc88fa-d304-48ea-9103-fea00186e04b {
  margin-top: 3%;
margin-bottom: 0%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4ffc88fa-d304-48ea-9103-fea00186e04b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ffc88fa-d304-48ea-9103-fea00186e04b {
  
}
}@media (max-width: 767px){#s-4ffc88fa-d304-48ea-9103-fea00186e04b {
  
}
}
@media (min-width: 0px) {
[id="s-4ffc88fa-d304-48ea-9103-fea00186e04b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ffc88fa-d304-48ea-9103-fea00186e04b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ffc88fa-d304-48ea-9103-fea00186e04b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ffc88fa-d304-48ea-9103-fea00186e04b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dacb4665-67af-46d9-8da1-7bc583943e1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dacb4665-67af-46d9-8da1-7bc583943e1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dacb4665-67af-46d9-8da1-7bc583943e1a.shg-box.shg-c {
  justify-content: center;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999-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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999-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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999-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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999-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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999-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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .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-d607cfd0-b804-48cf-b865-ce8ecba6e999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d607cfd0-b804-48cf-b865-ce8ecba6e999 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607cfd0-b804-48cf-b865-ce8ecba6e999.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f5171f1e-114b-411e-aac6-06005aa538c3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-f5171f1e-114b-411e-aac6-06005aa538c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5171f1e-114b-411e-aac6-06005aa538c3.shg-box.shg-c {
  justify-content: center;
}

#s-787eb532-b466-4260-8c26-a19c0983a7c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 {
  display: none;
}
#s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-content-s-787eb532-b466-4260-8c26-a19c0983a7c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 {
  display: none;
}
#s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-content-s-787eb532-b466-4260-8c26-a19c0983a7c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 {
  display: none;
}
#s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-content-s-787eb532-b466-4260-8c26-a19c0983a7c2 { display: none !important; }}@media (max-width: 767px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 {
  display: none;
}
#s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-s-787eb532-b466-4260-8c26-a19c0983a7c2, #wrap-content-s-787eb532-b466-4260-8c26-a19c0983a7c2 { display: none !important; }}
#s-787eb532-b466-4260-8c26-a19c0983a7c2 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-787eb532-b466-4260-8c26-a19c0983a7c2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-1ee1debd-74bd-43c6-91f9-0100bc3cfcfc {
  margin-left: auto;
margin-right: auto;
}

#s-1ee1debd-74bd-43c6-91f9-0100bc3cfcfc .shg-proportional-font-size,
#s-1ee1debd-74bd-43c6-91f9-0100bc3cfcfc .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: 992px) and (max-width: 1199px){#s-9a41bd06-1adc-4ac6-9f88-4b496e172402 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a41bd06-1adc-4ac6-9f88-4b496e172402 {
  
}
}@media (max-width: 767px){#s-9a41bd06-1adc-4ac6-9f88-4b496e172402 {
  
}
}
@media (min-width: 0px) {
[id="s-9a41bd06-1adc-4ac6-9f88-4b496e172402"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9a41bd06-1adc-4ac6-9f88-4b496e172402"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9a41bd06-1adc-4ac6-9f88-4b496e172402"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a41bd06-1adc-4ac6-9f88-4b496e172402"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ed89573e-a500-4685-87fe-083cfc15cb29 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-ed89573e-a500-4685-87fe-083cfc15cb29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed89573e-a500-4685-87fe-083cfc15cb29.shg-box.shg-c {
  justify-content: center;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-b7432dfc-8990-47cd-be90-0700c16b2daf:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-b7432dfc-8990-47cd-be90-0700c16b2daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf-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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf .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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b7432dfc-8990-47cd-be90-0700c16b2daf img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-b7432dfc-8990-47cd-be90-0700c16b2daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b7432dfc-8990-47cd-be90-0700c16b2daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf-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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf .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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b7432dfc-8990-47cd-be90-0700c16b2daf img.shogun-image {
  width: 100%;
  
  
  

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




.s-b7432dfc-8990-47cd-be90-0700c16b2daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b7432dfc-8990-47cd-be90-0700c16b2daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf-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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf .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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b7432dfc-8990-47cd-be90-0700c16b2daf img.shogun-image {
  width: 100%;
  
  
  

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




.s-b7432dfc-8990-47cd-be90-0700c16b2daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b7432dfc-8990-47cd-be90-0700c16b2daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf-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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf .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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b7432dfc-8990-47cd-be90-0700c16b2daf img.shogun-image {
  width: 100%;
  
  
  

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




.s-b7432dfc-8990-47cd-be90-0700c16b2daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b7432dfc-8990-47cd-be90-0700c16b2daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf-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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf .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-b7432dfc-8990-47cd-be90-0700c16b2daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b7432dfc-8990-47cd-be90-0700c16b2daf img.shogun-image {
  width: 100%;
  
  
  

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




.s-b7432dfc-8990-47cd-be90-0700c16b2daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7432dfc-8990-47cd-be90-0700c16b2daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8b92aac3-f815-4762-bd92-08ab8e96e4ba {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-8b92aac3-f815-4762-bd92-08ab8e96e4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b92aac3-f815-4762-bd92-08ab8e96e4ba.shg-box.shg-c {
  justify-content: center;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61-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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61-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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61-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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61-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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61-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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .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-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb667d1-7e72-4d2f-85d9-96bb01dcac61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e4be60ca-2727-4d0a-a2be-3c8824622136 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-e4be60ca-2727-4d0a-a2be-3c8824622136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4be60ca-2727-4d0a-a2be-3c8824622136.shg-box.shg-c {
  justify-content: center;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-66a60058-1240-4353-814b-18ba6eb4a319:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-66a60058-1240-4353-814b-18ba6eb4a319 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319-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-66a60058-1240-4353-814b-18ba6eb4a319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66a60058-1240-4353-814b-18ba6eb4a319 .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-66a60058-1240-4353-814b-18ba6eb4a319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66a60058-1240-4353-814b-18ba6eb4a319 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-66a60058-1240-4353-814b-18ba6eb4a319 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-66a60058-1240-4353-814b-18ba6eb4a319 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319-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-66a60058-1240-4353-814b-18ba6eb4a319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66a60058-1240-4353-814b-18ba6eb4a319 .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-66a60058-1240-4353-814b-18ba6eb4a319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66a60058-1240-4353-814b-18ba6eb4a319 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66a60058-1240-4353-814b-18ba6eb4a319 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-66a60058-1240-4353-814b-18ba6eb4a319 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319-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-66a60058-1240-4353-814b-18ba6eb4a319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66a60058-1240-4353-814b-18ba6eb4a319 .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-66a60058-1240-4353-814b-18ba6eb4a319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66a60058-1240-4353-814b-18ba6eb4a319 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66a60058-1240-4353-814b-18ba6eb4a319 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-66a60058-1240-4353-814b-18ba6eb4a319 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319-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-66a60058-1240-4353-814b-18ba6eb4a319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66a60058-1240-4353-814b-18ba6eb4a319 .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-66a60058-1240-4353-814b-18ba6eb4a319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66a60058-1240-4353-814b-18ba6eb4a319 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66a60058-1240-4353-814b-18ba6eb4a319 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-66a60058-1240-4353-814b-18ba6eb4a319 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319-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-66a60058-1240-4353-814b-18ba6eb4a319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66a60058-1240-4353-814b-18ba6eb4a319 .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-66a60058-1240-4353-814b-18ba6eb4a319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66a60058-1240-4353-814b-18ba6eb4a319 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66a60058-1240-4353-814b-18ba6eb4a319 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a60058-1240-4353-814b-18ba6eb4a319.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c1978d20-d86f-4244-b0e3-73386d383a25 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-c1978d20-d86f-4244-b0e3-73386d383a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1978d20-d86f-4244-b0e3-73386d383a25.shg-box.shg-c {
  justify-content: center;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-5e7fd899-c91f-4e9b-b333-e3ded875f048:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048-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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048-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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048-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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048-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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048-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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .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-5e7fd899-c91f-4e9b-b333-e3ded875f048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5e7fd899-c91f-4e9b-b333-e3ded875f048 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7fd899-c91f-4e9b-b333-e3ded875f048.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 103, 127, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI1NzI1N2ItNGRiZi00Mzg4LWI0MjItOGU5NzlmYmNhNjdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjU3MjU3Yi00ZGJmLTQzODgtYjQyMi04ZTk3OWZiY2E2N2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb {
  background-color: rgba(0, 103, 127, 1);
hover-type: color;
}
#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJiNTM1NTYtMDA1ZC00MzNmLWFhMGUtNjVlODc5NTZmNWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmI1MzU1Ni0wMDVkLTQzM2YtYWEwZS02NWU4Nzk1NmY1ZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}}

  #s-6919e5e0-42a0-4857-81a2-6057ce8beeeb-root {
    text-align: center;
  }


#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6919e5e0-42a0-4857-81a2-6057ce8beeeb-root {
    text-align: center;
  }


#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6919e5e0-42a0-4857-81a2-6057ce8beeeb-root {
    text-align: center;
  }


#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6919e5e0-42a0-4857-81a2-6057ce8beeeb-root {
    text-align: center;
  }


#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6919e5e0-42a0-4857-81a2-6057ce8beeeb-root {
    text-align: center;
  }


#s-6919e5e0-42a0-4857-81a2-6057ce8beeeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7717014b-235b-42f2-a795-9b3e7fb3c7e3 {
  margin-top: 3%;
margin-bottom: 0%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-7717014b-235b-42f2-a795-9b3e7fb3c7e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7717014b-235b-42f2-a795-9b3e7fb3c7e3 {
  
}
}@media (max-width: 767px){#s-7717014b-235b-42f2-a795-9b3e7fb3c7e3 {
  
}
}
@media (min-width: 0px) {
[id="s-7717014b-235b-42f2-a795-9b3e7fb3c7e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7717014b-235b-42f2-a795-9b3e7fb3c7e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7717014b-235b-42f2-a795-9b3e7fb3c7e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7717014b-235b-42f2-a795-9b3e7fb3c7e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3b6d191a-a697-4c16-9de4-327a2fc2c707 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3b6d191a-a697-4c16-9de4-327a2fc2c707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b6d191a-a697-4c16-9de4-327a2fc2c707.shg-box.shg-c {
  justify-content: center;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b-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-39762289-6c53-4ae5-b138-a21e1af6106b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b .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-39762289-6c53-4ae5-b138-a21e1af6106b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39762289-6c53-4ae5-b138-a21e1af6106b img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-39762289-6c53-4ae5-b138-a21e1af6106b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39762289-6c53-4ae5-b138-a21e1af6106b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b-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-39762289-6c53-4ae5-b138-a21e1af6106b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b .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-39762289-6c53-4ae5-b138-a21e1af6106b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39762289-6c53-4ae5-b138-a21e1af6106b img.shogun-image {
  width: 100%;
  
  
  

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




.s-39762289-6c53-4ae5-b138-a21e1af6106b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39762289-6c53-4ae5-b138-a21e1af6106b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b-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-39762289-6c53-4ae5-b138-a21e1af6106b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b .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-39762289-6c53-4ae5-b138-a21e1af6106b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39762289-6c53-4ae5-b138-a21e1af6106b img.shogun-image {
  width: 100%;
  
  
  

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




.s-39762289-6c53-4ae5-b138-a21e1af6106b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39762289-6c53-4ae5-b138-a21e1af6106b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b-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-39762289-6c53-4ae5-b138-a21e1af6106b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b .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-39762289-6c53-4ae5-b138-a21e1af6106b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39762289-6c53-4ae5-b138-a21e1af6106b img.shogun-image {
  width: 100%;
  
  
  

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




.s-39762289-6c53-4ae5-b138-a21e1af6106b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39762289-6c53-4ae5-b138-a21e1af6106b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b-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-39762289-6c53-4ae5-b138-a21e1af6106b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b .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-39762289-6c53-4ae5-b138-a21e1af6106b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39762289-6c53-4ae5-b138-a21e1af6106b img.shogun-image {
  width: 100%;
  
  
  

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




.s-39762289-6c53-4ae5-b138-a21e1af6106b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39762289-6c53-4ae5-b138-a21e1af6106b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2fa5e7dc-5367-4a88-bd70-3d1a5edb5276 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-2fa5e7dc-5367-4a88-bd70-3d1a5edb5276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fa5e7dc-5367-4a88-bd70-3d1a5edb5276.shg-box.shg-c {
  justify-content: center;
}

#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c {
  display: none;
}
#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-content-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c {
  display: none;
}
#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-content-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c {
  display: none;
}
#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-content-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c { display: none !important; }}@media (max-width: 767px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c {
  display: none;
}
#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c, #wrap-content-s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c { display: none !important; }}
#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-86b38b6e-696f-42c2-bbc4-6d0a77cdcc7c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-f39bdc5b-a612-45c2-a5c6-819320dc0ac2 {
  margin-left: auto;
margin-right: auto;
}

#s-f39bdc5b-a612-45c2-a5c6-819320dc0ac2 .shg-proportional-font-size,
#s-f39bdc5b-a612-45c2-a5c6-819320dc0ac2 .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: 992px) and (max-width: 1199px){#s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76 {
  
}
}@media (max-width: 767px){#s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76 {
  
}
}
@media (min-width: 0px) {
[id="s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b4c59f1-17ac-4ee9-97c0-57d887acbf76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1f59b9db-e177-4c29-89b7-91c0860d2936 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-1f59b9db-e177-4c29-89b7-91c0860d2936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f59b9db-e177-4c29-89b7-91c0860d2936.shg-box.shg-c {
  justify-content: center;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f-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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f-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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f-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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f-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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f-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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .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-a089afc9-0421-4d9c-acf5-daaa2b8dc68f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a089afc9-0421-4d9c-acf5-daaa2b8dc68f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2f56a39c-269f-46b2-b169-320ef967be02 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-2f56a39c-269f-46b2-b169-320ef967be02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f56a39c-269f-46b2-b169-320ef967be02.shg-box.shg-c {
  justify-content: center;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
text-align: center;
}
#s-8eb73e4a-8b95-4b06-97d0-167be31e21af:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af-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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af .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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

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




.s-8eb73e4a-8b95-4b06-97d0-167be31e21af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af-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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af .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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb73e4a-8b95-4b06-97d0-167be31e21af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af-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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af .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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb73e4a-8b95-4b06-97d0-167be31e21af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af-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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af .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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb73e4a-8b95-4b06-97d0-167be31e21af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af-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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af .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-8eb73e4a-8b95-4b06-97d0-167be31e21af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb73e4a-8b95-4b06-97d0-167be31e21af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb73e4a-8b95-4b06-97d0-167be31e21af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b6b44cb-02a5-4cfb-9cdf-340bbf14ae6b {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-2b6b44cb-02a5-4cfb-9cdf-340bbf14ae6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b6b44cb-02a5-4cfb-9cdf-340bbf14ae6b.shg-box.shg-c {
  justify-content: center;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1-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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1-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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1-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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1-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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1-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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .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-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a1b8ba0-9ecd-4ebc-8972-f3656c9555d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7b6755b9-e280-426f-a497-995452b702bc {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-7b6755b9-e280-426f-a497-995452b702bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b6755b9-e280-426f-a497-995452b702bc.shg-box.shg-c {
  justify-content: center;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-34aef60f-763e-42b6-8a87-ef3ee803c774:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774-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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 .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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-34aef60f-763e-42b6-8a87-ef3ee803c774 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774-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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 .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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 img.shogun-image {
  width: 100%;
  
  
  

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




.s-34aef60f-763e-42b6-8a87-ef3ee803c774 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774-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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 .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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 img.shogun-image {
  width: 100%;
  
  
  

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




.s-34aef60f-763e-42b6-8a87-ef3ee803c774 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774-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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 .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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 img.shogun-image {
  width: 100%;
  
  
  

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




.s-34aef60f-763e-42b6-8a87-ef3ee803c774 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774-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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 .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-34aef60f-763e-42b6-8a87-ef3ee803c774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34aef60f-763e-42b6-8a87-ef3ee803c774 img.shogun-image {
  width: 100%;
  
  
  

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




.s-34aef60f-763e-42b6-8a87-ef3ee803c774 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34aef60f-763e-42b6-8a87-ef3ee803c774.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 103, 127, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWU0ZjhkYzUtNGVhOC00ODFkLTkyMTgtZWRlMzFlM2NmMjM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZTRmOGRjNS00ZWE4LTQ4MWQtOTIxOC1lZGUzMWUzY2YyMzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf {
  background-color: rgba(0, 103, 127, 1);
hover-type: color;
}
#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJiNTM1NTYtMDA1ZC00MzNmLWFhMGUtNjVlODc5NTZmNWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmI1MzU1Ni0wMDVkLTQzM2YtYWEwZS02NWU4Nzk1NmY1ZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}}

  #s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf-root {
    text-align: center;
  }


#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf-root {
    text-align: center;
  }


#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf-root {
    text-align: center;
  }


#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf-root {
    text-align: center;
  }


#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf-root {
    text-align: center;
  }


#s-ea95eb24-3d8d-4238-ad33-1bc6ad7c7edf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c5cb8bc0-244b-464e-864a-52fe960e497d {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
}

#s-c5cb8bc0-244b-464e-864a-52fe960e497d hr {
  border-top: 1px solid #ddd;
}

#s-9e5a9b66-7296-4df4-b7ac-fb4e43161562 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9e5a9b66-7296-4df4-b7ac-fb4e43161562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e5a9b66-7296-4df4-b7ac-fb4e43161562.shg-box.shg-c {
  justify-content: center;
}

#s-f2330f5a-edf5-462a-ba06-8020f6b205de {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f2330f5a-edf5-462a-ba06-8020f6b205de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2330f5a-edf5-462a-ba06-8020f6b205de {
  
}
}@media (max-width: 767px){#s-f2330f5a-edf5-462a-ba06-8020f6b205de {
  
}
}
@media (min-width: 0px) {
[id="s-f2330f5a-edf5-462a-ba06-8020f6b205de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2330f5a-edf5-462a-ba06-8020f6b205de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2330f5a-edf5-462a-ba06-8020f6b205de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2330f5a-edf5-462a-ba06-8020f6b205de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f2330f5a-edf5-462a-ba06-8020f6b205de"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-611f2609-635c-4f26-9c10-cea0a42871c0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-611f2609-635c-4f26-9c10-cea0a42871c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-611f2609-635c-4f26-9c10-cea0a42871c0.shg-box.shg-c {
  justify-content: center;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17-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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17-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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 img.shogun-image {
  width: 100%;
  
  
  

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




.s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17-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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 img.shogun-image {
  width: 100%;
  
  
  

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




.s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17-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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 img.shogun-image {
  width: 100%;
  
  
  

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




.s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17-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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .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-618b43b3-9b51-4dfc-b4b3-244f76822c17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17 img.shogun-image {
  width: 100%;
  
  
  

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




.s-618b43b3-9b51-4dfc-b4b3-244f76822c17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-618b43b3-9b51-4dfc-b4b3-244f76822c17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fe70f710-4847-4a98-bb37-8029b5b09ad8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-fe70f710-4847-4a98-bb37-8029b5b09ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe70f710-4847-4a98-bb37-8029b5b09ad8.shg-box.shg-c {
  justify-content: center;
}

#s-50edc01e-a219-4629-b8ef-eeba2a2fd6ee {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}

#s-50edc01e-a219-4629-b8ef-eeba2a2fd6ee .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-50edc01e-a219-4629-b8ef-eeba2a2fd6ee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50edc01e-a219-4629-b8ef-eeba2a2fd6ee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50edc01e-a219-4629-b8ef-eeba2a2fd6ee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-50edc01e-a219-4629-b8ef-eeba2a2fd6ee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-8a71111a-b728-47ce-b0b5-1e198e7d7b74 {
  margin-left: auto;
margin-right: auto;
}

#s-8a71111a-b728-47ce-b0b5-1e198e7d7b74 .shg-proportional-font-size,
#s-8a71111a-b728-47ce-b0b5-1e198e7d7b74 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2c2631ee-ae7d-4f52-93ca-6d57e883b66b {
  margin-left: auto;
margin-right: auto;
}

#s-2c2631ee-ae7d-4f52-93ca-6d57e883b66b .shg-proportional-font-size,
#s-2c2631ee-ae7d-4f52-93ca-6d57e883b66b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-505b95e4-70ba-46a4-82e4-4c81d399e2f5 {
  margin-top: 3%;
margin-bottom: 0%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-505b95e4-70ba-46a4-82e4-4c81d399e2f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-505b95e4-70ba-46a4-82e4-4c81d399e2f5 {
  
}
}@media (max-width: 767px){#s-505b95e4-70ba-46a4-82e4-4c81d399e2f5 {
  
}
}
@media (min-width: 0px) {
[id="s-505b95e4-70ba-46a4-82e4-4c81d399e2f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-505b95e4-70ba-46a4-82e4-4c81d399e2f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-505b95e4-70ba-46a4-82e4-4c81d399e2f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-505b95e4-70ba-46a4-82e4-4c81d399e2f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1a45ec5-023a-46f2-902f-52a6518fbcad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d1a45ec5-023a-46f2-902f-52a6518fbcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1a45ec5-023a-46f2-902f-52a6518fbcad.shg-box.shg-c {
  justify-content: center;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66-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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 .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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-383f82d9-5915-4bc5-8173-a81a51416d66 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-383f82d9-5915-4bc5-8173-a81a51416d66 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-383f82d9-5915-4bc5-8173-a81a51416d66 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66-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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 .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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-383f82d9-5915-4bc5-8173-a81a51416d66 img.shogun-image {
  width: 100%;
  
  
  

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




.s-383f82d9-5915-4bc5-8173-a81a51416d66 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-383f82d9-5915-4bc5-8173-a81a51416d66 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66-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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 .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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-383f82d9-5915-4bc5-8173-a81a51416d66 img.shogun-image {
  width: 100%;
  
  
  

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




.s-383f82d9-5915-4bc5-8173-a81a51416d66 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-383f82d9-5915-4bc5-8173-a81a51416d66 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66-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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 .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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-383f82d9-5915-4bc5-8173-a81a51416d66 img.shogun-image {
  width: 100%;
  
  
  

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




.s-383f82d9-5915-4bc5-8173-a81a51416d66 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-383f82d9-5915-4bc5-8173-a81a51416d66 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66-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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66 .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-383f82d9-5915-4bc5-8173-a81a51416d66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-383f82d9-5915-4bc5-8173-a81a51416d66 img.shogun-image {
  width: 100%;
  
  
  

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




.s-383f82d9-5915-4bc5-8173-a81a51416d66 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383f82d9-5915-4bc5-8173-a81a51416d66.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b1a6165d-0b67-4273-a260-0a6ce903b477 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-b1a6165d-0b67-4273-a260-0a6ce903b477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1a6165d-0b67-4273-a260-0a6ce903b477.shg-box.shg-c {
  justify-content: center;
}

#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 {
  display: none;
}
#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-content-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 {
  display: none;
}
#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-content-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 {
  display: none;
}
#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-content-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 { display: none !important; }}@media (max-width: 767px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 {
  display: none;
}
#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771, #wrap-content-s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 { display: none !important; }}
#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-80d8d5f0-71b7-4dbb-ada8-bee1899af771 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-d42b23c5-46ed-4def-b2ac-2461532cb93b {
  margin-left: auto;
margin-right: auto;
}

#s-d42b23c5-46ed-4def-b2ac-2461532cb93b .shg-proportional-font-size,
#s-d42b23c5-46ed-4def-b2ac-2461532cb93b .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: 992px) and (max-width: 1199px){#s-fe2d559c-3e51-42d7-8805-efb2cb63c859 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe2d559c-3e51-42d7-8805-efb2cb63c859 {
  
}
}@media (max-width: 767px){#s-fe2d559c-3e51-42d7-8805-efb2cb63c859 {
  
}
}
@media (min-width: 0px) {
[id="s-fe2d559c-3e51-42d7-8805-efb2cb63c859"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fe2d559c-3e51-42d7-8805-efb2cb63c859"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fe2d559c-3e51-42d7-8805-efb2cb63c859"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe2d559c-3e51-42d7-8805-efb2cb63c859"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9603c9b1-ded1-4093-80ee-a081a4eccab5 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-9603c9b1-ded1-4093-80ee-a081a4eccab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9603c9b1-ded1-4093-80ee-a081a4eccab5.shg-box.shg-c {
  justify-content: center;
}

#s-702e070c-448a-448f-b588-354aff0751ee {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-702e070c-448a-448f-b588-354aff0751ee:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-702e070c-448a-448f-b588-354aff0751ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-702e070c-448a-448f-b588-354aff0751ee-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-702e070c-448a-448f-b588-354aff0751ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-702e070c-448a-448f-b588-354aff0751ee .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-702e070c-448a-448f-b588-354aff0751ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-702e070c-448a-448f-b588-354aff0751ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-702e070c-448a-448f-b588-354aff0751ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-702e070c-448a-448f-b588-354aff0751ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702e070c-448a-448f-b588-354aff0751ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702e070c-448a-448f-b588-354aff0751ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-702e070c-448a-448f-b588-354aff0751ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-702e070c-448a-448f-b588-354aff0751ee-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-702e070c-448a-448f-b588-354aff0751ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-702e070c-448a-448f-b588-354aff0751ee .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-702e070c-448a-448f-b588-354aff0751ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-702e070c-448a-448f-b588-354aff0751ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-702e070c-448a-448f-b588-354aff0751ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-702e070c-448a-448f-b588-354aff0751ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702e070c-448a-448f-b588-354aff0751ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702e070c-448a-448f-b588-354aff0751ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-702e070c-448a-448f-b588-354aff0751ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-702e070c-448a-448f-b588-354aff0751ee-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-702e070c-448a-448f-b588-354aff0751ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-702e070c-448a-448f-b588-354aff0751ee .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-702e070c-448a-448f-b588-354aff0751ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-702e070c-448a-448f-b588-354aff0751ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-702e070c-448a-448f-b588-354aff0751ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-702e070c-448a-448f-b588-354aff0751ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702e070c-448a-448f-b588-354aff0751ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702e070c-448a-448f-b588-354aff0751ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-702e070c-448a-448f-b588-354aff0751ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-702e070c-448a-448f-b588-354aff0751ee-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-702e070c-448a-448f-b588-354aff0751ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-702e070c-448a-448f-b588-354aff0751ee .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-702e070c-448a-448f-b588-354aff0751ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-702e070c-448a-448f-b588-354aff0751ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-702e070c-448a-448f-b588-354aff0751ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-702e070c-448a-448f-b588-354aff0751ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702e070c-448a-448f-b588-354aff0751ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702e070c-448a-448f-b588-354aff0751ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-702e070c-448a-448f-b588-354aff0751ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-702e070c-448a-448f-b588-354aff0751ee-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-702e070c-448a-448f-b588-354aff0751ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-702e070c-448a-448f-b588-354aff0751ee .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-702e070c-448a-448f-b588-354aff0751ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-702e070c-448a-448f-b588-354aff0751ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-702e070c-448a-448f-b588-354aff0751ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-702e070c-448a-448f-b588-354aff0751ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702e070c-448a-448f-b588-354aff0751ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702e070c-448a-448f-b588-354aff0751ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1ca0cb3e-80b6-49bd-b06c-61594c7e1a49 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-1ca0cb3e-80b6-49bd-b06c-61594c7e1a49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ca0cb3e-80b6-49bd-b06c-61594c7e1a49.shg-box.shg-c {
  justify-content: center;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-2ce506ba-2d51-459b-995a-d99037e2ea2d:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d-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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d .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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-2ce506ba-2d51-459b-995a-d99037e2ea2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d-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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d .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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2ce506ba-2d51-459b-995a-d99037e2ea2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d-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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d .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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2ce506ba-2d51-459b-995a-d99037e2ea2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d-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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d .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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2ce506ba-2d51-459b-995a-d99037e2ea2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d-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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d .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-2ce506ba-2d51-459b-995a-d99037e2ea2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2ce506ba-2d51-459b-995a-d99037e2ea2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce506ba-2d51-459b-995a-d99037e2ea2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f15bed1e-4313-47c0-9cd9-819b82a1b771 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-f15bed1e-4313-47c0-9cd9-819b82a1b771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f15bed1e-4313-47c0-9cd9-819b82a1b771.shg-box.shg-c {
  justify-content: center;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21-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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21-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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21-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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21-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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21-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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .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-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80fe9b-ded7-4c83-9669-4ee6aa6a2d21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b242eb7b-4e18-4ac8-ad83-9ae6f99e93d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-b242eb7b-4e18-4ac8-ad83-9ae6f99e93d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b242eb7b-4e18-4ac8-ad83-9ae6f99e93d9.shg-box.shg-c {
  justify-content: center;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633-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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633-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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633-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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633-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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633-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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .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-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d10db40-04f6-4e6c-bfa0-3adc33aa4633.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-463cbd32-571f-46d0-84b6-dea5a5892375 {
  margin-top: 3%;
margin-bottom: 0%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-463cbd32-571f-46d0-84b6-dea5a5892375 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-463cbd32-571f-46d0-84b6-dea5a5892375 {
  
}
}@media (max-width: 767px){#s-463cbd32-571f-46d0-84b6-dea5a5892375 {
  
}
}
@media (min-width: 0px) {
[id="s-463cbd32-571f-46d0-84b6-dea5a5892375"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-463cbd32-571f-46d0-84b6-dea5a5892375"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-463cbd32-571f-46d0-84b6-dea5a5892375"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-463cbd32-571f-46d0-84b6-dea5a5892375"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f3a0fc61-69e9-4f38-9821-af8b03a7211c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f3a0fc61-69e9-4f38-9821-af8b03a7211c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3a0fc61-69e9-4f38-9821-af8b03a7211c.shg-box.shg-c {
  justify-content: center;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0-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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0-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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0-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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0-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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0-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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .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-af1b0836-4d20-4d2c-afff-3afdf5a946a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1b0836-4d20-4d2c-afff-3afdf5a946a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-443c2e7b-d2b2-4fb8-911a-34ea9f209398 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-443c2e7b-d2b2-4fb8-911a-34ea9f209398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-443c2e7b-d2b2-4fb8-911a-34ea9f209398.shg-box.shg-c {
  justify-content: center;
}

#s-54d2728d-86c8-46f6-bb4d-8a3371896777 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 {
  display: none;
}
#s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-content-s-54d2728d-86c8-46f6-bb4d-8a3371896777 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 {
  display: none;
}
#s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-content-s-54d2728d-86c8-46f6-bb4d-8a3371896777 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 {
  display: none;
}
#s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-content-s-54d2728d-86c8-46f6-bb4d-8a3371896777 { display: none !important; }}@media (max-width: 767px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 {
  display: none;
}
#s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-s-54d2728d-86c8-46f6-bb4d-8a3371896777, #wrap-content-s-54d2728d-86c8-46f6-bb4d-8a3371896777 { display: none !important; }}
#s-54d2728d-86c8-46f6-bb4d-8a3371896777 .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-54d2728d-86c8-46f6-bb4d-8a3371896777 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-76340ba9-0823-469f-8f6e-4393e46eabf1 {
  margin-left: auto;
margin-right: auto;
}

#s-76340ba9-0823-469f-8f6e-4393e46eabf1 .shg-proportional-font-size,
#s-76340ba9-0823-469f-8f6e-4393e46eabf1 .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: 992px) and (max-width: 1199px){#s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea {
  
}
}@media (max-width: 767px){#s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea {
  
}
}
@media (min-width: 0px) {
[id="s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c2194d1-759c-4b8c-b19d-77d1ecaaf0ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b20b595b-7f80-4d9b-acc1-4e51a07b72a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-b20b595b-7f80-4d9b-acc1-4e51a07b72a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b20b595b-7f80-4d9b-acc1-4e51a07b72a6.shg-box.shg-c {
  justify-content: center;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-1354a90b-d2b5-4729-b055-25eb989d9c00:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00-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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 .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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-1354a90b-d2b5-4729-b055-25eb989d9c00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00-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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 .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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1354a90b-d2b5-4729-b055-25eb989d9c00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00-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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 .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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1354a90b-d2b5-4729-b055-25eb989d9c00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00-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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 .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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1354a90b-d2b5-4729-b055-25eb989d9c00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00-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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 .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-1354a90b-d2b5-4729-b055-25eb989d9c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354a90b-d2b5-4729-b055-25eb989d9c00 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1354a90b-d2b5-4729-b055-25eb989d9c00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354a90b-d2b5-4729-b055-25eb989d9c00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7c8fa77e-820e-4545-8e9b-950444f22679 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-7c8fa77e-820e-4545-8e9b-950444f22679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c8fa77e-820e-4545-8e9b-950444f22679.shg-box.shg-c {
  justify-content: center;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618-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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

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




.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618-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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618-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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618-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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618-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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .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-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7d85fa0-6db5-4ca4-b4be-4b88dc81f618.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-604c056f-47ab-4b63-a59d-6492321d1ee4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-604c056f-47ab-4b63-a59d-6492321d1ee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-604c056f-47ab-4b63-a59d-6492321d1ee4.shg-box.shg-c {
  justify-content: center;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-35baaaf6-d9da-4450-8ade-085f992a319f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-35baaaf6-d9da-4450-8ade-085f992a319f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f-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-35baaaf6-d9da-4450-8ade-085f992a319f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f .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-35baaaf6-d9da-4450-8ade-085f992a319f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35baaaf6-d9da-4450-8ade-085f992a319f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-35baaaf6-d9da-4450-8ade-085f992a319f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-35baaaf6-d9da-4450-8ade-085f992a319f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f-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-35baaaf6-d9da-4450-8ade-085f992a319f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f .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-35baaaf6-d9da-4450-8ade-085f992a319f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35baaaf6-d9da-4450-8ade-085f992a319f img.shogun-image {
  width: 100%;
  
  
  

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




.s-35baaaf6-d9da-4450-8ade-085f992a319f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-35baaaf6-d9da-4450-8ade-085f992a319f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f-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-35baaaf6-d9da-4450-8ade-085f992a319f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f .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-35baaaf6-d9da-4450-8ade-085f992a319f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35baaaf6-d9da-4450-8ade-085f992a319f img.shogun-image {
  width: 100%;
  
  
  

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




.s-35baaaf6-d9da-4450-8ade-085f992a319f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-35baaaf6-d9da-4450-8ade-085f992a319f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f-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-35baaaf6-d9da-4450-8ade-085f992a319f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f .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-35baaaf6-d9da-4450-8ade-085f992a319f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35baaaf6-d9da-4450-8ade-085f992a319f img.shogun-image {
  width: 100%;
  
  
  

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




.s-35baaaf6-d9da-4450-8ade-085f992a319f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-35baaaf6-d9da-4450-8ade-085f992a319f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f-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-35baaaf6-d9da-4450-8ade-085f992a319f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f .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-35baaaf6-d9da-4450-8ade-085f992a319f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35baaaf6-d9da-4450-8ade-085f992a319f img.shogun-image {
  width: 100%;
  
  
  

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




.s-35baaaf6-d9da-4450-8ade-085f992a319f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35baaaf6-d9da-4450-8ade-085f992a319f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eff67dea-1891-487f-8438-405b5442a3e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-eff67dea-1891-487f-8438-405b5442a3e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eff67dea-1891-487f-8438-405b5442a3e7.shg-box.shg-c {
  justify-content: center;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
#s-22612f92-0c33-481d-b27a-b57fa4787ce6:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(235, 235, 235, 1) !important;
border-radius: 5px !important;}
#s-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6-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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 .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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-22612f92-0c33-481d-b27a-b57fa4787ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6-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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 .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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-22612f92-0c33-481d-b27a-b57fa4787ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6-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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 .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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-22612f92-0c33-481d-b27a-b57fa4787ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6-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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 .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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-22612f92-0c33-481d-b27a-b57fa4787ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6-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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 .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-22612f92-0c33-481d-b27a-b57fa4787ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22612f92-0c33-481d-b27a-b57fa4787ce6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-22612f92-0c33-481d-b27a-b57fa4787ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22612f92-0c33-481d-b27a-b57fa4787ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-291b508f-7db0-43b7-a75d-1a09a3c9a240 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 103, 127, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-291b508f-7db0-43b7-a75d-1a09a3c9a240:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2JmNGEzMDMtZjRkMS00MjFjLThlYjMtZmUzOGQ2MjdkNmNlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYmY0YTMwMy1mNGQxLTQyMWMtOGViMy1mZTM4ZDYyN2Q2Y2UpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}#s-291b508f-7db0-43b7-a75d-1a09a3c9a240:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-291b508f-7db0-43b7-a75d-1a09a3c9a240 {
  background-color: rgba(0, 103, 127, 1);
hover-type: color;
}
#s-291b508f-7db0-43b7-a75d-1a09a3c9a240:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJiNTM1NTYtMDA1ZC00MzNmLWFhMGUtNjVlODc5NTZmNWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmI1MzU1Ni0wMDVkLTQzM2YtYWEwZS02NWU4Nzk1NmY1ZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}}

  #s-291b508f-7db0-43b7-a75d-1a09a3c9a240-root {
    text-align: center;
  }


#s-291b508f-7db0-43b7-a75d-1a09a3c9a240.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-291b508f-7db0-43b7-a75d-1a09a3c9a240-root {
    text-align: center;
  }


#s-291b508f-7db0-43b7-a75d-1a09a3c9a240.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-291b508f-7db0-43b7-a75d-1a09a3c9a240-root {
    text-align: center;
  }


#s-291b508f-7db0-43b7-a75d-1a09a3c9a240.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-291b508f-7db0-43b7-a75d-1a09a3c9a240-root {
    text-align: center;
  }


#s-291b508f-7db0-43b7-a75d-1a09a3c9a240.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-291b508f-7db0-43b7-a75d-1a09a3c9a240-root {
    text-align: center;
  }


#s-291b508f-7db0-43b7-a75d-1a09a3c9a240.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-953a3a71-4a2f-4fc8-959b-6c5f24180d0c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
}

#s-953a3a71-4a2f-4fc8-959b-6c5f24180d0c hr {
  border-top: 1px solid #ddd;
}

#s-869f1551-ce64-4660-8dff-2ebc6c122e50 {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-869f1551-ce64-4660-8dff-2ebc6c122e50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-869f1551-ce64-4660-8dff-2ebc6c122e50 {
  
}
}@media (max-width: 767px){#s-869f1551-ce64-4660-8dff-2ebc6c122e50 {
  
}
}
@media (min-width: 0px) {
[id="s-869f1551-ce64-4660-8dff-2ebc6c122e50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-869f1551-ce64-4660-8dff-2ebc6c122e50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-869f1551-ce64-4660-8dff-2ebc6c122e50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-869f1551-ce64-4660-8dff-2ebc6c122e50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-869f1551-ce64-4660-8dff-2ebc6c122e50"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d4437f6-72a1-4b54-9eaf-3d693621e345 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8d4437f6-72a1-4b54-9eaf-3d693621e345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d4437f6-72a1-4b54-9eaf-3d693621e345.shg-box.shg-c {
  justify-content: center;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13-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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13-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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 img.shogun-image {
  width: 100%;
  
  
  

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




.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13-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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 img.shogun-image {
  width: 100%;
  
  
  

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




.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13-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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 img.shogun-image {
  width: 100%;
  
  
  

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




.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13-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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .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-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 img.shogun-image {
  width: 100%;
  
  
  

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




.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abafc9f8-f65b-4d75-a6c3-09530bdb0c13 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-3390d46b-24d6-4d97-b61b-4225ff82bfd5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-3390d46b-24d6-4d97-b61b-4225ff82bfd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3390d46b-24d6-4d97-b61b-4225ff82bfd5.shg-box.shg-c {
  justify-content: center;
}

#s-c87a938c-d049-4fc2-b16d-6d6f63ae8bdb {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}

#s-c87a938c-d049-4fc2-b16d-6d6f63ae8bdb .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-c87a938c-d049-4fc2-b16d-6d6f63ae8bdb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c87a938c-d049-4fc2-b16d-6d6f63ae8bdb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c87a938c-d049-4fc2-b16d-6d6f63ae8bdb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-c87a938c-d049-4fc2-b16d-6d6f63ae8bdb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-918a9847-1358-47fd-9a9c-643c165191dc {
  margin-left: auto;
margin-right: auto;
}

#s-918a9847-1358-47fd-9a9c-643c165191dc .shg-proportional-font-size,
#s-918a9847-1358-47fd-9a9c-643c165191dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-55595968-78e1-415b-955c-fde8e023509b {
  margin-left: auto;
margin-right: auto;
}

#s-55595968-78e1-415b-955c-fde8e023509b .shg-proportional-font-size,
#s-55595968-78e1-415b-955c-fde8e023509b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 103, 127, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDM2MTc3MmItMzBiMy00ZTYxLWE0M2YtNWU5YzQ3OGNlYzFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMzYxNzcyYi0zMGIzLTRlNjEtYTQzZi01ZTljNDc4Y2VjMWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e {
  background-color: rgba(0, 103, 127, 1);
hover-type: color;
}
#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJiNTM1NTYtMDA1ZC00MzNmLWFhMGUtNjVlODc5NTZmNWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0MDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmI1MzU1Ni0wMDVkLTQzM2YtYWEwZS02NWU4Nzk1NmY1ZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#00677f"}, {"id"=>1, "pos"=>1, "color"=>"#004046"}] !important;
hover-type: gradient !important;}}

  #s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e-root {
    text-align: center;
  }


#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e-root {
    text-align: center;
  }


#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e-root {
    text-align: center;
  }


#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e-root {
    text-align: center;
  }


#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e-root {
    text-align: center;
  }


#s-7fc92f23-67b3-45d7-a86e-41c4c66d4b3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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