.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-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  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 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  padding-top: 5px;
}
@media (max-width: 767px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 480px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/c29993f0-0fa5-4a7d-83d6-ed8f0e1b440a/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.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;
}

@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-55513237-d79d-4e30-a0e5-53145322c63e {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(95, 122, 134, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-55513237-d79d-4e30-a0e5-53145322c63e:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55513237-d79d-4e30-a0e5-53145322c63e:active {background-color: rgba(0, 0, 0, 0.54) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55513237-d79d-4e30-a0e5-53145322c63e-root {
    text-align: center;
  }


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55513237-d79d-4e30-a0e5-53145322c63e-root {
    text-align: center;
  }


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55513237-d79d-4e30-a0e5-53145322c63e-root {
    text-align: center;
  }


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55513237-d79d-4e30-a0e5-53145322c63e-root {
    text-align: center;
  }


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55513237-d79d-4e30-a0e5-53145322c63e-root {
    text-align: center;
  }


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6d0e5d43-da85-4123-b4b9-22f813588656 {
  margin-bottom: 20px;
min-height: 64px;
max-width: 200px;
text-align: center;
}

#s-6d0e5d43-da85-4123-b4b9-22f813588656 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6d0e5d43-da85-4123-b4b9-22f813588656 .shogun-image-content {
  
    justify-content: center;
  
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e5606fc5-e79c-4ed1-92eb-7aa5f8bf7c92 {
  margin-top: 10px;
}

#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72.shg-box.shg-c {
  justify-content: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-bottom: 20px;
min-height: 64px;
max-width: 512px;
text-align: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  overflow: hidden;
  
  
      max-width: 512px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-65309c33-624f-4331-b686-35c54246d536 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473.shg-box.shg-c {
  justify-content: center;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-bottom: 20px;
min-height: 64px;
max-width: 512px;
text-align: center;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  overflow: hidden;
  
  
      max-width: 512px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-43757720-be18-4c6f-934e-20f09aa1644c {
  margin-top: 10px;
}

#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16.shg-box.shg-c {
  justify-content: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-bottom: 20px;
min-height: 64px;
max-width: 256px;
text-align: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  overflow: hidden;
  
  
      max-width: 256px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-336df74f-6f92-4e07-96db-adf773077c95 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8fc68945-34de-48ef-99b6-a94cb341f7a0 {
  margin-top: 10px;
}

#s-2998514c-93f9-4f79-8c1a-35f5770ce75c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2998514c-93f9-4f79-8c1a-35f5770ce75c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2998514c-93f9-4f79-8c1a-35f5770ce75c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2998514c-93f9-4f79-8c1a-35f5770ce75c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2998514c-93f9-4f79-8c1a-35f5770ce75c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf-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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 28.6% 36%;
     object-position: 28.6% 36%;
  transform: translateX(-4.3%) translateY(-5.4%) scale(1.15);
  transform-origin: top left;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
      position: relative;
    }

    .s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf-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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf 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: 28.6% 36%;
     object-position: 28.6% 36%;
  transform: translateX(-4.3%) translateY(-5.4%) scale(1.15);
  transform-origin: top left;
}




.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf-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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf 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: 28.6% 36%;
     object-position: 28.6% 36%;
  transform: translateX(-4.3%) translateY(-5.4%) scale(1.15);
  transform-origin: top left;
}




.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf-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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf 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: 28.6% 36%;
     object-position: 28.6% 36%;
  transform: translateX(-4.3%) translateY(-5.4%) scale(1.15);
  transform-origin: top left;
}




.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf-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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .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-e3ae644b-0f34-48d9-884f-33d1d1c4afbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf 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: 28.6% 36%;
     object-position: 28.6% 36%;
  transform: translateX(-4.3%) translateY(-5.4%) scale(1.15);
  transform-origin: top left;
}




.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3ae644b-0f34-48d9-884f-33d1d1c4afbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-ce552ad6-de85-4b39-a038-5d8f1b7db926 {
  margin-left: auto;
margin-right: auto;
}

#s-ce552ad6-de85-4b39-a038-5d8f1b7db926 .shg-proportional-font-size,
#s-ce552ad6-de85-4b39-a038-5d8f1b7db926 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e {
  margin-left: auto;
margin-right: auto;
max-width: 1032px;
aspect-ratio: 1/1;
text-align: center;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e-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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e .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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da95c532-66b2-41a8-a8e5-55405f5a833e img.shogun-image {
  width: 100%;
  
  
  max-width: 1032px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45.1% 40.5%;
     object-position: 45.1% 40.5%;
  transform: translateX(-6.3%) translateY(-5.7%) scale(1.1400000000000001);
  transform-origin: top left;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da95c532-66b2-41a8-a8e5-55405f5a833e .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-da95c532-66b2-41a8-a8e5-55405f5a833e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da95c532-66b2-41a8-a8e5-55405f5a833e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-da95c532-66b2-41a8-a8e5-55405f5a833e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da95c532-66b2-41a8-a8e5-55405f5a833e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
      position: relative;
    }

    .s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da95c532-66b2-41a8-a8e5-55405f5a833e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1032px;
    }
  }

@media (min-width: 1200px){#s-da95c532-66b2-41a8-a8e5-55405f5a833e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e-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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e .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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da95c532-66b2-41a8-a8e5-55405f5a833e 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: 45.1% 40.5%;
     object-position: 45.1% 40.5%;
  transform: translateX(-6.3%) translateY(-5.7%) scale(1.1400000000000001);
  transform-origin: top left;
}




.s-da95c532-66b2-41a8-a8e5-55405f5a833e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-da95c532-66b2-41a8-a8e5-55405f5a833e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e-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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e .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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da95c532-66b2-41a8-a8e5-55405f5a833e 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: 45.1% 40.5%;
     object-position: 45.1% 40.5%;
  transform: translateX(-6.3%) translateY(-5.7%) scale(1.1400000000000001);
  transform-origin: top left;
}




.s-da95c532-66b2-41a8-a8e5-55405f5a833e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-da95c532-66b2-41a8-a8e5-55405f5a833e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e-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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e .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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da95c532-66b2-41a8-a8e5-55405f5a833e 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: 45.1% 40.5%;
     object-position: 45.1% 40.5%;
  transform: translateX(-6.3%) translateY(-5.7%) scale(1.1400000000000001);
  transform-origin: top left;
}




.s-da95c532-66b2-41a8-a8e5-55405f5a833e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-da95c532-66b2-41a8-a8e5-55405f5a833e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e-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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e .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-da95c532-66b2-41a8-a8e5-55405f5a833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da95c532-66b2-41a8-a8e5-55405f5a833e 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: 45.1% 40.5%;
     object-position: 45.1% 40.5%;
  transform: translateX(-6.3%) translateY(-5.7%) scale(1.1400000000000001);
  transform-origin: top left;
}




.s-da95c532-66b2-41a8-a8e5-55405f5a833e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da95c532-66b2-41a8-a8e5-55405f5a833e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b0d6163c-9e4c-4d1e-a65b-3c1c4e9ae3d9 {
  margin-left: auto;
margin-right: auto;
}

#s-b0d6163c-9e4c-4d1e-a65b-3c1c4e9ae3d9 .shg-proportional-font-size,
#s-b0d6163c-9e4c-4d1e-a65b-3c1c4e9ae3d9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
text-align: center;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83-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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 .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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

  /* 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-ba318d4d-5a1f-46d0-8732-bd6043746c83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83-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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 .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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 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-ba318d4d-5a1f-46d0-8732-bd6043746c83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83-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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 .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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 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-ba318d4d-5a1f-46d0-8732-bd6043746c83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83-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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 .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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 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-ba318d4d-5a1f-46d0-8732-bd6043746c83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83-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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 .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-ba318d4d-5a1f-46d0-8732-bd6043746c83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83 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-ba318d4d-5a1f-46d0-8732-bd6043746c83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba318d4d-5a1f-46d0-8732-bd6043746c83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-61c1fbe0-ce2e-4473-8091-ed35cc157fdb {
  margin-left: auto;
margin-right: auto;
}

#s-61c1fbe0-ce2e-4473-8091-ed35cc157fdb .shg-proportional-font-size,
#s-61c1fbe0-ce2e-4473-8091-ed35cc157fdb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
text-align: center;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c-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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c .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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

  /* 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-940b571d-8d67-440f-9e74-69fa7ca9b73c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c-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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c .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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c 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-940b571d-8d67-440f-9e74-69fa7ca9b73c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c-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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c .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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c 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-940b571d-8d67-440f-9e74-69fa7ca9b73c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c-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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c .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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c 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-940b571d-8d67-440f-9e74-69fa7ca9b73c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c-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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c .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-940b571d-8d67-440f-9e74-69fa7ca9b73c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c 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-940b571d-8d67-440f-9e74-69fa7ca9b73c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940b571d-8d67-440f-9e74-69fa7ca9b73c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cdb609ac-6364-4b92-9983-339b577c13ed {
  margin-left: auto;
margin-right: auto;
}

#s-cdb609ac-6364-4b92-9983-339b577c13ed .shg-proportional-font-size,
#s-cdb609ac-6364-4b92-9983-339b577c13ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f9df9fa-452d-4bf5-a53f-a93942c28379 {
  margin-left: auto;
margin-right: auto;
padding-top: 31px;
padding-bottom: 31px;
}

@media (min-width: 0px) {
[id="s-8f9df9fa-452d-4bf5-a53f-a93942c28379"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8f9df9fa-452d-4bf5-a53f-a93942c28379"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8f9df9fa-452d-4bf5-a53f-a93942c28379"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f9df9fa-452d-4bf5-a53f-a93942c28379"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b-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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b .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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97bda95d-507e-42b5-94f5-abb82ff26d5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
      position: relative;
    }

    .s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97bda95d-507e-42b5-94f5-abb82ff26d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b-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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b .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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b 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: 48.4% 54.8%;
     object-position: 48.4% 54.8%;
  transform: none;
  transform-origin: none;
}




.s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b-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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b .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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b 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: 48.4% 54.8%;
     object-position: 48.4% 54.8%;
  transform: none;
  transform-origin: none;
}




.s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b-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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b .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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b 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: 48.4% 54.8%;
     object-position: 48.4% 54.8%;
  transform: none;
  transform-origin: none;
}




.s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b-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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b .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-97bda95d-507e-42b5-94f5-abb82ff26d5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b 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: 48.4% 54.8%;
     object-position: 48.4% 54.8%;
  transform: none;
  transform-origin: none;
}




.s-97bda95d-507e-42b5-94f5-abb82ff26d5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97bda95d-507e-42b5-94f5-abb82ff26d5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b047a722-862d-4724-bb09-48425902c4b3 {
  margin-left: auto;
margin-right: auto;
}

#s-b047a722-862d-4724-bb09-48425902c4b3 .shg-proportional-font-size,
#s-b047a722-862d-4724-bb09-48425902c4b3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11405865-c361-4b4e-a2cb-24620a56839f {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
text-align: center;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f-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-11405865-c361-4b4e-a2cb-24620a56839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11405865-c361-4b4e-a2cb-24620a56839f .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-11405865-c361-4b4e-a2cb-24620a56839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11405865-c361-4b4e-a2cb-24620a56839f img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

  /* 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-11405865-c361-4b4e-a2cb-24620a56839f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11405865-c361-4b4e-a2cb-24620a56839f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f-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-11405865-c361-4b4e-a2cb-24620a56839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11405865-c361-4b4e-a2cb-24620a56839f .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-11405865-c361-4b4e-a2cb-24620a56839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11405865-c361-4b4e-a2cb-24620a56839f 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-11405865-c361-4b4e-a2cb-24620a56839f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11405865-c361-4b4e-a2cb-24620a56839f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f-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-11405865-c361-4b4e-a2cb-24620a56839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11405865-c361-4b4e-a2cb-24620a56839f .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-11405865-c361-4b4e-a2cb-24620a56839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11405865-c361-4b4e-a2cb-24620a56839f 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-11405865-c361-4b4e-a2cb-24620a56839f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11405865-c361-4b4e-a2cb-24620a56839f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f-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-11405865-c361-4b4e-a2cb-24620a56839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11405865-c361-4b4e-a2cb-24620a56839f .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-11405865-c361-4b4e-a2cb-24620a56839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11405865-c361-4b4e-a2cb-24620a56839f 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-11405865-c361-4b4e-a2cb-24620a56839f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11405865-c361-4b4e-a2cb-24620a56839f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f-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-11405865-c361-4b4e-a2cb-24620a56839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11405865-c361-4b4e-a2cb-24620a56839f .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-11405865-c361-4b4e-a2cb-24620a56839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11405865-c361-4b4e-a2cb-24620a56839f 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-11405865-c361-4b4e-a2cb-24620a56839f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11405865-c361-4b4e-a2cb-24620a56839f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fc1605ae-c76a-488a-a166-21856de2071d {
  margin-left: auto;
margin-right: auto;
}

#s-fc1605ae-c76a-488a-a166-21856de2071d .shg-proportional-font-size,
#s-fc1605ae-c76a-488a-a166-21856de2071d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
text-align: center;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d-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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d .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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

  /* 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-ddc41fda-40a3-48ac-a35f-237c1d71991d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d-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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d .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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d 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-ddc41fda-40a3-48ac-a35f-237c1d71991d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d-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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d .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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d 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-ddc41fda-40a3-48ac-a35f-237c1d71991d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d-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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d .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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d 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-ddc41fda-40a3-48ac-a35f-237c1d71991d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d-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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d .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-ddc41fda-40a3-48ac-a35f-237c1d71991d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d 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-ddc41fda-40a3-48ac-a35f-237c1d71991d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddc41fda-40a3-48ac-a35f-237c1d71991d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c1c68fed-18d0-4c1e-ac5c-f021a4651214 {
  margin-left: auto;
margin-right: auto;
}

#s-c1c68fed-18d0-4c1e-ac5c-f021a4651214 .shg-proportional-font-size,
#s-c1c68fed-18d0-4c1e-ac5c-f021a4651214 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
text-align: center;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad-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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad .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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-433199d6-0fd2-4495-bebc-546c2e0524ad img.shogun-image {
  width: 100%;
  
  
  max-width: 3600px;

  /* 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-433199d6-0fd2-4495-bebc-546c2e0524ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-433199d6-0fd2-4495-bebc-546c2e0524ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad-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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad .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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-433199d6-0fd2-4495-bebc-546c2e0524ad 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-433199d6-0fd2-4495-bebc-546c2e0524ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-433199d6-0fd2-4495-bebc-546c2e0524ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad-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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad .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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-433199d6-0fd2-4495-bebc-546c2e0524ad 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-433199d6-0fd2-4495-bebc-546c2e0524ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-433199d6-0fd2-4495-bebc-546c2e0524ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad-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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad .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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-433199d6-0fd2-4495-bebc-546c2e0524ad 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-433199d6-0fd2-4495-bebc-546c2e0524ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-433199d6-0fd2-4495-bebc-546c2e0524ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad-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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad .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-433199d6-0fd2-4495-bebc-546c2e0524ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-433199d6-0fd2-4495-bebc-546c2e0524ad 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-433199d6-0fd2-4495-bebc-546c2e0524ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433199d6-0fd2-4495-bebc-546c2e0524ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e91899f1-2209-4918-a874-b14385334c3c {
  margin-left: auto;
margin-right: auto;
}

#s-e91899f1-2209-4918-a874-b14385334c3c .shg-proportional-font-size,
#s-e91899f1-2209-4918-a874-b14385334c3c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}



@media (min-width: 0px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fee51938-aba7-4946-bdb5-63fee9adaaf4.shg-box.shg-c {
  justify-content: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9aeeaa6d-55b1-4efd-96be-80c33d289e0c {
  margin-left: auto;
margin-right: auto;
}

#s-9aeeaa6d-55b1-4efd-96be-80c33d289e0c .shg-proportional-font-size,
#s-9aeeaa6d-55b1-4efd-96be-80c33d289e0c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 100px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  margin-top: 60px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
min-height: 480px;
}
}@media (max-width: 767px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  margin-top: 60px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
min-height: 480px;
}
}
#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  background-image: url(https://i.shgcdn.com/1773c32d-329c-4bb7-b4cc-db7d8eb016de/);
}








#s-043d3034-a6e8-48be-9ffd-970b06d1f777 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
  display: block;
}#s-043d3034-a6e8-48be-9ffd-970b06d1f777.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (max-width: 767px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}
@media (min-width: 0px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (max-width: 767px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 55px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}
#s-81f5ef19-be1f-485a-bedd-18671c349a94 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-81f5ef19-be1f-485a-bedd-18671c349a94 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}



#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32:hover {background-color: rgba(0, 0, 0, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmNzU2YTYtNTM0ZC00NmMzLWFlODAtYTJlZTU3Nzk4MWQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzgzODM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1Y2Y3NTZhNi01MzRkLTQ2YzMtYWU4MC1hMmVlNTc3OTgxZDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#383838"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 55px;
padding-left: 10%;
padding-bottom: 55px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-5aa696c5-4b27-474e-981a-3c59566ea204 {
  max-width: 3600px;
text-align: center;
}
@media (max-width: 767px){#s-5aa696c5-4b27-474e-981a-3c59566ea204 {
  margin-bottom: 20px;
}
}
#s-5aa696c5-4b27-474e-981a-3c59566ea204 {
  overflow: hidden;
  
  
      max-width: 3600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5aa696c5-4b27-474e-981a-3c59566ea204 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd {
  max-width: 1382px;
text-align: center;
}

#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd {
  overflow: hidden;
  
  
      max-width: 1382px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 {
  max-width: 3600px;
text-align: center;
}
@media (max-width: 767px){#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}
#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 {
  overflow: hidden;
  
  
      max-width: 3600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-44cd98fe-b45d-40f8-b3f1-a9a70c31b6c9 {
  max-width: 3600px;
text-align: center;
}

#s-44cd98fe-b45d-40f8-b3f1-a9a70c31b6c9 {
  overflow: hidden;
  
  
      max-width: 3600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-44cd98fe-b45d-40f8-b3f1-a9a70c31b6c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4bcc6354-7b21-4ee4-8eb0-ef5c35a35a85 {
  max-width: 2401px;
text-align: center;
}

#s-4bcc6354-7b21-4ee4-8eb0-ef5c35a35a85 {
  overflow: hidden;
  
  
      max-width: 2401px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-4bcc6354-7b21-4ee4-8eb0-ef5c35a35a85 .shogun-image-content {
  
    justify-content: center;
  
}

#s-841cc1a9-fa6e-43ba-9ce7-9b93a826412b {
  max-width: 3600px;
text-align: center;
}

#s-841cc1a9-fa6e-43ba-9ce7-9b93a826412b {
  overflow: hidden;
  
  
      max-width: 3600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-841cc1a9-fa6e-43ba-9ce7-9b93a826412b .shogun-image-content {
  
    justify-content: center;
  
}

#s-5abfda33-bb83-42a2-8729-bdf4d4bfe38b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5abfda33-bb83-42a2-8729-bdf4d4bfe38b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c71f7185-a63f-4d8b-be09-abd98031367c {
  margin-left: auto;
margin-right: auto;
padding-left: 21%;
padding-right: 21%;
}

#s-c71f7185-a63f-4d8b-be09-abd98031367c .shg-proportional-font-size,
#s-c71f7185-a63f-4d8b-be09-abd98031367c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78339f5e-a377-4e3f-a4be-dfd8387c3980.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f986829-abcd-4b28-a179-a684800a223b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (max-width: 767px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}
#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-e3aa6760-df73-4749-9250-ad8f18ad1bcf {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  
  color: #008000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  justify-content: center;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-error-msg-container, #s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg-container {
  display: none;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-error-msg {
  font-size: 16px;
  
  color: #ff0000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 0px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 2px;
  
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  
  line-height: 1.75em;
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::-moz-placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}


#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}



#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
font-family: Work Sans;
font-weight: 500;
font-size: 16px;
background-image: none;
hover-type: color;
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-204450e3-b546-4869-b2ea-a0496f6415c0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled],
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:hover,
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  display:  block ;
  width:  100% ;
}


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