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

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

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

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

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

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

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

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

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

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

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

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

#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9 {
  display: none;
}
#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9, #wrap-s-0423312e-cc73-4f48-a43e-2d12d6eea7d9, #wrap-content-s-0423312e-cc73-4f48-a43e-2d12d6eea7d9 { display: none !important; }}@media (max-width: 767px){#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9 {
  display: none;
}
#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9, #wrap-s-0423312e-cc73-4f48-a43e-2d12d6eea7d9, #wrap-content-s-0423312e-cc73-4f48-a43e-2d12d6eea7d9 { display: none !important; }}







#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0423312e-cc73-4f48-a43e-2d12d6eea7d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7a40bff-745e-4957-be98-936acfd119a1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7a40bff-745e-4957-be98-936acfd119a1 {
  display: none;
}
#s-d7a40bff-745e-4957-be98-936acfd119a1, #wrap-s-d7a40bff-745e-4957-be98-936acfd119a1, #wrap-content-s-d7a40bff-745e-4957-be98-936acfd119a1 { display: none !important; }}@media (max-width: 767px){#s-d7a40bff-745e-4957-be98-936acfd119a1 {
  display: none;
}
#s-d7a40bff-745e-4957-be98-936acfd119a1, #wrap-s-d7a40bff-745e-4957-be98-936acfd119a1, #wrap-content-s-d7a40bff-745e-4957-be98-936acfd119a1 { display: none !important; }}







#s-d7a40bff-745e-4957-be98-936acfd119a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7a40bff-745e-4957-be98-936acfd119a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b62f0aa8-5984-41dd-b694-806bc39797c4 {
  margin-left: 4%;
margin-right: 4%;
}

#s-b62f0aa8-5984-41dd-b694-806bc39797c4 hr {
  border-top: 2px solid #ddd;
}

#s-ebb989de-4c28-43ba-8e43-184dcecc7d93 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ebb989de-4c28-43ba-8e43-184dcecc7d93 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebb989de-4c28-43ba-8e43-184dcecc7d93 {
  display: none;
}
#s-ebb989de-4c28-43ba-8e43-184dcecc7d93, #wrap-s-ebb989de-4c28-43ba-8e43-184dcecc7d93, #wrap-content-s-ebb989de-4c28-43ba-8e43-184dcecc7d93 { display: none !important; }}@media (max-width: 767px){#s-ebb989de-4c28-43ba-8e43-184dcecc7d93 {
  display: none;
}
#s-ebb989de-4c28-43ba-8e43-184dcecc7d93, #wrap-s-ebb989de-4c28-43ba-8e43-184dcecc7d93, #wrap-content-s-ebb989de-4c28-43ba-8e43-184dcecc7d93 { display: none !important; }}







#s-ebb989de-4c28-43ba-8e43-184dcecc7d93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebb989de-4c28-43ba-8e43-184dcecc7d93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8190788-22fa-453a-b111-643781824134 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f54356bd-e878-4230-add3-b4e3292aea17 {
  margin-left: auto;
margin-right: auto;
}

#s-f54356bd-e878-4230-add3-b4e3292aea17 .shg-proportional-font-size,
#s-f54356bd-e878-4230-add3-b4e3292aea17 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1a28230b-776c-489e-b939-95e2e217e595 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a28230b-776c-489e-b939-95e2e217e595 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-1a28230b-776c-489e-b939-95e2e217e595 {
  margin-bottom: 1px;
}
}
#s-1a28230b-776c-489e-b939-95e2e217e595 .shg-proportional-font-size,
#s-1a28230b-776c-489e-b939-95e2e217e595 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-672304cf-fd5e-4293-b226-976bfc30777b {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
}
@media (min-width: 1200px){#s-672304cf-fd5e-4293-b226-976bfc30777b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-672304cf-fd5e-4293-b226-976bfc30777b {
  margin-top: 0px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-672304cf-fd5e-4293-b226-976bfc30777b {
  display: none;
}
#s-672304cf-fd5e-4293-b226-976bfc30777b, #wrap-s-672304cf-fd5e-4293-b226-976bfc30777b, #wrap-content-s-672304cf-fd5e-4293-b226-976bfc30777b { display: none !important; }}@media (max-width: 767px){#s-672304cf-fd5e-4293-b226-976bfc30777b {
  display: none;
}
#s-672304cf-fd5e-4293-b226-976bfc30777b, #wrap-s-672304cf-fd5e-4293-b226-976bfc30777b, #wrap-content-s-672304cf-fd5e-4293-b226-976bfc30777b { display: none !important; }}
#s-672304cf-fd5e-4293-b226-976bfc30777b .shg-proportional-font-size,
#s-672304cf-fd5e-4293-b226-976bfc30777b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa {
  margin-top: 10px;
margin-left: 18%;
margin-bottom: 20px;
margin-right: 18%;
}
@media (min-width: 1200px){#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa {
  display: none;
}
#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa, #wrap-s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa, #wrap-content-s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa {
  display: none;
}
#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa, #wrap-s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa, #wrap-content-s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa {
  margin-left: 7%;
margin-right: 7%;
display: none;
}
#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa, #wrap-s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa, #wrap-content-s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa { display: none !important; }}
#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa .shg-proportional-font-size,
#s-15d64a5d-f9a4-48d0-8b21-8c0bb9f0d8aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 {
  margin-top: 10px;
margin-left: 18%;
margin-bottom: 20px;
margin-right: 18%;
}
@media (min-width: 1200px){#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 {
  display: none;
}
#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70, #wrap-s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70, #wrap-content-s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 {
  display: none;
}
#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70, #wrap-s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70, #wrap-content-s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 {
  display: none;
}
#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70, #wrap-s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70, #wrap-content-s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 { display: none !important; }}@media (max-width: 767px){#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
}
}
#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 .shg-proportional-font-size,
#s-8d7752ff-f0da-42c6-a22e-9ba1ad145e70 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262 {
  display: none;
}
#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262, #wrap-s-4412bc2f-8cd6-48d8-923c-9d6978cb4262, #wrap-content-s-4412bc2f-8cd6-48d8-923c-9d6978cb4262 { display: none !important; }}@media (max-width: 767px){#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262 {
  display: none;
}
#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262, #wrap-s-4412bc2f-8cd6-48d8-923c-9d6978cb4262, #wrap-content-s-4412bc2f-8cd6-48d8-923c-9d6978cb4262 { display: none !important; }}







#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4412bc2f-8cd6-48d8-923c-9d6978cb4262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-07d27de6-e523-4e99-8ed6-6e51260c6c1c {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-07d27de6-e523-4e99-8ed6-6e51260c6c1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07d27de6-e523-4e99-8ed6-6e51260c6c1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07d27de6-e523-4e99-8ed6-6e51260c6c1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07d27de6-e523-4e99-8ed6-6e51260c6c1c"] > .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-dd6c068f-483d-4d19-8509-08963029132c {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-dd6c068f-483d-4d19-8509-08963029132c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd6c068f-483d-4d19-8509-08963029132c-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-dd6c068f-483d-4d19-8509-08963029132c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd6c068f-483d-4d19-8509-08963029132c .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-dd6c068f-483d-4d19-8509-08963029132c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd6c068f-483d-4d19-8509-08963029132c img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-dd6c068f-483d-4d19-8509-08963029132c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd6c068f-483d-4d19-8509-08963029132c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd6c068f-483d-4d19-8509-08963029132c-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-dd6c068f-483d-4d19-8509-08963029132c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd6c068f-483d-4d19-8509-08963029132c .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-dd6c068f-483d-4d19-8509-08963029132c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd6c068f-483d-4d19-8509-08963029132c img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd6c068f-483d-4d19-8509-08963029132c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd6c068f-483d-4d19-8509-08963029132c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd6c068f-483d-4d19-8509-08963029132c-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-dd6c068f-483d-4d19-8509-08963029132c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd6c068f-483d-4d19-8509-08963029132c .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-dd6c068f-483d-4d19-8509-08963029132c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd6c068f-483d-4d19-8509-08963029132c img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd6c068f-483d-4d19-8509-08963029132c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd6c068f-483d-4d19-8509-08963029132c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd6c068f-483d-4d19-8509-08963029132c-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-dd6c068f-483d-4d19-8509-08963029132c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd6c068f-483d-4d19-8509-08963029132c .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-dd6c068f-483d-4d19-8509-08963029132c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd6c068f-483d-4d19-8509-08963029132c img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd6c068f-483d-4d19-8509-08963029132c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd6c068f-483d-4d19-8509-08963029132c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd6c068f-483d-4d19-8509-08963029132c-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-dd6c068f-483d-4d19-8509-08963029132c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd6c068f-483d-4d19-8509-08963029132c .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-dd6c068f-483d-4d19-8509-08963029132c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd6c068f-483d-4d19-8509-08963029132c img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd6c068f-483d-4d19-8509-08963029132c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd6c068f-483d-4d19-8509-08963029132c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ea8d04a-e926-41a9-9d1b-2e5c9b56e219 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ea8d04a-e926-41a9-9d1b-2e5c9b56e219 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-9ea8d04a-e926-41a9-9d1b-2e5c9b56e219 {
  margin-bottom: 1px;
}
}
#s-9ea8d04a-e926-41a9-9d1b-2e5c9b56e219 .shg-proportional-font-size,
#s-9ea8d04a-e926-41a9-9d1b-2e5c9b56e219 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2b7b41c1-7c01-4cac-bf76-eb46c2a87ea7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b7b41c1-7c01-4cac-bf76-eb46c2a87ea7 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-2b7b41c1-7c01-4cac-bf76-eb46c2a87ea7 {
  margin-bottom: 1px;
}
}
#s-2b7b41c1-7c01-4cac-bf76-eb46c2a87ea7 .shg-proportional-font-size,
#s-2b7b41c1-7c01-4cac-bf76-eb46c2a87ea7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e6d88be3-a843-4a14-9000-496417b7147e {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e-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-e6d88be3-a843-4a14-9000-496417b7147e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d88be3-a843-4a14-9000-496417b7147e .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-e6d88be3-a843-4a14-9000-496417b7147e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d88be3-a843-4a14-9000-496417b7147e img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-e6d88be3-a843-4a14-9000-496417b7147e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6d88be3-a843-4a14-9000-496417b7147e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e-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-e6d88be3-a843-4a14-9000-496417b7147e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d88be3-a843-4a14-9000-496417b7147e .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-e6d88be3-a843-4a14-9000-496417b7147e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d88be3-a843-4a14-9000-496417b7147e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6d88be3-a843-4a14-9000-496417b7147e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6d88be3-a843-4a14-9000-496417b7147e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e-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-e6d88be3-a843-4a14-9000-496417b7147e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d88be3-a843-4a14-9000-496417b7147e .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-e6d88be3-a843-4a14-9000-496417b7147e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d88be3-a843-4a14-9000-496417b7147e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6d88be3-a843-4a14-9000-496417b7147e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6d88be3-a843-4a14-9000-496417b7147e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e-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-e6d88be3-a843-4a14-9000-496417b7147e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d88be3-a843-4a14-9000-496417b7147e .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-e6d88be3-a843-4a14-9000-496417b7147e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d88be3-a843-4a14-9000-496417b7147e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6d88be3-a843-4a14-9000-496417b7147e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6d88be3-a843-4a14-9000-496417b7147e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e-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-e6d88be3-a843-4a14-9000-496417b7147e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d88be3-a843-4a14-9000-496417b7147e .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-e6d88be3-a843-4a14-9000-496417b7147e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d88be3-a843-4a14-9000-496417b7147e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6d88be3-a843-4a14-9000-496417b7147e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88be3-a843-4a14-9000-496417b7147e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-88cf5e5f-f5f6-44f1-80a9-2e4472822f9e {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-88cf5e5f-f5f6-44f1-80a9-2e4472822f9e {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-88cf5e5f-f5f6-44f1-80a9-2e4472822f9e {
  margin-bottom: 1px;
}
}
#s-88cf5e5f-f5f6-44f1-80a9-2e4472822f9e .shg-proportional-font-size,
#s-88cf5e5f-f5f6-44f1-80a9-2e4472822f9e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a46bc9c2-ff76-479d-bead-7954ff669cea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-a46bc9c2-ff76-479d-bead-7954ff669cea {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-a46bc9c2-ff76-479d-bead-7954ff669cea {
  margin-bottom: 1px;
}
}
#s-a46bc9c2-ff76-479d-bead-7954ff669cea .shg-proportional-font-size,
#s-a46bc9c2-ff76-479d-bead-7954ff669cea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3-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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3-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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3-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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3-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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3-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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .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-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3edfaab-9035-4c35-99bb-0d3bc15f32c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8748a8b1-6945-48f4-898c-fb323297bc75 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8748a8b1-6945-48f4-898c-fb323297bc75 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-8748a8b1-6945-48f4-898c-fb323297bc75 {
  margin-bottom: 1px;
}
}
#s-8748a8b1-6945-48f4-898c-fb323297bc75 .shg-proportional-font-size,
#s-8748a8b1-6945-48f4-898c-fb323297bc75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e123e8a-5139-4471-894f-0b78f8a43f01 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e123e8a-5139-4471-894f-0b78f8a43f01 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-3e123e8a-5139-4471-894f-0b78f8a43f01 {
  margin-bottom: 1px;
}
}
#s-3e123e8a-5139-4471-894f-0b78f8a43f01 .shg-proportional-font-size,
#s-3e123e8a-5139-4471-894f-0b78f8a43f01 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63-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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63-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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63-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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63-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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63-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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .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-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379a9e0f-d4bd-4a48-a6b9-b49a1d2f7c63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-354f9136-aa34-4ac6-bfb7-03782dfec88a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-354f9136-aa34-4ac6-bfb7-03782dfec88a {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-354f9136-aa34-4ac6-bfb7-03782dfec88a {
  margin-bottom: 1px;
}
}
#s-354f9136-aa34-4ac6-bfb7-03782dfec88a .shg-proportional-font-size,
#s-354f9136-aa34-4ac6-bfb7-03782dfec88a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd6ab4d1-6bc4-4023-a58f-7899845aefd4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd6ab4d1-6bc4-4023-a58f-7899845aefd4 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-fd6ab4d1-6bc4-4023-a58f-7899845aefd4 {
  margin-bottom: 1px;
}
}
#s-fd6ab4d1-6bc4-4023-a58f-7899845aefd4 .shg-proportional-font-size,
#s-fd6ab4d1-6bc4-4023-a58f-7899845aefd4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-96ea2db2-1979-4107-9117-1f7f747f69d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-96ea2db2-1979-4107-9117-1f7f747f69d2 {
  display: none;
}
#s-96ea2db2-1979-4107-9117-1f7f747f69d2, #wrap-s-96ea2db2-1979-4107-9117-1f7f747f69d2, #wrap-content-s-96ea2db2-1979-4107-9117-1f7f747f69d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96ea2db2-1979-4107-9117-1f7f747f69d2 {
  display: none;
}
#s-96ea2db2-1979-4107-9117-1f7f747f69d2, #wrap-s-96ea2db2-1979-4107-9117-1f7f747f69d2, #wrap-content-s-96ea2db2-1979-4107-9117-1f7f747f69d2 { display: none !important; }}







#s-96ea2db2-1979-4107-9117-1f7f747f69d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96ea2db2-1979-4107-9117-1f7f747f69d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4 {
  display: none;
}
#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4, #wrap-s-57c84f1d-1a5f-48a4-8764-91d137b38fb4, #wrap-content-s-57c84f1d-1a5f-48a4-8764-91d137b38fb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4 {
  display: none;
}
#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4, #wrap-s-57c84f1d-1a5f-48a4-8764-91d137b38fb4, #wrap-content-s-57c84f1d-1a5f-48a4-8764-91d137b38fb4 { display: none !important; }}







#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57c84f1d-1a5f-48a4-8764-91d137b38fb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6f76057-8a31-4fa6-ae3a-37d47ac2a2d7 {
  margin-left: 4%;
margin-right: 4%;
}

#s-c6f76057-8a31-4fa6-ae3a-37d47ac2a2d7 hr {
  border-top: 2px solid #ddd;
}

#s-9665f35e-ea21-4025-9bce-f17601fdb4dc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6b169ddb-b619-4616-a543-34de6f7f444c {
  margin-left: auto;
margin-right: auto;
}

#s-6b169ddb-b619-4616-a543-34de6f7f444c .shg-proportional-font-size,
#s-6b169ddb-b619-4616-a543-34de6f7f444c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8e393c72-324a-4d71-9ed1-ae97cf8a0806 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e393c72-324a-4d71-9ed1-ae97cf8a0806 {
  margin-top: 0px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-8e393c72-324a-4d71-9ed1-ae97cf8a0806 {
  margin-bottom: 15px;
}
}
#s-8e393c72-324a-4d71-9ed1-ae97cf8a0806 .shg-proportional-font-size,
#s-8e393c72-324a-4d71-9ed1-ae97cf8a0806 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 {
  margin-top: 10px;
margin-left: 18%;
margin-bottom: 20px;
margin-right: 18%;
}
@media (min-width: 1200px){#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 {
  display: none;
}
#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0, #wrap-s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0, #wrap-content-s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 {
  display: none;
}
#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0, #wrap-s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0, #wrap-content-s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 30px;
margin-right: 6%;
}
}@media (max-width: 767px){#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 {
  margin-left: 6%;
margin-bottom: 40px;
margin-right: 6%;
}
}
#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 .shg-proportional-font-size,
#s-72ef3402-e3c3-40ef-a5a2-4fd07cef56b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3a8bf2f2-50fb-46f7-9889-e3ef2acfa839 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3a8bf2f2-50fb-46f7-9889-e3ef2acfa839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a8bf2f2-50fb-46f7-9889-e3ef2acfa839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8de638f-e3e8-4fc7-a576-6422bb25486a {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-f8de638f-e3e8-4fc7-a576-6422bb25486a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f8de638f-e3e8-4fc7-a576-6422bb25486a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f8de638f-e3e8-4fc7-a576-6422bb25486a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8de638f-e3e8-4fc7-a576-6422bb25486a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca-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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca-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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca img.shogun-image {
  width: 100%;
  
  
  

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




.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca-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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca img.shogun-image {
  width: 100%;
  
  
  

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




.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca-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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca img.shogun-image {
  width: 100%;
  
  
  

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




.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca-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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .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-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca img.shogun-image {
  width: 100%;
  
  
  

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




.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a85a9a6a-69a0-4b0e-a9cb-595e1f88eeca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-048ed477-a01e-44ac-a7bf-5c1405b94e43 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-048ed477-a01e-44ac-a7bf-5c1405b94e43 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-048ed477-a01e-44ac-a7bf-5c1405b94e43 {
  margin-bottom: 1px;
}
}
#s-048ed477-a01e-44ac-a7bf-5c1405b94e43 .shg-proportional-font-size,
#s-048ed477-a01e-44ac-a7bf-5c1405b94e43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6f4c6790-8ad2-44f3-aa06-1c3adb10597b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f4c6790-8ad2-44f3-aa06-1c3adb10597b {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-6f4c6790-8ad2-44f3-aa06-1c3adb10597b {
  margin-bottom: 30px;
}
}
#s-6f4c6790-8ad2-44f3-aa06-1c3adb10597b .shg-proportional-font-size,
#s-6f4c6790-8ad2-44f3-aa06-1c3adb10597b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec-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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec-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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec-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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec-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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec-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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .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-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8336fe7a-ee0e-458d-a3e0-e68f1ecb36ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-70958e5e-5422-4d70-ad57-a6b262da9e97 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-70958e5e-5422-4d70-ad57-a6b262da9e97 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-70958e5e-5422-4d70-ad57-a6b262da9e97 {
  margin-bottom: 1px;
}
}
#s-70958e5e-5422-4d70-ad57-a6b262da9e97 .shg-proportional-font-size,
#s-70958e5e-5422-4d70-ad57-a6b262da9e97 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-638bf30c-d12c-4a27-9d42-e798a709cc3f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-638bf30c-d12c-4a27-9d42-e798a709cc3f {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-638bf30c-d12c-4a27-9d42-e798a709cc3f {
  margin-bottom: 1px;
}
}
#s-638bf30c-d12c-4a27-9d42-e798a709cc3f .shg-proportional-font-size,
#s-638bf30c-d12c-4a27-9d42-e798a709cc3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22-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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22-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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22-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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22-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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22-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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .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-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2baa1e4b-5c7d-4b7e-9000-b41daba41d22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-95f93a4c-f2c0-47ec-962c-3ad98c8d9930 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-95f93a4c-f2c0-47ec-962c-3ad98c8d9930 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-95f93a4c-f2c0-47ec-962c-3ad98c8d9930 {
  margin-bottom: 1px;
}
}
#s-95f93a4c-f2c0-47ec-962c-3ad98c8d9930 .shg-proportional-font-size,
#s-95f93a4c-f2c0-47ec-962c-3ad98c8d9930 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29ceed7a-e1a7-45fe-9325-84793493e06a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-29ceed7a-e1a7-45fe-9325-84793493e06a {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-29ceed7a-e1a7-45fe-9325-84793493e06a {
  margin-bottom: 1px;
}
}
#s-29ceed7a-e1a7-45fe-9325-84793493e06a .shg-proportional-font-size,
#s-29ceed7a-e1a7-45fe-9325-84793493e06a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e-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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e-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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e-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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e-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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e-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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .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-ce637f26-adbe-4536-bff9-02f28d9e1d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce637f26-adbe-4536-bff9-02f28d9e1d3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8e4e9f21-48e9-4807-b1e8-272f93f5a309 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e4e9f21-48e9-4807-b1e8-272f93f5a309 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-8e4e9f21-48e9-4807-b1e8-272f93f5a309 {
  margin-bottom: 1px;
}
}
#s-8e4e9f21-48e9-4807-b1e8-272f93f5a309 .shg-proportional-font-size,
#s-8e4e9f21-48e9-4807-b1e8-272f93f5a309 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ed30eaed-a69f-490d-a485-5cce96ffe164 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed30eaed-a69f-490d-a485-5cce96ffe164 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-ed30eaed-a69f-490d-a485-5cce96ffe164 {
  margin-bottom: 1px;
}
}
#s-ed30eaed-a69f-490d-a485-5cce96ffe164 .shg-proportional-font-size,
#s-ed30eaed-a69f-490d-a485-5cce96ffe164 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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