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

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

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

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

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

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

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

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

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

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

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

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

#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 140px;
padding-bottom: 140px;
min-height: 50px;
background-position: center center;
}

#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/480x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/960x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/768x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/1536x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/1024x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/2048x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/1200x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-14572126-59ce-43e7-9688-9dc9ee9f137d {
  background-image: url(https://i.shgcdn.com/9e85125d-3f7e-4f81-82bd-642422030b25/-/resize/2048x/);
}
#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-14572126-59ce-43e7-9688-9dc9ee9f137d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14572126-59ce-43e7-9688-9dc9ee9f137d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-23fa3811-02c2-4351-81dc-7b238bc51917 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
}
@media (max-width: 767px){#s-23fa3811-02c2-4351-81dc-7b238bc51917 {
  padding-top: 20px;
}
}
#s-23fa3811-02c2-4351-81dc-7b238bc51917 .shg-proportional-font-size,
#s-23fa3811-02c2-4351-81dc-7b238bc51917 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-23fa3811-02c2-4351-81dc-7b238bc51917 .shg-proportional-font-size,
#s-23fa3811-02c2-4351-81dc-7b238bc51917 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 50;
    
    
    font-size: 0.5em;
  
}
}
#s-056498e5-b428-453f-a888-4d70c4bf3fb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 30%;
padding-bottom: 40px;
padding-right: 30%;
}
@media (max-width: 767px){#s-056498e5-b428-453f-a888-4d70c4bf3fb4 {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-056498e5-b428-453f-a888-4d70c4bf3fb4 .shg-proportional-font-size,
#s-056498e5-b428-453f-a888-4d70c4bf3fb4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-056498e5-b428-453f-a888-4d70c4bf3fb4 .shg-proportional-font-size,
#s-056498e5-b428-453f-a888-4d70c4bf3fb4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-86801988-0545-45e8-bb6a-80fc4f5b29d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}
@media (max-width: 767px){#s-86801988-0545-45e8-bb6a-80fc4f5b29d3 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(235, 235, 235, 1);
}
}
@media (min-width: 0px) {
[id="s-86801988-0545-45e8-bb6a-80fc4f5b29d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86801988-0545-45e8-bb6a-80fc4f5b29d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86801988-0545-45e8-bb6a-80fc4f5b29d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86801988-0545-45e8-bb6a-80fc4f5b29d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b35a7aa8-8415-479f-8440-7b794e6749b6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-b35a7aa8-8415-479f-8440-7b794e6749b6 {
  padding-top: 20px;
}
}
#s-b35a7aa8-8415-479f-8440-7b794e6749b6 .shg-proportional-font-size,
#s-b35a7aa8-8415-479f-8440-7b794e6749b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77f2412e-5eb2-4c98-bdc1-48923aafda4c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-77f2412e-5eb2-4c98-bdc1-48923aafda4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f2412e-5eb2-4c98-bdc1-48923aafda4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77f2412e-5eb2-4c98-bdc1-48923aafda4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f2412e-5eb2-4c98-bdc1-48923aafda4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d81c0fb0-650f-4551-8003-5f83ccc13b00 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d81c0fb0-650f-4551-8003-5f83ccc13b00 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-d81c0fb0-650f-4551-8003-5f83ccc13b00 .shg-proportional-font-size,
#s-d81c0fb0-650f-4551-8003-5f83ccc13b00 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9088b9ac-1d6c-4c26-abd2-8bb4117fbceb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9088b9ac-1d6c-4c26-abd2-8bb4117fbceb {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-9088b9ac-1d6c-4c26-abd2-8bb4117fbceb .shg-proportional-font-size,
#s-9088b9ac-1d6c-4c26-abd2-8bb4117fbceb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a91b6bcc-7e51-4d1e-8a99-8eb8e00c8d68 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4f3b44e1-271a-4462-8f9c-e03f5e56d65b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4f3b44e1-271a-4462-8f9c-e03f5e56d65b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f3b44e1-271a-4462-8f9c-e03f5e56d65b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f3b44e1-271a-4462-8f9c-e03f5e56d65b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f3b44e1-271a-4462-8f9c-e03f5e56d65b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-091213e3-51f8-44eb-924a-f912282a881e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-091213e3-51f8-44eb-924a-f912282a881e {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-091213e3-51f8-44eb-924a-f912282a881e .shg-proportional-font-size,
#s-091213e3-51f8-44eb-924a-f912282a881e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d51b60ad-f20c-4cb6-9286-d782debc2e61 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d51b60ad-f20c-4cb6-9286-d782debc2e61 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-d51b60ad-f20c-4cb6-9286-d782debc2e61 .shg-proportional-font-size,
#s-d51b60ad-f20c-4cb6-9286-d782debc2e61 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-223efdc2-7543-4a09-9e57-fc07c06f3b96 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-74e1c6d9-d4e0-4f30-b037-c3e2c3e970fd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-74e1c6d9-d4e0-4f30-b037-c3e2c3e970fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74e1c6d9-d4e0-4f30-b037-c3e2c3e970fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74e1c6d9-d4e0-4f30-b037-c3e2c3e970fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74e1c6d9-d4e0-4f30-b037-c3e2c3e970fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1aad787b-e2a7-43f7-9c7c-24db6a3a5803 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1aad787b-e2a7-43f7-9c7c-24db6a3a5803 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-1aad787b-e2a7-43f7-9c7c-24db6a3a5803 .shg-proportional-font-size,
#s-1aad787b-e2a7-43f7-9c7c-24db6a3a5803 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-539a9553-a573-4099-820f-e47fc5c80895 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-539a9553-a573-4099-820f-e47fc5c80895 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-539a9553-a573-4099-820f-e47fc5c80895 .shg-proportional-font-size,
#s-539a9553-a573-4099-820f-e47fc5c80895 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e1e1cea-46e4-4700-8656-57c03631671a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bfedf5d8-4b5d-4e6b-bebb-0a2a5e6eeb2a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-bfedf5d8-4b5d-4e6b-bebb-0a2a5e6eeb2a {
  padding-top: 24px;
padding-bottom: 20px;
}
}
#s-bfedf5d8-4b5d-4e6b-bebb-0a2a5e6eeb2a .shg-proportional-font-size,
#s-bfedf5d8-4b5d-4e6b-bebb-0a2a5e6eeb2a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-95e53c4a-4fda-4f78-b639-d8804606c7bc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-95e53c4a-4fda-4f78-b639-d8804606c7bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95e53c4a-4fda-4f78-b639-d8804606c7bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95e53c4a-4fda-4f78-b639-d8804606c7bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95e53c4a-4fda-4f78-b639-d8804606c7bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c1f0b67-6920-4301-a492-0fab8604871b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6c1f0b67-6920-4301-a492-0fab8604871b {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-6c1f0b67-6920-4301-a492-0fab8604871b .shg-proportional-font-size,
#s-6c1f0b67-6920-4301-a492-0fab8604871b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e52a0e6b-e56b-49de-bfad-b3f1f39e7441 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e52a0e6b-e56b-49de-bfad-b3f1f39e7441 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-e52a0e6b-e56b-49de-bfad-b3f1f39e7441 .shg-proportional-font-size,
#s-e52a0e6b-e56b-49de-bfad-b3f1f39e7441 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b443154b-62f6-4eac-88b6-ee3c8d1c777f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c856ff54-9667-4e1b-b14b-6bbdc7d6961a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-c856ff54-9667-4e1b-b14b-6bbdc7d6961a {
  padding-top: 20px;
}
}
#s-c856ff54-9667-4e1b-b14b-6bbdc7d6961a .shg-proportional-font-size,
#s-c856ff54-9667-4e1b-b14b-6bbdc7d6961a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e52463f-0dd6-418f-acdf-522508c56c57 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1e52463f-0dd6-418f-acdf-522508c56c57"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 18.0px);
}

}

@media (min-width: 768px) {
[id="s-1e52463f-0dd6-418f-acdf-522508c56c57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-1e52463f-0dd6-418f-acdf-522508c56c57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e52463f-0dd6-418f-acdf-522508c56c57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

}

#s-556c494c-236d-4135-bb04-7c93c43a052b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(170, 170, 170, 0);
}

#s-556c494c-236d-4135-bb04-7c93c43a052b .shg-proportional-font-size,
#s-556c494c-236d-4135-bb04-7c93c43a052b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cb5e2c04-1f76-4e8b-8b0a-87b09954b717 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3012ef88-f869-43f4-8609-e9c7d73f6598 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(229, 87, 37, 0);
}

#s-3012ef88-f869-43f4-8609-e9c7d73f6598 .shg-proportional-font-size,
#s-3012ef88-f869-43f4-8609-e9c7d73f6598 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a1d233d0-beb3-4ab7-8bf8-20e1e72a2e77 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bfcb7617-5eda-4f96-a00b-c99ef3d74f84 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(229, 87, 37, 0);
}

#s-bfcb7617-5eda-4f96-a00b-c99ef3d74f84 .shg-proportional-font-size,
#s-bfcb7617-5eda-4f96-a00b-c99ef3d74f84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c1b5d046-8126-4c13-a2a2-8d228bb5c039 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
}

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca > .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: Oswald;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-4b770101-c0dd-40f3-96b7-f9fa1f48beca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-080f80d0-a14f-4d85-a501-5e7a179bf64c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 800px;
}

#s-080f80d0-a14f-4d85-a501-5e7a179bf64c .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 0px;
}

#s-080f80d0-a14f-4d85-a501-5e7a179bf64c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-080f80d0-a14f-4d85-a501-5e7a179bf64c td.shogun-table-column {
  background-color: rgba(221, 221, 221, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-080f80d0-a14f-4d85-a501-5e7a179bf64c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-080f80d0-a14f-4d85-a501-5e7a179bf64c td.shogun-table-column, #s-080f80d0-a14f-4d85-a501-5e7a179bf64c td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-8beecd68-af1f-4a1e-b666-d7280d76431e {
  margin-left: auto;
margin-right: auto;
}

#s-8beecd68-af1f-4a1e-b666-d7280d76431e .shg-proportional-font-size,
#s-8beecd68-af1f-4a1e-b666-d7280d76431e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d8f4218f-8d27-49bf-bbca-c184cc0b6a49 {
  margin-left: auto;
margin-right: auto;
}

#s-d8f4218f-8d27-49bf-bbca-c184cc0b6a49 .shg-proportional-font-size,
#s-d8f4218f-8d27-49bf-bbca-c184cc0b6a49 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5b6bdc27-7b2a-4628-b002-40837411ac98 {
  margin-left: auto;
margin-right: auto;
}

#s-5b6bdc27-7b2a-4628-b002-40837411ac98 .shg-proportional-font-size,
#s-5b6bdc27-7b2a-4628-b002-40837411ac98 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-37a3ff45-43e3-41fe-9121-cca42bfcc4e4 {
  margin-left: auto;
margin-right: auto;
}

#s-37a3ff45-43e3-41fe-9121-cca42bfcc4e4 .shg-proportional-font-size,
#s-37a3ff45-43e3-41fe-9121-cca42bfcc4e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ac807044-f1f4-464a-976f-f899a13b44a9 {
  margin-left: auto;
margin-right: auto;
}

#s-ac807044-f1f4-464a-976f-f899a13b44a9 .shg-proportional-font-size,
#s-ac807044-f1f4-464a-976f-f899a13b44a9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-061d3da1-8831-45d0-b7a8-10c3ac2d7d0a {
  margin-left: auto;
margin-right: auto;
}

#s-061d3da1-8831-45d0-b7a8-10c3ac2d7d0a .shg-proportional-font-size,
#s-061d3da1-8831-45d0-b7a8-10c3ac2d7d0a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b6de60e4-863f-4c88-b013-f1e463bd655d {
  margin-left: auto;
margin-right: auto;
}

#s-b6de60e4-863f-4c88-b013-f1e463bd655d .shg-proportional-font-size,
#s-b6de60e4-863f-4c88-b013-f1e463bd655d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bc0d2632-23d8-4e3f-915d-efe8400484ea {
  margin-left: auto;
margin-right: auto;
}

#s-bc0d2632-23d8-4e3f-915d-efe8400484ea .shg-proportional-font-size,
#s-bc0d2632-23d8-4e3f-915d-efe8400484ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-12b7fdcb-90e6-4a00-8bc1-6da2975a1b48 {
  margin-left: auto;
margin-right: auto;
}

#s-12b7fdcb-90e6-4a00-8bc1-6da2975a1b48 .shg-proportional-font-size,
#s-12b7fdcb-90e6-4a00-8bc1-6da2975a1b48 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-731cd846-37ed-4c55-9ffe-fe919259affa {
  margin-left: auto;
margin-right: auto;
}

#s-731cd846-37ed-4c55-9ffe-fe919259affa .shg-proportional-font-size,
#s-731cd846-37ed-4c55-9ffe-fe919259affa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf9f0053-b400-49e8-be8b-bc2aba996cda {
  margin-left: auto;
margin-right: auto;
}

#s-cf9f0053-b400-49e8-be8b-bc2aba996cda .shg-proportional-font-size,
#s-cf9f0053-b400-49e8-be8b-bc2aba996cda .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aab94c96-b256-4211-a625-d257a1926f75 {
  margin-left: auto;
margin-right: auto;
}

#s-aab94c96-b256-4211-a625-d257a1926f75 .shg-proportional-font-size,
#s-aab94c96-b256-4211-a625-d257a1926f75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3751f109-eb6c-4834-871d-eb803948b529 {
  margin-left: auto;
margin-right: auto;
}

#s-3751f109-eb6c-4834-871d-eb803948b529 .shg-proportional-font-size,
#s-3751f109-eb6c-4834-871d-eb803948b529 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70e7f917-e069-4793-85f5-cdd657d7574a {
  margin-left: auto;
margin-right: auto;
}

#s-70e7f917-e069-4793-85f5-cdd657d7574a .shg-proportional-font-size,
#s-70e7f917-e069-4793-85f5-cdd657d7574a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ab30f7a2-1568-4783-9e19-f750123f1e73 {
  margin-left: auto;
margin-right: auto;
}

#s-ab30f7a2-1568-4783-9e19-f750123f1e73 .shg-proportional-font-size,
#s-ab30f7a2-1568-4783-9e19-f750123f1e73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70380f2c-f463-44ab-839a-217d88d01a80 {
  margin-left: auto;
margin-right: auto;
}

#s-70380f2c-f463-44ab-839a-217d88d01a80 .shg-proportional-font-size,
#s-70380f2c-f463-44ab-839a-217d88d01a80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-95b223d3-02f7-4201-9787-7f3ddb6326bc {
  margin-left: auto;
margin-right: auto;
}

#s-95b223d3-02f7-4201-9787-7f3ddb6326bc .shg-proportional-font-size,
#s-95b223d3-02f7-4201-9787-7f3ddb6326bc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3b4852eb-7176-4c7b-8f48-75f0a91603f6 {
  margin-left: auto;
margin-right: auto;
}

#s-3b4852eb-7176-4c7b-8f48-75f0a91603f6 .shg-proportional-font-size,
#s-3b4852eb-7176-4c7b-8f48-75f0a91603f6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4c11003f-c948-48b3-b339-b5332ed6b44a {
  margin-left: auto;
margin-right: auto;
}

#s-4c11003f-c948-48b3-b339-b5332ed6b44a .shg-proportional-font-size,
#s-4c11003f-c948-48b3-b339-b5332ed6b44a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-df9b60fd-68ab-49fa-891c-8385c26b759f {
  margin-left: auto;
margin-right: auto;
}

#s-df9b60fd-68ab-49fa-891c-8385c26b759f .shg-proportional-font-size,
#s-df9b60fd-68ab-49fa-891c-8385c26b759f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-755bb81b-9725-4230-a435-32522b61d322 {
  margin-left: auto;
margin-right: auto;
}

#s-755bb81b-9725-4230-a435-32522b61d322 .shg-proportional-font-size,
#s-755bb81b-9725-4230-a435-32522b61d322 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32cafeee-8d71-4a2d-ae4b-9f6f16d642ec {
  margin-left: auto;
margin-right: auto;
}

#s-32cafeee-8d71-4a2d-ae4b-9f6f16d642ec .shg-proportional-font-size,
#s-32cafeee-8d71-4a2d-ae4b-9f6f16d642ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29858460-6966-4e8f-a863-60e7acd37a18 {
  margin-left: auto;
margin-right: auto;
}

#s-29858460-6966-4e8f-a863-60e7acd37a18 .shg-proportional-font-size,
#s-29858460-6966-4e8f-a863-60e7acd37a18 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-661e90b3-7859-4974-8be6-05743cb298fd {
  margin-left: auto;
margin-right: auto;
}

#s-661e90b3-7859-4974-8be6-05743cb298fd .shg-proportional-font-size,
#s-661e90b3-7859-4974-8be6-05743cb298fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aadc7869-0c78-485f-b1d2-4db727deb96b {
  margin-left: auto;
margin-right: auto;
}

#s-aadc7869-0c78-485f-b1d2-4db727deb96b .shg-proportional-font-size,
#s-aadc7869-0c78-485f-b1d2-4db727deb96b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c7196d1d-f251-42a2-b70f-a561cd9eba4f {
  margin-left: auto;
margin-right: auto;
}

#s-c7196d1d-f251-42a2-b70f-a561cd9eba4f .shg-proportional-font-size,
#s-c7196d1d-f251-42a2-b70f-a561cd9eba4f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34cc7a85-bcc8-4096-b1f6-0d3d459f4782 {
  margin-left: auto;
margin-right: auto;
}

#s-34cc7a85-bcc8-4096-b1f6-0d3d459f4782 .shg-proportional-font-size,
#s-34cc7a85-bcc8-4096-b1f6-0d3d459f4782 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c7326f38-6c57-41bb-8b19-662f85a0c995 {
  margin-left: auto;
margin-right: auto;
}

#s-c7326f38-6c57-41bb-8b19-662f85a0c995 .shg-proportional-font-size,
#s-c7326f38-6c57-41bb-8b19-662f85a0c995 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ebc16ed1-6d0c-43c2-94d8-4f15d191ea96 {
  margin-left: auto;
margin-right: auto;
}

#s-ebc16ed1-6d0c-43c2-94d8-4f15d191ea96 .shg-proportional-font-size,
#s-ebc16ed1-6d0c-43c2-94d8-4f15d191ea96 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-93e49b49-d4ed-4058-af33-b57d94df1136 {
  margin-left: auto;
margin-right: auto;
}

#s-93e49b49-d4ed-4058-af33-b57d94df1136 .shg-proportional-font-size,
#s-93e49b49-d4ed-4058-af33-b57d94df1136 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-30ba36e8-3978-4174-a72f-4aa3dd5f791e {
  margin-left: auto;
margin-right: auto;
}

#s-30ba36e8-3978-4174-a72f-4aa3dd5f791e .shg-proportional-font-size,
#s-30ba36e8-3978-4174-a72f-4aa3dd5f791e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9ae3fa05-7027-4aaa-89cf-854d01b2b683 {
  margin-left: auto;
margin-right: auto;
}

#s-9ae3fa05-7027-4aaa-89cf-854d01b2b683 .shg-proportional-font-size,
#s-9ae3fa05-7027-4aaa-89cf-854d01b2b683 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-98b83f44-eac8-4e45-8c5a-17e77e6ccb25 {
  margin-left: auto;
margin-right: auto;
}

#s-98b83f44-eac8-4e45-8c5a-17e77e6ccb25 .shg-proportional-font-size,
#s-98b83f44-eac8-4e45-8c5a-17e77e6ccb25 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-291aed05-36bf-4822-8d9b-63c0557661fe {
  margin-left: auto;
margin-right: auto;
}

#s-291aed05-36bf-4822-8d9b-63c0557661fe .shg-proportional-font-size,
#s-291aed05-36bf-4822-8d9b-63c0557661fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c62d2417-854b-43c0-90b0-3e151e2841c0 {
  margin-left: auto;
margin-right: auto;
}

#s-c62d2417-854b-43c0-90b0-3e151e2841c0 .shg-proportional-font-size,
#s-c62d2417-854b-43c0-90b0-3e151e2841c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f9b9b51-7c9f-4c3d-8cc5-cf057c3efdbb {
  margin-left: auto;
margin-right: auto;
}

#s-4f9b9b51-7c9f-4c3d-8cc5-cf057c3efdbb .shg-proportional-font-size,
#s-4f9b9b51-7c9f-4c3d-8cc5-cf057c3efdbb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-536958dc-b6c8-477c-b1c4-ba3161f01b18 {
  margin-left: auto;
margin-right: auto;
}

#s-536958dc-b6c8-477c-b1c4-ba3161f01b18 .shg-proportional-font-size,
#s-536958dc-b6c8-477c-b1c4-ba3161f01b18 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-73fbb6d9-0235-4b85-9401-2007a34d7ed6 {
  margin-left: auto;
margin-right: auto;
}

#s-73fbb6d9-0235-4b85-9401-2007a34d7ed6 .shg-proportional-font-size,
#s-73fbb6d9-0235-4b85-9401-2007a34d7ed6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-74c8d393-7c9e-4d54-aa89-562e9a116f28 {
  margin-left: auto;
margin-right: auto;
}

#s-74c8d393-7c9e-4d54-aa89-562e9a116f28 .shg-proportional-font-size,
#s-74c8d393-7c9e-4d54-aa89-562e9a116f28 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4aadfd8a-db57-4b09-a2d5-d4da2d1f3bed {
  margin-left: auto;
margin-right: auto;
}

#s-4aadfd8a-db57-4b09-a2d5-d4da2d1f3bed .shg-proportional-font-size,
#s-4aadfd8a-db57-4b09-a2d5-d4da2d1f3bed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f431c085-31c5-479a-94e8-fd17821cac14 {
  margin-left: auto;
margin-right: auto;
}

#s-f431c085-31c5-479a-94e8-fd17821cac14 .shg-proportional-font-size,
#s-f431c085-31c5-479a-94e8-fd17821cac14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77e6b831-53a0-4ae9-b2c6-b7111ff03dc9 {
  margin-left: auto;
margin-right: auto;
}

#s-77e6b831-53a0-4ae9-b2c6-b7111ff03dc9 .shg-proportional-font-size,
#s-77e6b831-53a0-4ae9-b2c6-b7111ff03dc9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-02f55466-067b-431f-ad22-775f985ba2b4 {
  margin-left: auto;
margin-right: auto;
}

#s-02f55466-067b-431f-ad22-775f985ba2b4 .shg-proportional-font-size,
#s-02f55466-067b-431f-ad22-775f985ba2b4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a37ef79f-f4e0-4385-b0b3-59e3ab717989 {
  margin-left: auto;
margin-right: auto;
}

#s-a37ef79f-f4e0-4385-b0b3-59e3ab717989 .shg-proportional-font-size,
#s-a37ef79f-f4e0-4385-b0b3-59e3ab717989 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb296048-91d0-4412-a69c-1da68659b2ed {
  margin-left: auto;
margin-right: auto;
}

#s-eb296048-91d0-4412-a69c-1da68659b2ed .shg-proportional-font-size,
#s-eb296048-91d0-4412-a69c-1da68659b2ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d3ca5e81-4eef-45ac-85cf-593f6c1f3d95 {
  margin-left: auto;
margin-right: auto;
}

#s-d3ca5e81-4eef-45ac-85cf-593f6c1f3d95 .shg-proportional-font-size,
#s-d3ca5e81-4eef-45ac-85cf-593f6c1f3d95 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc8e2d65-820d-4978-87de-cc0d320458c5 {
  margin-left: auto;
margin-right: auto;
}

#s-cc8e2d65-820d-4978-87de-cc0d320458c5 .shg-proportional-font-size,
#s-cc8e2d65-820d-4978-87de-cc0d320458c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-274dcc64-72eb-4d54-88f1-429c6c71eec5 {
  margin-left: auto;
margin-right: auto;
}

#s-274dcc64-72eb-4d54-88f1-429c6c71eec5 .shg-proportional-font-size,
#s-274dcc64-72eb-4d54-88f1-429c6c71eec5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a10d6be7-1462-4386-95cd-458e6c27e836 {
  margin-left: auto;
margin-right: auto;
}

#s-a10d6be7-1462-4386-95cd-458e6c27e836 .shg-proportional-font-size,
#s-a10d6be7-1462-4386-95cd-458e6c27e836 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d55d7f0b-6fca-4fbb-975d-7d9bc8c330b1 {
  margin-left: auto;
margin-right: auto;
}

#s-d55d7f0b-6fca-4fbb-975d-7d9bc8c330b1 .shg-proportional-font-size,
#s-d55d7f0b-6fca-4fbb-975d-7d9bc8c330b1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8bef0253-9f4f-4b53-a87c-036714797528 {
  margin-left: auto;
margin-right: auto;
}

#s-8bef0253-9f4f-4b53-a87c-036714797528 .shg-proportional-font-size,
#s-8bef0253-9f4f-4b53-a87c-036714797528 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-152c276c-1ca3-4c17-8be7-2f44aecef3ab {
  margin-left: auto;
margin-right: auto;
}

#s-152c276c-1ca3-4c17-8be7-2f44aecef3ab .shg-proportional-font-size,
#s-152c276c-1ca3-4c17-8be7-2f44aecef3ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0620fe6f-40fd-4035-b8d7-0f15f4324d25 {
  margin-left: auto;
margin-right: auto;
}

#s-0620fe6f-40fd-4035-b8d7-0f15f4324d25 .shg-proportional-font-size,
#s-0620fe6f-40fd-4035-b8d7-0f15f4324d25 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-559568f5-c9ea-42d5-b35c-bc48f86e5290 {
  margin-left: auto;
margin-right: auto;
}

#s-559568f5-c9ea-42d5-b35c-bc48f86e5290 .shg-proportional-font-size,
#s-559568f5-c9ea-42d5-b35c-bc48f86e5290 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b83c8c2d-ad80-4058-a46f-2943d7ed0187 {
  margin-left: auto;
margin-right: auto;
}

#s-b83c8c2d-ad80-4058-a46f-2943d7ed0187 .shg-proportional-font-size,
#s-b83c8c2d-ad80-4058-a46f-2943d7ed0187 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0b6ecd24-d909-4fa5-a780-38d3f0b5d46b {
  margin-left: auto;
margin-right: auto;
}

#s-0b6ecd24-d909-4fa5-a780-38d3f0b5d46b .shg-proportional-font-size,
#s-0b6ecd24-d909-4fa5-a780-38d3f0b5d46b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-69678e4f-a9a4-4743-9f5e-aa74e6da3c99 {
  margin-left: auto;
margin-right: auto;
}

#s-69678e4f-a9a4-4743-9f5e-aa74e6da3c99 .shg-proportional-font-size,
#s-69678e4f-a9a4-4743-9f5e-aa74e6da3c99 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b2e53946-4a58-4648-b201-3be35faa9f61 {
  margin-left: auto;
margin-right: auto;
}

#s-b2e53946-4a58-4648-b201-3be35faa9f61 .shg-proportional-font-size,
#s-b2e53946-4a58-4648-b201-3be35faa9f61 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c77feaa8-61df-4ef2-92cd-744a80f9af6b {
  margin-left: auto;
margin-right: auto;
}

#s-c77feaa8-61df-4ef2-92cd-744a80f9af6b .shg-proportional-font-size,
#s-c77feaa8-61df-4ef2-92cd-744a80f9af6b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce0d02bf-393f-402f-abbf-5bce27cd1610 {
  margin-left: auto;
margin-right: auto;
}

#s-ce0d02bf-393f-402f-abbf-5bce27cd1610 .shg-proportional-font-size,
#s-ce0d02bf-393f-402f-abbf-5bce27cd1610 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f35eca16-4ad3-4c34-b6a7-610bb22fbd6a {
  margin-left: auto;
margin-right: auto;
}

#s-f35eca16-4ad3-4c34-b6a7-610bb22fbd6a .shg-proportional-font-size,
#s-f35eca16-4ad3-4c34-b6a7-610bb22fbd6a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-33057477-6b4c-4367-9455-4be9cf030774 {
  margin-left: auto;
margin-right: auto;
}

#s-33057477-6b4c-4367-9455-4be9cf030774 .shg-proportional-font-size,
#s-33057477-6b4c-4367-9455-4be9cf030774 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5714b57e-70d1-4379-8704-9f450b6126e4 {
  margin-left: auto;
margin-right: auto;
}

#s-5714b57e-70d1-4379-8704-9f450b6126e4 .shg-proportional-font-size,
#s-5714b57e-70d1-4379-8704-9f450b6126e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5366ef8e-508f-4ade-a328-22600fb1fdf9 {
  margin-left: auto;
margin-right: auto;
}

#s-5366ef8e-508f-4ade-a328-22600fb1fdf9 .shg-proportional-font-size,
#s-5366ef8e-508f-4ade-a328-22600fb1fdf9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36153ea5-f22d-49b1-8942-5f4404784fcc {
  margin-left: auto;
margin-right: auto;
}

#s-36153ea5-f22d-49b1-8942-5f4404784fcc .shg-proportional-font-size,
#s-36153ea5-f22d-49b1-8942-5f4404784fcc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2e5bc773-ba8a-4224-8a74-ba7d7d30a518 {
  margin-left: auto;
margin-right: auto;
}

#s-2e5bc773-ba8a-4224-8a74-ba7d7d30a518 .shg-proportional-font-size,
#s-2e5bc773-ba8a-4224-8a74-ba7d7d30a518 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e0b09b08-44ba-499b-95b0-59372863c280 {
  margin-left: auto;
margin-right: auto;
}

#s-e0b09b08-44ba-499b-95b0-59372863c280 .shg-proportional-font-size,
#s-e0b09b08-44ba-499b-95b0-59372863c280 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f42d076c-5a7c-4df4-a462-2e2c2201e641 {
  margin-left: auto;
margin-right: auto;
}

#s-f42d076c-5a7c-4df4-a462-2e2c2201e641 .shg-proportional-font-size,
#s-f42d076c-5a7c-4df4-a462-2e2c2201e641 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4455d2ef-1075-4e0a-9f76-cfcc8651c651 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4455d2ef-1075-4e0a-9f76-cfcc8651c651"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  margin-left: 0%;
margin-right: 0%;
max-width: 360px;
text-align: center;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386-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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 20px;
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 img.shogun-image {
  width: 100%;
  
  
  max-width: 360px;

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




.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386-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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386-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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386-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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386-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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .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-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c99c6dae-5ac3-4ebf-8661-4fdab1cc4386.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aceb1a30-672a-48c1-8798-a210c68836dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-aceb1a30-672a-48c1-8798-a210c68836dd .shg-proportional-font-size,
#s-aceb1a30-672a-48c1-8798-a210c68836dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ddac5f73-3964-4765-b1bb-d45ef518b976 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ddac5f73-3964-4765-b1bb-d45ef518b976 .shg-proportional-font-size,
#s-ddac5f73-3964-4765-b1bb-d45ef518b976 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2d9c5635-9f9c-474e-a8bf-4c6cdc8747e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2d9c5635-9f9c-474e-a8bf-4c6cdc8747e9 .shg-proportional-font-size,
#s-2d9c5635-9f9c-474e-a8bf-4c6cdc8747e9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3107c2a1-1cbe-4601-9967-27a5a60c9483 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3107c2a1-1cbe-4601-9967-27a5a60c9483 .shg-proportional-font-size,
#s-3107c2a1-1cbe-4601-9967-27a5a60c9483 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1360168d-d8a3-4da0-b777-94d1c8a23c2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1360168d-d8a3-4da0-b777-94d1c8a23c2f .shg-proportional-font-size,
#s-1360168d-d8a3-4da0-b777-94d1c8a23c2f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a02ee459-cf06-4da9-ba23-7075bb07bd4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a02ee459-cf06-4da9-ba23-7075bb07bd4e .shg-proportional-font-size,
#s-a02ee459-cf06-4da9-ba23-7075bb07bd4e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1ed5697f-fbfa-46be-b00f-ad6e5647f1e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1ed5697f-fbfa-46be-b00f-ad6e5647f1e5 .shg-proportional-font-size,
#s-1ed5697f-fbfa-46be-b00f-ad6e5647f1e5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6a80cfb8-dd1e-4509-9a12-bc0adc00bfd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6a80cfb8-dd1e-4509-9a12-bc0adc00bfd6 .shg-proportional-font-size,
#s-6a80cfb8-dd1e-4509-9a12-bc0adc00bfd6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a734d72a-1ac4-4b93-bf82-9085422b9287 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a734d72a-1ac4-4b93-bf82-9085422b9287 .shg-proportional-font-size,
#s-a734d72a-1ac4-4b93-bf82-9085422b9287 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-74137e55-c542-4f41-b686-461f6df33084 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-74137e55-c542-4f41-b686-461f6df33084 .shg-proportional-font-size,
#s-74137e55-c542-4f41-b686-461f6df33084 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-23a36854-c593-4c5b-9501-6b9a1617a272 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-23a36854-c593-4c5b-9501-6b9a1617a272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23a36854-c593-4c5b-9501-6b9a1617a272"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-23a36854-c593-4c5b-9501-6b9a1617a272"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-23a36854-c593-4c5b-9501-6b9a1617a272"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f74929b8-76ed-4f78-9b3a-d3b0f94d2d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f74929b8-76ed-4f78-9b3a-d3b0f94d2d33 .shg-proportional-font-size,
#s-f74929b8-76ed-4f78-9b3a-d3b0f94d2d33 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5888a4a9-160f-41fb-a84b-b1c7eaeb1285 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5888a4a9-160f-41fb-a84b-b1c7eaeb1285 .shg-proportional-font-size,
#s-5888a4a9-160f-41fb-a84b-b1c7eaeb1285 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7c1ccbac-7c96-4348-9f75-7e39ad9044d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7c1ccbac-7c96-4348-9f75-7e39ad9044d1 .shg-proportional-font-size,
#s-7c1ccbac-7c96-4348-9f75-7e39ad9044d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2adb2884-1087-4164-8d6b-62a4c4006dd8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2adb2884-1087-4164-8d6b-62a4c4006dd8 .shg-proportional-font-size,
#s-2adb2884-1087-4164-8d6b-62a4c4006dd8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3caf7f25-fcf7-4768-a3eb-2c631a530747 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3caf7f25-fcf7-4768-a3eb-2c631a530747 .shg-proportional-font-size,
#s-3caf7f25-fcf7-4768-a3eb-2c631a530747 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ced53b2-892d-4e53-8ed8-aa240493078e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8ced53b2-892d-4e53-8ed8-aa240493078e .shg-proportional-font-size,
#s-8ced53b2-892d-4e53-8ed8-aa240493078e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b58ce070-d1ba-4718-88b8-e779f2315dd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b58ce070-d1ba-4718-88b8-e779f2315dd0 .shg-proportional-font-size,
#s-b58ce070-d1ba-4718-88b8-e779f2315dd0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e7b4436d-aebc-48cd-a8f6-be8dde55dcff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e7b4436d-aebc-48cd-a8f6-be8dde55dcff .shg-proportional-font-size,
#s-e7b4436d-aebc-48cd-a8f6-be8dde55dcff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77fda083-dd82-486e-a67c-a894cf2e906b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-77fda083-dd82-486e-a67c-a894cf2e906b .shg-proportional-font-size,
#s-77fda083-dd82-486e-a67c-a894cf2e906b .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;
  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;
}
