.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-56666aac-aa8c-4c3b-b591-8e9bef4dba72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-56666aac-aa8c-4c3b-b591-8e9bef4dba72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56666aac-aa8c-4c3b-b591-8e9bef4dba72.shg-box.shg-c {
  justify-content: center;
}

#s-c69d6bfd-26b1-4299-8a90-8028841e1a08 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 800px;
background-color: rgba(30, 30, 30, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c69d6bfd-26b1-4299-8a90-8028841e1a08 {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c69d6bfd-26b1-4299-8a90-8028841e1a08 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-c69d6bfd-26b1-4299-8a90-8028841e1a08 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-c69d6bfd-26b1-4299-8a90-8028841e1a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c69d6bfd-26b1-4299-8a90-8028841e1a08.shg-box.shg-c {
  justify-content: center;
}

#s-3261308c-d719-40fc-ab91-36636d8bb0fe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-3261308c-d719-40fc-ab91-36636d8bb0fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3261308c-d719-40fc-ab91-36636d8bb0fe.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-617622f4-2439-4f6d-9020-858fc384b7d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-617622f4-2439-4f6d-9020-858fc384b7d9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 64px;
  line-height: 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d521106c-d6e8-40aa-b6ca-54beb0a733a6 {
  margin-left: auto;
margin-right: auto;
}

#s-d521106c-d6e8-40aa-b6ca-54beb0a733a6 .shg-proportional-font-size,
#s-d521106c-d6e8-40aa-b6ca-54beb0a733a6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  display: none;
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32, #wrap-s-4cfd0a20-cec3-43d1-addd-c980b7683b32, #wrap-content-s-4cfd0a20-cec3-43d1-addd-c980b7683b32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  display: none;
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32, #wrap-s-4cfd0a20-cec3-43d1-addd-c980b7683b32, #wrap-content-s-4cfd0a20-cec3-43d1-addd-c980b7683b32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 800px;
}
}@media (max-width: 767px){#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 800px;
}
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/480x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/960x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/768x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/1536x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/1024x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/2048x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/1200x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/2048x/);
}
#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-4cfd0a20-cec3-43d1-addd-c980b7683b32 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-4cfd0a20-cec3-43d1-addd-c980b7683b32.shg-box.shg-c {
  justify-content: center;
}
}
#s-c0adf9ed-cf2d-4402-bc18-6d387d29a660 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0adf9ed-cf2d-4402-bc18-6d387d29a660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0adf9ed-cf2d-4402-bc18-6d387d29a660.shg-box.shg-c {
  justify-content: center;
}

#s-ae6d3dc0-8743-4f83-8e0d-484042910f61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae6d3dc0-8743-4f83-8e0d-484042910f61 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ae6d3dc0-8743-4f83-8e0d-484042910f61 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-ae6d3dc0-8743-4f83-8e0d-484042910f61 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-d8fd7d21-0e3f-4b41-9fdd-aeeac5a170ac {
  margin-left: auto;
margin-right: auto;
}

#s-d8fd7d21-0e3f-4b41-9fdd-aeeac5a170ac .shg-proportional-font-size,
#s-d8fd7d21-0e3f-4b41-9fdd-aeeac5a170ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  display: none;
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277, #wrap-s-d7f7800e-d2bb-47f5-9781-339cbe6b3277, #wrap-content-s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  display: none;
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277, #wrap-s-d7f7800e-d2bb-47f5-9781-339cbe6b3277, #wrap-content-s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 800px;
}
}@media (max-width: 767px){#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 800px;
}
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/480x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/960x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/768x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/1536x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/1024x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/2048x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/1200x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/2048x/);
}
#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-d7f7800e-d2bb-47f5-9781-339cbe6b3277.shg-box.shg-c {
  justify-content: center;
}
}
#s-b1f68d14-ce94-4706-8bbe-6e0403a0c56d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b1f68d14-ce94-4706-8bbe-6e0403a0c56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1f68d14-ce94-4706-8bbe-6e0403a0c56d.shg-box.shg-c {
  justify-content: center;
}

#s-1e2ba2cc-e63e-4911-9b03-0dffb1782bfd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e2ba2cc-e63e-4911-9b03-0dffb1782bfd .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1e2ba2cc-e63e-4911-9b03-0dffb1782bfd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-1e2ba2cc-e63e-4911-9b03-0dffb1782bfd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-1519828a-d8aa-4d7e-b295-59f3626370db {
  margin-left: auto;
margin-right: auto;
}

#s-1519828a-d8aa-4d7e-b295-59f3626370db .shg-proportional-font-size,
#s-1519828a-d8aa-4d7e-b295-59f3626370db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  display: none;
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9, #wrap-s-832917ff-1279-47bd-b033-3c7395d1e3f9, #wrap-content-s-832917ff-1279-47bd-b033-3c7395d1e3f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  display: none;
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9, #wrap-s-832917ff-1279-47bd-b033-3c7395d1e3f9, #wrap-content-s-832917ff-1279-47bd-b033-3c7395d1e3f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 800px;
}
}@media (max-width: 767px){#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 800px;
}
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/480x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/960x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/768x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/1536x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/1024x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/2048x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/1200x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-832917ff-1279-47bd-b033-3c7395d1e3f9 {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/2048x/);
}
#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-832917ff-1279-47bd-b033-3c7395d1e3f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-832917ff-1279-47bd-b033-3c7395d1e3f9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-832917ff-1279-47bd-b033-3c7395d1e3f9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-832917ff-1279-47bd-b033-3c7395d1e3f9.shg-box.shg-c {
  justify-content: center;
}
}
#s-c046eaed-dbf8-4391-aa02-05dc84f6451e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c046eaed-dbf8-4391-aa02-05dc84f6451e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c046eaed-dbf8-4391-aa02-05dc84f6451e.shg-box.shg-c {
  justify-content: center;
}

#s-44b1a327-9722-4d2c-95b5-5f2cca1ad23d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44b1a327-9722-4d2c-95b5-5f2cca1ad23d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-44b1a327-9722-4d2c-95b5-5f2cca1ad23d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-44b1a327-9722-4d2c-95b5-5f2cca1ad23d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-10cdf5f1-86bd-4eef-ac65-23c3b72189df {
  margin-left: auto;
margin-right: auto;
}

#s-10cdf5f1-86bd-4eef-ac65-23c3b72189df .shg-proportional-font-size,
#s-10cdf5f1-86bd-4eef-ac65-23c3b72189df .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  display: none;
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399, #wrap-s-1e5c8574-729c-443b-92c8-aa7f907d7399, #wrap-content-s-1e5c8574-729c-443b-92c8-aa7f907d7399 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  display: none;
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399, #wrap-s-1e5c8574-729c-443b-92c8-aa7f907d7399, #wrap-content-s-1e5c8574-729c-443b-92c8-aa7f907d7399 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 800px;
}
}@media (max-width: 767px){#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 800px;
}
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/480x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/960x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/768x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/1536x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/1024x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/2048x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/1200x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1e5c8574-729c-443b-92c8-aa7f907d7399 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/2048x/);
}
#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1e5c8574-729c-443b-92c8-aa7f907d7399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-1e5c8574-729c-443b-92c8-aa7f907d7399 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-1e5c8574-729c-443b-92c8-aa7f907d7399 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-1e5c8574-729c-443b-92c8-aa7f907d7399.shg-box.shg-c {
  justify-content: center;
}
}
#s-f742fc9d-5fb4-4928-9dd7-cbbfe1738e38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f742fc9d-5fb4-4928-9dd7-cbbfe1738e38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f742fc9d-5fb4-4928-9dd7-cbbfe1738e38.shg-box.shg-c {
  justify-content: center;
}

#s-d1e10907-6912-4707-b180-d04ab51e551e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1e10907-6912-4707-b180-d04ab51e551e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d1e10907-6912-4707-b180-d04ab51e551e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-d1e10907-6912-4707-b180-d04ab51e551e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-fae95ce5-ceb4-4d9c-9d41-cfbbb4d5ba78 {
  margin-left: auto;
margin-right: auto;
}

#s-fae95ce5-ceb4-4d9c-9d41-cfbbb4d5ba78 .shg-proportional-font-size,
#s-fae95ce5-ceb4-4d9c-9d41-cfbbb4d5ba78 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 656px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  padding-left: 50px;
padding-right: 50px;
display: none;
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c, #wrap-s-feef3cbd-615c-40eb-9fff-57a63d25865c, #wrap-content-s-feef3cbd-615c-40eb-9fff-57a63d25865c { display: none !important; }}@media (max-width: 767px){#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  display: none;
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c, #wrap-s-feef3cbd-615c-40eb-9fff-57a63d25865c, #wrap-content-s-feef3cbd-615c-40eb-9fff-57a63d25865c { display: none !important; }}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/480x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/960x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/768x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/1536x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/1024x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/2048x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/1200x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-feef3cbd-615c-40eb-9fff-57a63d25865c {
  background-image: url(https://i.shgcdn.com/ae6fae06-0c28-48ff-8285-204ba3059ba4/-/resize/2048x/);
}
#s-feef3cbd-615c-40eb-9fff-57a63d25865c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-feef3cbd-615c-40eb-9fff-57a63d25865c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-feef3cbd-615c-40eb-9fff-57a63d25865c.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-74ddbbe8-faae-4451-b848-41b723139a72 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-74ddbbe8-faae-4451-b848-41b723139a72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74ddbbe8-faae-4451-b848-41b723139a72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74ddbbe8-faae-4451-b848-41b723139a72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74ddbbe8-faae-4451-b848-41b723139a72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-db05b928-c013-425e-8c93-30980854637d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-db05b928-c013-425e-8c93-30980854637d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db05b928-c013-425e-8c93-30980854637d.shg-box.shg-c {
  justify-content: center;
}

#s-965519fd-e09a-4708-97e1-8cb4cb20f3a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-965519fd-e09a-4708-97e1-8cb4cb20f3a0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}



#s-15a5e574-c31c-46a6-a7b3-54794184e024 {
  margin-left: auto;
margin-right: auto;
}

#s-15a5e574-c31c-46a6-a7b3-54794184e024 .shg-proportional-font-size,
#s-15a5e574-c31c-46a6-a7b3-54794184e024 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 656px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  padding-left: 50px;
padding-right: 50px;
display: none;
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb, #wrap-s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb, #wrap-content-s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb { display: none !important; }}@media (max-width: 767px){#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  display: none;
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb, #wrap-s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb, #wrap-content-s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb { display: none !important; }}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/480x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/960x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/768x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/1536x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/1024x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/2048x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/1200x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb {
  background-image: url(https://i.shgcdn.com/476470bb-1441-456e-9ea4-ecf8e3ae4ee5/-/resize/2048x/);
}
#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90d4ac36-dde7-45ef-83bc-6bd58cf594cb.shg-box.shg-c {
  justify-content: center;
}

#s-f528ab98-0317-4bcb-997e-5d3ff6f6edcf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f528ab98-0317-4bcb-997e-5d3ff6f6edcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f528ab98-0317-4bcb-997e-5d3ff6f6edcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f528ab98-0317-4bcb-997e-5d3ff6f6edcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f528ab98-0317-4bcb-997e-5d3ff6f6edcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0603a0d3-3271-4a70-9689-0484e1da6098 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-0603a0d3-3271-4a70-9689-0484e1da6098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0603a0d3-3271-4a70-9689-0484e1da6098.shg-box.shg-c {
  justify-content: center;
}

#s-4d7eea86-0488-4913-ae2a-d4be9164cbd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d7eea86-0488-4913-ae2a-d4be9164cbd4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}



#s-8ed6494f-6025-4f74-8ca6-2a8eb88fd7ac {
  margin-left: auto;
margin-right: auto;
}

#s-8ed6494f-6025-4f74-8ca6-2a8eb88fd7ac .shg-proportional-font-size,
#s-8ed6494f-6025-4f74-8ca6-2a8eb88fd7ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 656px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  padding-left: 50px;
padding-right: 50px;
display: none;
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e, #wrap-s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e, #wrap-content-s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e { display: none !important; }}@media (max-width: 767px){#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  display: none;
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e, #wrap-s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e, #wrap-content-s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e { display: none !important; }}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/480x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/960x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/768x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/1536x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/1024x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/2048x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/1200x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e {
  background-image: url(https://i.shgcdn.com/728b373a-0a1a-401c-9489-7f33e85f7144/-/resize/2048x/);
}
#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bc896ff-f11b-4f91-bcec-0a8330e54f8e.shg-box.shg-c {
  justify-content: center;
}

#s-e7047937-1b47-4006-981f-6e51bf53cc06 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7047937-1b47-4006-981f-6e51bf53cc06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7047937-1b47-4006-981f-6e51bf53cc06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7047937-1b47-4006-981f-6e51bf53cc06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7047937-1b47-4006-981f-6e51bf53cc06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-743df467-26ba-4fb1-91cc-854ecc9c45db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-743df467-26ba-4fb1-91cc-854ecc9c45db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-743df467-26ba-4fb1-91cc-854ecc9c45db.shg-box.shg-c {
  justify-content: center;
}

#s-25d5e0d2-ac43-4876-a690-8b21c3445072 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-25d5e0d2-ac43-4876-a690-8b21c3445072 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}



#s-f92f0897-5290-4573-ba81-038e069cae0b {
  margin-left: auto;
margin-right: auto;
}

#s-f92f0897-5290-4573-ba81-038e069cae0b .shg-proportional-font-size,
#s-f92f0897-5290-4573-ba81-038e069cae0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 656px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  padding-left: 50px;
padding-right: 50px;
display: none;
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580, #wrap-s-cca33936-5aa9-4491-b533-9a5ac24df580, #wrap-content-s-cca33936-5aa9-4491-b533-9a5ac24df580 { display: none !important; }}@media (max-width: 767px){#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  display: none;
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580, #wrap-s-cca33936-5aa9-4491-b533-9a5ac24df580, #wrap-content-s-cca33936-5aa9-4491-b533-9a5ac24df580 { display: none !important; }}
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/480x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/960x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/768x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/1536x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/1024x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/2048x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/1200x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cca33936-5aa9-4491-b533-9a5ac24df580 {
  background-image: url(https://i.shgcdn.com/8f4e3925-26b7-4ed7-a770-b92fc58f8b12/-/resize/2048x/);
}
#s-cca33936-5aa9-4491-b533-9a5ac24df580.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cca33936-5aa9-4491-b533-9a5ac24df580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cca33936-5aa9-4491-b533-9a5ac24df580.shg-box.shg-c {
  justify-content: center;
}

#s-ff183217-aff0-4647-859b-7c72206bf256 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ff183217-aff0-4647-859b-7c72206bf256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff183217-aff0-4647-859b-7c72206bf256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff183217-aff0-4647-859b-7c72206bf256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff183217-aff0-4647-859b-7c72206bf256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-85e67a7a-36df-40be-878e-e14508d3cdc6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-85e67a7a-36df-40be-878e-e14508d3cdc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85e67a7a-36df-40be-878e-e14508d3cdc6.shg-box.shg-c {
  justify-content: center;
}

#s-fd6e7728-0490-4ff6-bd3e-011dbb1a03ad {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fd6e7728-0490-4ff6-bd3e-011dbb1a03ad .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}



#s-caa3f927-cb90-4de4-befe-f1ef62a67ba6 {
  margin-left: auto;
margin-right: auto;
}

#s-caa3f927-cb90-4de4-befe-f1ef62a67ba6 .shg-proportional-font-size,
#s-caa3f927-cb90-4de4-befe-f1ef62a67ba6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-816d57f4-d410-4574-8223-f59e3f97b15d {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-816d57f4-d410-4574-8223-f59e3f97b15d {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-816d57f4-d410-4574-8223-f59e3f97b15d {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-816d57f4-d410-4574-8223-f59e3f97b15d {
  padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
}
}







#s-816d57f4-d410-4574-8223-f59e3f97b15d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-816d57f4-d410-4574-8223-f59e3f97b15d.shg-box.shg-c {
  justify-content: center;
}

#s-94c2ff33-ca21-4a9b-a688-8b40cec87112 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94c2ff33-ca21-4a9b-a688-8b40cec87112 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1e2b657a-79cc-461d-886e-bb36d6bcab2e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e2b657a-79cc-461d-886e-bb36d6bcab2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e2b657a-79cc-461d-886e-bb36d6bcab2e.shg-box.shg-c {
  justify-content: center;
}

#s-66ed4c9f-8a58-4c8d-b074-1826ea02abe9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-66ed4c9f-8a58-4c8d-b074-1826ea02abe9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66ed4c9f-8a58-4c8d-b074-1826ea02abe9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66ed4c9f-8a58-4c8d-b074-1826ea02abe9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66ed4c9f-8a58-4c8d-b074-1826ea02abe9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b44860a-c301-48a1-ab6d-3702e835312e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3b44860a-c301-48a1-ab6d-3702e835312e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b44860a-c301-48a1-ab6d-3702e835312e.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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  margin-left: auto;
margin-right: auto;
height: 66px;
max-width: 250px;
text-align: left;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06-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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06 .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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4950041e-3231-424d-a2bd-b6dbea085a06 img.shogun-image {
  width: 100%;
  height: 66px;
  
  max-width: 250px;

  /* 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-4950041e-3231-424d-a2bd-b6dbea085a06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4950041e-3231-424d-a2bd-b6dbea085a06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06-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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06 .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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4950041e-3231-424d-a2bd-b6dbea085a06 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-4950041e-3231-424d-a2bd-b6dbea085a06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4950041e-3231-424d-a2bd-b6dbea085a06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06-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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06 .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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4950041e-3231-424d-a2bd-b6dbea085a06 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-4950041e-3231-424d-a2bd-b6dbea085a06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4950041e-3231-424d-a2bd-b6dbea085a06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06-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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06 .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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4950041e-3231-424d-a2bd-b6dbea085a06 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-4950041e-3231-424d-a2bd-b6dbea085a06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4950041e-3231-424d-a2bd-b6dbea085a06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06-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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06 .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-4950041e-3231-424d-a2bd-b6dbea085a06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4950041e-3231-424d-a2bd-b6dbea085a06 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-4950041e-3231-424d-a2bd-b6dbea085a06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4950041e-3231-424d-a2bd-b6dbea085a06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f8c54490-eef8-4a9e-b83c-b130904849a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f8c54490-eef8-4a9e-b83c-b130904849a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8c54490-eef8-4a9e-b83c-b130904849a0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 {
  margin-left: auto;
margin-right: auto;
}

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-aaf75266-ab1e-4488-a9f7-99d2264ae853 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7902d00e-dff3-4847-8290-b97a8e18880a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7902d00e-dff3-4847-8290-b97a8e18880a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7902d00e-dff3-4847-8290-b97a8e18880a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7902d00e-dff3-4847-8290-b97a8e18880a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7902d00e-dff3-4847-8290-b97a8e18880a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bed51480-43c8-4ab4-959e-d6fdc9aaf644 {
  margin-left: auto;
margin-right: auto;
}

#s-bed51480-43c8-4ab4-959e-d6fdc9aaf644 .shg-proportional-font-size,
#s-bed51480-43c8-4ab4-959e-d6fdc9aaf644 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-802a2b46-f687-43ba-9a05-677139c52f09 {
  margin-left: auto;
margin-right: auto;
}

#s-802a2b46-f687-43ba-9a05-677139c52f09 .shg-proportional-font-size,
#s-802a2b46-f687-43ba-9a05-677139c52f09 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb4d9774-7d34-4ce7-b4d4-fe2122daa5f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb4d9774-7d34-4ce7-b4d4-fe2122daa5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb4d9774-7d34-4ce7-b4d4-fe2122daa5f5.shg-box.shg-c {
  justify-content: center;
}

#s-87ed789e-fa14-463b-9907-b3a157b5905a {
  margin-left: auto;
margin-right: auto;
}

#s-87ed789e-fa14-463b-9907-b3a157b5905a .shg-proportional-font-size,
#s-87ed789e-fa14-463b-9907-b3a157b5905a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5d697c3e-0251-4acb-97ad-88afce3fc185 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d697c3e-0251-4acb-97ad-88afce3fc185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d697c3e-0251-4acb-97ad-88afce3fc185.shg-box.shg-c {
  justify-content: center;
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 {
  margin-left: auto;
margin-right: auto;
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-dd24a450-35d5-41dc-881d-19c36a7d9d55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f25f5a53-fd36-4cc4-a009-0b1004e8140b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f25f5a53-fd36-4cc4-a009-0b1004e8140b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f25f5a53-fd36-4cc4-a009-0b1004e8140b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f25f5a53-fd36-4cc4-a009-0b1004e8140b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f25f5a53-fd36-4cc4-a009-0b1004e8140b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-78da5527-8efd-4653-bb69-306569d037d2 {
  margin-left: auto;
margin-right: auto;
}

#s-78da5527-8efd-4653-bb69-306569d037d2 .shg-proportional-font-size,
#s-78da5527-8efd-4653-bb69-306569d037d2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4a113b7-e8a3-4ff9-838f-bd96ddc2d9a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d4a113b7-e8a3-4ff9-838f-bd96ddc2d9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4a113b7-e8a3-4ff9-838f-bd96ddc2d9a0.shg-box.shg-c {
  justify-content: center;
}

#s-39327a3c-790a-435f-b28e-dce091a4f000 {
  margin-left: auto;
margin-right: auto;
}

#s-39327a3c-790a-435f-b28e-dce091a4f000 .shg-proportional-font-size,
#s-39327a3c-790a-435f-b28e-dce091a4f000 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4bfaa4e8-6b11-4c81-a936-23005eb6ce76 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4bfaa4e8-6b11-4c81-a936-23005eb6ce76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bfaa4e8-6b11-4c81-a936-23005eb6ce76.shg-box.shg-c {
  justify-content: center;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  margin-left: auto;
margin-right: auto;
height: 66px;
max-width: 250px;
text-align: left;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729-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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 img.shogun-image {
  width: 100%;
  height: 66px;
  
  max-width: 250px;

  /* 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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729-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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729-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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729-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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729-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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729 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-b5f9bb78-3806-4700-b4f5-3d12e27e9729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f9bb78-3806-4700-b4f5-3d12e27e9729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-420dd5dd-cb55-43c9-b0fc-0baa26efb1bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-420dd5dd-cb55-43c9-b0fc-0baa26efb1bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-420dd5dd-cb55-43c9-b0fc-0baa26efb1bc.shg-box.shg-c {
  justify-content: center;
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b {
  margin-left: auto;
margin-right: auto;
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-4427cf6c-b48a-44b6-87b0-53dc3ae8791b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-26db42f2-2b1e-414e-9990-8a77c5104328 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-26db42f2-2b1e-414e-9990-8a77c5104328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26db42f2-2b1e-414e-9990-8a77c5104328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-26db42f2-2b1e-414e-9990-8a77c5104328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-26db42f2-2b1e-414e-9990-8a77c5104328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e6ad4b03-f93f-441e-a89e-d9048f05125b {
  margin-left: auto;
margin-right: auto;
}

#s-e6ad4b03-f93f-441e-a89e-d9048f05125b .shg-proportional-font-size,
#s-e6ad4b03-f93f-441e-a89e-d9048f05125b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3857d265-86ac-43db-b41d-16c81e16409a {
  margin-left: auto;
margin-right: auto;
}

#s-3857d265-86ac-43db-b41d-16c81e16409a .shg-proportional-font-size,
#s-3857d265-86ac-43db-b41d-16c81e16409a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-13b0d646-3f5d-4ceb-9743-e8f953b14215 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13b0d646-3f5d-4ceb-9743-e8f953b14215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13b0d646-3f5d-4ceb-9743-e8f953b14215.shg-box.shg-c {
  justify-content: center;
}

#s-b489ceee-4358-438f-a388-f12608e4d000 {
  margin-left: auto;
margin-right: auto;
}

#s-b489ceee-4358-438f-a388-f12608e4d000 .shg-proportional-font-size,
#s-b489ceee-4358-438f-a388-f12608e4d000 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75cb36fc-1158-4a22-ad82-a671f69e77e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-75cb36fc-1158-4a22-ad82-a671f69e77e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75cb36fc-1158-4a22-ad82-a671f69e77e4.shg-box.shg-c {
  justify-content: center;
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e {
  margin-left: auto;
margin-right: auto;
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-9b166bb3-ea54-493b-9322-b772eb637f9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7b6f1c71-5726-429d-a89b-b0e6912d8eca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7b6f1c71-5726-429d-a89b-b0e6912d8eca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b6f1c71-5726-429d-a89b-b0e6912d8eca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7b6f1c71-5726-429d-a89b-b0e6912d8eca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b6f1c71-5726-429d-a89b-b0e6912d8eca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-49dda6bc-5bd5-45aa-be2a-85c09b05bca9 {
  margin-left: auto;
margin-right: auto;
}

#s-49dda6bc-5bd5-45aa-be2a-85c09b05bca9 .shg-proportional-font-size,
#s-49dda6bc-5bd5-45aa-be2a-85c09b05bca9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-48d49678-7b42-4f23-bfe9-91d3f75d7ce8 {
  margin-left: auto;
margin-right: auto;
}

#s-48d49678-7b42-4f23-bfe9-91d3f75d7ce8 .shg-proportional-font-size,
#s-48d49678-7b42-4f23-bfe9-91d3f75d7ce8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5d675869-45ba-4e5d-8391-638cddcf1089 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d675869-45ba-4e5d-8391-638cddcf1089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d675869-45ba-4e5d-8391-638cddcf1089.shg-box.shg-c {
  justify-content: center;
}

#s-e1b651c1-5658-476d-9f35-a6ff51f75ed0 {
  margin-left: auto;
margin-right: auto;
}

#s-e1b651c1-5658-476d-9f35-a6ff51f75ed0 .shg-proportional-font-size,
#s-e1b651c1-5658-476d-9f35-a6ff51f75ed0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5ecb0a74-730c-48eb-b9d1-8e9e57a5b8b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5ecb0a74-730c-48eb-b9d1-8e9e57a5b8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ecb0a74-730c-48eb-b9d1-8e9e57a5b8b0.shg-box.shg-c {
  justify-content: center;
}

#s-85731b41-6184-4c82-9475-8622bd91523c {
  margin-left: auto;
margin-right: auto;
height: 66px;
max-width: 250px;
text-align: left;
}

#s-85731b41-6184-4c82-9475-8622bd91523c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85731b41-6184-4c82-9475-8622bd91523c-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-85731b41-6184-4c82-9475-8622bd91523c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85731b41-6184-4c82-9475-8622bd91523c .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-85731b41-6184-4c82-9475-8622bd91523c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85731b41-6184-4c82-9475-8622bd91523c img.shogun-image {
  width: 100%;
  height: 66px;
  
  max-width: 250px;

  /* 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-85731b41-6184-4c82-9475-8622bd91523c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-85731b41-6184-4c82-9475-8622bd91523c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85731b41-6184-4c82-9475-8622bd91523c-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-85731b41-6184-4c82-9475-8622bd91523c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85731b41-6184-4c82-9475-8622bd91523c .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-85731b41-6184-4c82-9475-8622bd91523c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85731b41-6184-4c82-9475-8622bd91523c 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-85731b41-6184-4c82-9475-8622bd91523c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85731b41-6184-4c82-9475-8622bd91523c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85731b41-6184-4c82-9475-8622bd91523c-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-85731b41-6184-4c82-9475-8622bd91523c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85731b41-6184-4c82-9475-8622bd91523c .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-85731b41-6184-4c82-9475-8622bd91523c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85731b41-6184-4c82-9475-8622bd91523c 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-85731b41-6184-4c82-9475-8622bd91523c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85731b41-6184-4c82-9475-8622bd91523c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85731b41-6184-4c82-9475-8622bd91523c-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-85731b41-6184-4c82-9475-8622bd91523c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85731b41-6184-4c82-9475-8622bd91523c .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-85731b41-6184-4c82-9475-8622bd91523c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85731b41-6184-4c82-9475-8622bd91523c 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-85731b41-6184-4c82-9475-8622bd91523c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-85731b41-6184-4c82-9475-8622bd91523c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85731b41-6184-4c82-9475-8622bd91523c-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-85731b41-6184-4c82-9475-8622bd91523c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85731b41-6184-4c82-9475-8622bd91523c .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-85731b41-6184-4c82-9475-8622bd91523c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85731b41-6184-4c82-9475-8622bd91523c 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-85731b41-6184-4c82-9475-8622bd91523c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85731b41-6184-4c82-9475-8622bd91523c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e9c5f748-09aa-4432-b905-af5342d192a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e9c5f748-09aa-4432-b905-af5342d192a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9c5f748-09aa-4432-b905-af5342d192a0.shg-box.shg-c {
  justify-content: center;
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a {
  margin-left: auto;
margin-right: auto;
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-d6fb82d4-0959-4c09-85a3-d3b928c4f55a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e1bd795e-3ccb-442e-b5c1-6dabb79b7f0a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e1bd795e-3ccb-442e-b5c1-6dabb79b7f0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1bd795e-3ccb-442e-b5c1-6dabb79b7f0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e1bd795e-3ccb-442e-b5c1-6dabb79b7f0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1bd795e-3ccb-442e-b5c1-6dabb79b7f0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dc898c74-c5b4-44e2-979e-bea8c548c645 {
  margin-left: auto;
margin-right: auto;
}

#s-dc898c74-c5b4-44e2-979e-bea8c548c645 .shg-proportional-font-size,
#s-dc898c74-c5b4-44e2-979e-bea8c548c645 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ee92876a-d5f7-40de-9a6b-860ee2b67d4f {
  margin-left: auto;
margin-right: auto;
}

#s-ee92876a-d5f7-40de-9a6b-860ee2b67d4f .shg-proportional-font-size,
#s-ee92876a-d5f7-40de-9a6b-860ee2b67d4f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1c2f36e-08d9-4191-a41a-96dea0b4c13f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e1c2f36e-08d9-4191-a41a-96dea0b4c13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1c2f36e-08d9-4191-a41a-96dea0b4c13f.shg-box.shg-c {
  justify-content: center;
}

#s-3d2d48fa-208e-415d-95d3-8a1b25f6e0e5 {
  margin-left: auto;
margin-right: auto;
}

#s-3d2d48fa-208e-415d-95d3-8a1b25f6e0e5 .shg-proportional-font-size,
#s-3d2d48fa-208e-415d-95d3-8a1b25f6e0e5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b6f92924-e9d7-406e-8a91-6e04d3b72d98 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6f92924-e9d7-406e-8a91-6e04d3b72d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6f92924-e9d7-406e-8a91-6e04d3b72d98.shg-box.shg-c {
  justify-content: center;
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 {
  margin-left: auto;
margin-right: auto;
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-56ca7a2c-2d8a-4127-9c21-2096ce1e77f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b7f93ca9-7b7a-416e-9626-c10cd25ca985 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7f93ca9-7b7a-416e-9626-c10cd25ca985"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f93ca9-7b7a-416e-9626-c10cd25ca985"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f93ca9-7b7a-416e-9626-c10cd25ca985"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f93ca9-7b7a-416e-9626-c10cd25ca985"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1900bbb7-241a-4dbf-87d6-52ff577ec099 {
  margin-left: auto;
margin-right: auto;
}

#s-1900bbb7-241a-4dbf-87d6-52ff577ec099 .shg-proportional-font-size,
#s-1900bbb7-241a-4dbf-87d6-52ff577ec099 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ba7212d-e512-4c91-92ae-7b5cbc0596f3 {
  margin-left: auto;
margin-right: auto;
}

#s-7ba7212d-e512-4c91-92ae-7b5cbc0596f3 .shg-proportional-font-size,
#s-7ba7212d-e512-4c91-92ae-7b5cbc0596f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-61d040ea-aa7e-4ea7-8c1b-98eea71545e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-61d040ea-aa7e-4ea7-8c1b-98eea71545e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61d040ea-aa7e-4ea7-8c1b-98eea71545e3.shg-box.shg-c {
  justify-content: center;
}

#s-b2d60ba4-5fc1-4764-b612-9246a8a1d1dd {
  margin-left: auto;
margin-right: auto;
}

#s-b2d60ba4-5fc1-4764-b612-9246a8a1d1dd .shg-proportional-font-size,
#s-b2d60ba4-5fc1-4764-b612-9246a8a1d1dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dad078ce-0119-4063-baee-47b3e7db3258 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dad078ce-0119-4063-baee-47b3e7db3258"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dad078ce-0119-4063-baee-47b3e7db3258"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dad078ce-0119-4063-baee-47b3e7db3258"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dad078ce-0119-4063-baee-47b3e7db3258"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5041ec3-d856-4bfd-919f-1ec981493bf4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e5041ec3-d856-4bfd-919f-1ec981493bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5041ec3-d856-4bfd-919f-1ec981493bf4.shg-box.shg-c {
  justify-content: center;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  margin-left: auto;
margin-right: auto;
height: 66px;
max-width: 250px;
text-align: left;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c-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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c .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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c img.shogun-image {
  width: 100%;
  height: 66px;
  
  max-width: 250px;

  /* 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-6210d0be-2058-47d3-991a-0fd5127cfe0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c-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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c .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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c 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-6210d0be-2058-47d3-991a-0fd5127cfe0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c-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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c .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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c 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-6210d0be-2058-47d3-991a-0fd5127cfe0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c-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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c .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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c 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-6210d0be-2058-47d3-991a-0fd5127cfe0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c-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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c .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-6210d0be-2058-47d3-991a-0fd5127cfe0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c 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-6210d0be-2058-47d3-991a-0fd5127cfe0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6210d0be-2058-47d3-991a-0fd5127cfe0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4599ab1c-74c0-47f5-a3da-9c08db225a2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4599ab1c-74c0-47f5-a3da-9c08db225a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4599ab1c-74c0-47f5-a3da-9c08db225a2d.shg-box.shg-c {
  justify-content: center;
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 {
  margin-left: auto;
margin-right: auto;
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-43dff5a0-ecc4-4e96-9ebd-c0ba9f65d4d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f1986557-f6f0-49f4-9b1c-1783259e639e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f1986557-f6f0-49f4-9b1c-1783259e639e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1986557-f6f0-49f4-9b1c-1783259e639e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f1986557-f6f0-49f4-9b1c-1783259e639e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1986557-f6f0-49f4-9b1c-1783259e639e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-54b58923-0cbe-491d-ac61-4d14d1a8ee9c {
  margin-left: auto;
margin-right: auto;
}

#s-54b58923-0cbe-491d-ac61-4d14d1a8ee9c .shg-proportional-font-size,
#s-54b58923-0cbe-491d-ac61-4d14d1a8ee9c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1084fad-863f-48f2-a8fa-4f94a0303cd8 {
  margin-left: auto;
margin-right: auto;
}

#s-e1084fad-863f-48f2-a8fa-4f94a0303cd8 .shg-proportional-font-size,
#s-e1084fad-863f-48f2-a8fa-4f94a0303cd8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce55afa7-55bf-4a34-9806-c25934dc9134 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ce55afa7-55bf-4a34-9806-c25934dc9134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce55afa7-55bf-4a34-9806-c25934dc9134.shg-box.shg-c {
  justify-content: center;
}

#s-583bad8a-8fcc-49bc-9554-2953dba809c4 {
  margin-left: auto;
margin-right: auto;
}

#s-583bad8a-8fcc-49bc-9554-2953dba809c4 .shg-proportional-font-size,
#s-583bad8a-8fcc-49bc-9554-2953dba809c4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-814a77cc-3a47-4993-ab86-04061d90c29d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-814a77cc-3a47-4993-ab86-04061d90c29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-814a77cc-3a47-4993-ab86-04061d90c29d.shg-box.shg-c {
  justify-content: center;
}

#s-2df466af-40a3-4b65-a066-452103823e9e {
  margin-left: auto;
margin-right: auto;
}

#s-2df466af-40a3-4b65-a066-452103823e9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-2df466af-40a3-4b65-a066-452103823e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-2df466af-40a3-4b65-a066-452103823e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2df466af-40a3-4b65-a066-452103823e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2df466af-40a3-4b65-a066-452103823e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-2df466af-40a3-4b65-a066-452103823e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0028d247-25b2-438f-93de-eadc0d45a582 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0028d247-25b2-438f-93de-eadc0d45a582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0028d247-25b2-438f-93de-eadc0d45a582"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0028d247-25b2-438f-93de-eadc0d45a582"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0028d247-25b2-438f-93de-eadc0d45a582"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-af026e8b-81c2-4376-b8b8-1b2f006693b8 {
  margin-left: auto;
margin-right: auto;
}

#s-af026e8b-81c2-4376-b8b8-1b2f006693b8 .shg-proportional-font-size,
#s-af026e8b-81c2-4376-b8b8-1b2f006693b8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-96486aeb-564b-41b8-b4a9-8306a76749e8 {
  margin-left: auto;
margin-right: auto;
}

#s-96486aeb-564b-41b8-b4a9-8306a76749e8 .shg-proportional-font-size,
#s-96486aeb-564b-41b8-b4a9-8306a76749e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-247fab14-3fd2-41b8-b645-a55b333d2bcd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-247fab14-3fd2-41b8-b645-a55b333d2bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-247fab14-3fd2-41b8-b645-a55b333d2bcd.shg-box.shg-c {
  justify-content: center;
}

#s-014cd8b9-1993-49ba-b484-2b531c373a28 {
  margin-left: auto;
margin-right: auto;
}

#s-014cd8b9-1993-49ba-b484-2b531c373a28 .shg-proportional-font-size,
#s-014cd8b9-1993-49ba-b484-2b531c373a28 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-217d34e9-b4d6-4906-b71f-a18b8f18623f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-217d34e9-b4d6-4906-b71f-a18b8f18623f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-217d34e9-b4d6-4906-b71f-a18b8f18623f.shg-box.shg-c {
  justify-content: center;
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d {
  margin-left: auto;
margin-right: auto;
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-23fe53a7-8a78-49e2-82d7-e82f86a06b5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-94d166c2-5747-4b7f-9b10-3c2dadad0e10 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-94d166c2-5747-4b7f-9b10-3c2dadad0e10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94d166c2-5747-4b7f-9b10-3c2dadad0e10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-94d166c2-5747-4b7f-9b10-3c2dadad0e10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-94d166c2-5747-4b7f-9b10-3c2dadad0e10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-02272bdf-5c7d-4acd-9172-cba4acdbab70 {
  margin-left: auto;
margin-right: auto;
}

#s-02272bdf-5c7d-4acd-9172-cba4acdbab70 .shg-proportional-font-size,
#s-02272bdf-5c7d-4acd-9172-cba4acdbab70 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09af886c-91cd-4b59-b14f-d5256a20378c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09af886c-91cd-4b59-b14f-d5256a20378c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09af886c-91cd-4b59-b14f-d5256a20378c.shg-box.shg-c {
  justify-content: center;
}

#s-dc1db8fd-87d8-45e5-b1df-a01c86289636 {
  margin-left: auto;
margin-right: auto;
}

#s-dc1db8fd-87d8-45e5-b1df-a01c86289636 .shg-proportional-font-size,
#s-dc1db8fd-87d8-45e5-b1df-a01c86289636 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-76402497-95c0-4179-8a0e-03563ce45c14 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-76402497-95c0-4179-8a0e-03563ce45c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76402497-95c0-4179-8a0e-03563ce45c14.shg-box.shg-c {
  justify-content: center;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  margin-left: auto;
margin-right: auto;
height: 66px;
max-width: 250px;
text-align: left;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6-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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 img.shogun-image {
  width: 100%;
  height: 66px;
  
  max-width: 250px;

  /* 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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6-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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6-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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6-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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6-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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6 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-838b7ea1-e05f-4438-bd7b-7d183a522cb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838b7ea1-e05f-4438-bd7b-7d183a522cb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-68d13902-ec65-45ba-8c85-57fffee5a89e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-68d13902-ec65-45ba-8c85-57fffee5a89e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68d13902-ec65-45ba-8c85-57fffee5a89e.shg-box.shg-c {
  justify-content: center;
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 {
  margin-left: auto;
margin-right: auto;
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-fbbaf8ad-20fd-4cc5-8c28-f92694009085 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-de389628-a8e4-481b-a2e3-b423aa45d641 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de389628-a8e4-481b-a2e3-b423aa45d641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de389628-a8e4-481b-a2e3-b423aa45d641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-de389628-a8e4-481b-a2e3-b423aa45d641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-de389628-a8e4-481b-a2e3-b423aa45d641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b75885b4-6b8b-46fa-b142-a011cd92ba54 {
  margin-left: auto;
margin-right: auto;
}

#s-b75885b4-6b8b-46fa-b142-a011cd92ba54 .shg-proportional-font-size,
#s-b75885b4-6b8b-46fa-b142-a011cd92ba54 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-df81dd7f-f5f9-4117-a4ef-4f7621e53784 {
  margin-left: auto;
margin-right: auto;
}

#s-df81dd7f-f5f9-4117-a4ef-4f7621e53784 .shg-proportional-font-size,
#s-df81dd7f-f5f9-4117-a4ef-4f7621e53784 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-94fc9535-846f-4693-8f63-7653c137b932 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-94fc9535-846f-4693-8f63-7653c137b932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94fc9535-846f-4693-8f63-7653c137b932.shg-box.shg-c {
  justify-content: center;
}

#s-24296e4c-fe48-4814-b567-92e479a9a0c0 {
  margin-left: auto;
margin-right: auto;
}

#s-24296e4c-fe48-4814-b567-92e479a9a0c0 .shg-proportional-font-size,
#s-24296e4c-fe48-4814-b567-92e479a9a0c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9423efd9-4617-440d-812e-c48c367b3cde {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9423efd9-4617-440d-812e-c48c367b3cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9423efd9-4617-440d-812e-c48c367b3cde.shg-box.shg-c {
  justify-content: center;
}

#s-e7abc09e-b663-4064-a924-1b258136af96 {
  margin-left: auto;
margin-right: auto;
}

#s-e7abc09e-b663-4064-a924-1b258136af96 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e7abc09e-b663-4064-a924-1b258136af96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-e7abc09e-b663-4064-a924-1b258136af96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e7abc09e-b663-4064-a924-1b258136af96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e7abc09e-b663-4064-a924-1b258136af96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-e7abc09e-b663-4064-a924-1b258136af96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7d01bff4-5259-4e60-ad27-fe9965bed422 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7d01bff4-5259-4e60-ad27-fe9965bed422"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d01bff4-5259-4e60-ad27-fe9965bed422"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7d01bff4-5259-4e60-ad27-fe9965bed422"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d01bff4-5259-4e60-ad27-fe9965bed422"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9076e538-ec03-4118-b0cf-661e3c4cea0b {
  margin-left: auto;
margin-right: auto;
}

#s-9076e538-ec03-4118-b0cf-661e3c4cea0b .shg-proportional-font-size,
#s-9076e538-ec03-4118-b0cf-661e3c4cea0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eed6c3b4-fd79-4082-9d6a-16917a8c4081 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eed6c3b4-fd79-4082-9d6a-16917a8c4081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eed6c3b4-fd79-4082-9d6a-16917a8c4081.shg-box.shg-c {
  justify-content: center;
}

#s-27b23d12-fcf5-435f-a1ba-1b7892dfaff5 {
  margin-left: auto;
margin-right: auto;
}

#s-27b23d12-fcf5-435f-a1ba-1b7892dfaff5 .shg-proportional-font-size,
#s-27b23d12-fcf5-435f-a1ba-1b7892dfaff5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ebda8a8-fb01-4ea0-a894-f899caec5f03 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 120px;
padding-bottom: 100px;
padding-right: 120px;
min-height: 50px;
background-color: rgba(30, 30, 30, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-0ebda8a8-fb01-4ea0-a894-f899caec5f03 {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ebda8a8-fb01-4ea0-a894-f899caec5f03 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-0ebda8a8-fb01-4ea0-a894-f899caec5f03 {
  padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
}
}







#s-0ebda8a8-fb01-4ea0-a894-f899caec5f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ebda8a8-fb01-4ea0-a894-f899caec5f03.shg-box.shg-c {
  justify-content: center;
}

#s-1f81ad9d-c86d-45a3-9091-1e384fd07a89 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f81ad9d-c86d-45a3-9091-1e384fd07a89 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-69178000-2437-426a-b4f4-49585e41a8f1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69178000-2437-426a-b4f4-49585e41a8f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69178000-2437-426a-b4f4-49585e41a8f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-69178000-2437-426a-b4f4-49585e41a8f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-69178000-2437-426a-b4f4-49585e41a8f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a0badd80-f41d-4140-a135-69a124b57ed7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0badd80-f41d-4140-a135-69a124b57ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0badd80-f41d-4140-a135-69a124b57ed7.shg-box.shg-c {
  justify-content: center;
}

#s-9b1793fc-e4ff-4954-9e4f-b50af10757f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9b1793fc-e4ff-4954-9e4f-b50af10757f4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-53378b4d-bcb1-4f14-8870-9406974007db {
  margin-left: auto;
margin-right: auto;
}

#s-53378b4d-bcb1-4f14-8870-9406974007db .shg-proportional-font-size,
#s-53378b4d-bcb1-4f14-8870-9406974007db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f57cd8ef-7ed8-4694-a2fa-8989879003b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f57cd8ef-7ed8-4694-a2fa-8989879003b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f57cd8ef-7ed8-4694-a2fa-8989879003b6.shg-box.shg-c {
  justify-content: center;
}

#s-5a6ea232-57b8-4a4c-a331-81425ac399bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a6ea232-57b8-4a4c-a331-81425ac399bc .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-5af4023c-5cab-410d-95a8-432fcd45dad0 {
  margin-left: auto;
margin-right: auto;
}

#s-5af4023c-5cab-410d-95a8-432fcd45dad0 .shg-proportional-font-size,
#s-5af4023c-5cab-410d-95a8-432fcd45dad0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ecfff91-2cc3-47e0-84e8-46938183933c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8ecfff91-2cc3-47e0-84e8-46938183933c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ecfff91-2cc3-47e0-84e8-46938183933c.shg-box.shg-c {
  justify-content: center;
}

#s-77df6a4d-8f02-493e-9a78-a6739b20f5d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-77df6a4d-8f02-493e-9a78-a6739b20f5d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-146ea51c-1db8-43ed-a58c-e8fffe122c09 {
  margin-left: auto;
margin-right: auto;
}

#s-146ea51c-1db8-43ed-a58c-e8fffe122c09 .shg-proportional-font-size,
#s-146ea51c-1db8-43ed-a58c-e8fffe122c09 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ffb1a6c0-4765-42fb-99dd-4cdb9e9e683e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ffb1a6c0-4765-42fb-99dd-4cdb9e9e683e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffb1a6c0-4765-42fb-99dd-4cdb9e9e683e.shg-box.shg-c {
  justify-content: center;
}

#s-e6e9853b-999f-4fb0-b604-70d67438bf81 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e6e9853b-999f-4fb0-b604-70d67438bf81 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-b8246faa-f065-4878-af1e-45372596ef69 {
  margin-left: auto;
margin-right: auto;
}

#s-b8246faa-f065-4878-af1e-45372596ef69 .shg-proportional-font-size,
#s-b8246faa-f065-4878-af1e-45372596ef69 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f3a3190-d111-4c34-b22d-4b4680cd5270 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f3a3190-d111-4c34-b22d-4b4680cd5270"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f3a3190-d111-4c34-b22d-4b4680cd5270"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f3a3190-d111-4c34-b22d-4b4680cd5270"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f3a3190-d111-4c34-b22d-4b4680cd5270"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-37fcefb1-eae9-429c-84ec-16313f1d9f16 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-37fcefb1-eae9-429c-84ec-16313f1d9f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37fcefb1-eae9-429c-84ec-16313f1d9f16.shg-box.shg-c {
  justify-content: center;
}

#s-fc1aeada-a3d5-4026-8566-485ff5cd212a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fc1aeada-a3d5-4026-8566-485ff5cd212a .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-693c5174-d5a1-43cc-ab5c-0bca0a308206 {
  margin-left: auto;
margin-right: auto;
}

#s-693c5174-d5a1-43cc-ab5c-0bca0a308206 .shg-proportional-font-size,
#s-693c5174-d5a1-43cc-ab5c-0bca0a308206 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0fc46bce-9d03-4c83-9fb3-cd7d95595fe1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0fc46bce-9d03-4c83-9fb3-cd7d95595fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fc46bce-9d03-4c83-9fb3-cd7d95595fe1.shg-box.shg-c {
  justify-content: center;
}

#s-d74411ae-f20d-455b-a0bc-9ff0ac1cf1ba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d74411ae-f20d-455b-a0bc-9ff0ac1cf1ba .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-de0b3a20-fa1a-4a99-9511-dd6ac84431f9 {
  margin-left: auto;
margin-right: auto;
}

#s-de0b3a20-fa1a-4a99-9511-dd6ac84431f9 .shg-proportional-font-size,
#s-de0b3a20-fa1a-4a99-9511-dd6ac84431f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5cc99a0b-decf-402c-adea-d26ace0f2189 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5cc99a0b-decf-402c-adea-d26ace0f2189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cc99a0b-decf-402c-adea-d26ace0f2189.shg-box.shg-c {
  justify-content: center;
}

#s-0cd95326-c49c-4f45-940c-8490f849f78a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0cd95326-c49c-4f45-940c-8490f849f78a .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-9b4aa2e3-a83f-47ca-95a3-f4f4ab9d9c6b {
  margin-left: auto;
margin-right: auto;
}

#s-9b4aa2e3-a83f-47ca-95a3-f4f4ab9d9c6b .shg-proportional-font-size,
#s-9b4aa2e3-a83f-47ca-95a3-f4f4ab9d9c6b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c8ed5703-4060-4f01-912e-d1bb52961ae3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c8ed5703-4060-4f01-912e-d1bb52961ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8ed5703-4060-4f01-912e-d1bb52961ae3.shg-box.shg-c {
  justify-content: center;
}

#s-ed8bbe33-45d9-487f-8a75-3cf4b6982748 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ed8bbe33-45d9-487f-8a75-3cf4b6982748 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-0b0cf654-eade-4681-95c3-760529bb81af {
  margin-left: auto;
margin-right: auto;
}

#s-0b0cf654-eade-4681-95c3-760529bb81af .shg-proportional-font-size,
#s-0b0cf654-eade-4681-95c3-760529bb81af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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;
}
