.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-e4c53d8d-b234-4648-baf1-ad7f23af1a27 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
min-height: 88px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 {
  display: none;
}
#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27, #wrap-s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 {
  margin-left: 16px;
margin-right: 16px;
display: none;
}
#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27, #wrap-s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 { display: none !important; }}@media (max-width: 767px){#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 {
  margin-left: 16px;
margin-right: 16px;
display: none;
}
#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27, #wrap-s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 { display: none !important; }}







#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4c53d8d-b234-4648-baf1-ad7f23af1a27.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-61da4fe3-1c81-47e1-89b4-a7478b6bc823 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-61da4fe3-1c81-47e1-89b4-a7478b6bc823"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-61da4fe3-1c81-47e1-89b4-a7478b6bc823"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-61da4fe3-1c81-47e1-89b4-a7478b6bc823"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-61da4fe3-1c81-47e1-89b4-a7478b6bc823"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

#s-fa9fdbf2-c299-4db3-818f-84657819920c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(237, 226, 216, 1);
}








#s-fa9fdbf2-c299-4db3-818f-84657819920c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa9fdbf2-c299-4db3-818f-84657819920c {
  cursor: pointer;
}#s-fa9fdbf2-c299-4db3-818f-84657819920c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c5c67e8-74f9-485c-b7df-0e741de8de6b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-7c5c67e8-74f9-485c-b7df-0e741de8de6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-b01b8b90-ee10-4de3-9f36-8f195a1f8771 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-b01b8b90-ee10-4de3-9f36-8f195a1f8771 {
  background-image: url(https://i.shgcdn.com/476421c8-1aad-41e1-a4c3-cbf80544222b/);
}








#s-b01b8b90-ee10-4de3-9f36-8f195a1f8771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b01b8b90-ee10-4de3-9f36-8f195a1f8771.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4662348a-f43c-4c75-ad5c-58951f936f73 {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-4662348a-f43c-4c75-ad5c-58951f936f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4662348a-f43c-4c75-ad5c-58951f936f73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4b19ef46-b7e7-478b-bcf0-d788ccd6d16f {
  margin-left: auto;
margin-right: auto;
}

#s-4b19ef46-b7e7-478b-bcf0-d788ccd6d16f .shg-proportional-font-size,
#s-4b19ef46-b7e7-478b-bcf0-d788ccd6d16f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-4b19ef46-b7e7-478b-bcf0-d788ccd6d16f .shg-proportional-font-size,
#s-4b19ef46-b7e7-478b-bcf0-d788ccd6d16f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-537921bd-53b3-426d-88b8-1e2449d64224 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(250, 183, 166, 1);
}








#s-537921bd-53b3-426d-88b8-1e2449d64224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-537921bd-53b3-426d-88b8-1e2449d64224 {
  cursor: pointer;
}#s-537921bd-53b3-426d-88b8-1e2449d64224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17aef309-8bf1-466a-b368-d79adaad699a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-17aef309-8bf1-466a-b368-d79adaad699a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-fcd28235-c631-4159-9c50-b337be2a12c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-fcd28235-c631-4159-9c50-b337be2a12c8 {
  background-image: url(https://i.shgcdn.com/ebb47014-a569-4b68-a308-2b8a062835b5/);
}








#s-fcd28235-c631-4159-9c50-b337be2a12c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcd28235-c631-4159-9c50-b337be2a12c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98632439-733e-4753-a056-592ce94b6959 {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-98632439-733e-4753-a056-592ce94b6959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98632439-733e-4753-a056-592ce94b6959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b0a5af4-8ab2-439d-99aa-0408cb4b4591 {
  margin-left: auto;
margin-right: auto;
}

#s-1b0a5af4-8ab2-439d-99aa-0408cb4b4591 .shg-proportional-font-size,
#s-1b0a5af4-8ab2-439d-99aa-0408cb4b4591 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1b0a5af4-8ab2-439d-99aa-0408cb4b4591 .shg-proportional-font-size,
#s-1b0a5af4-8ab2-439d-99aa-0408cb4b4591 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-d52ad102-c731-4f37-a82b-4c85e6b778b4 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(250, 210, 243, 1);
}








#s-d52ad102-c731-4f37-a82b-4c85e6b778b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d52ad102-c731-4f37-a82b-4c85e6b778b4 {
  cursor: pointer;
}#s-d52ad102-c731-4f37-a82b-4c85e6b778b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-8f5db5de-4a2e-4b95-a5b2-e37bd16cd8b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-99c8eb01-b095-4bee-b82c-3369e5b9bb0e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-99c8eb01-b095-4bee-b82c-3369e5b9bb0e {
  background-image: url(https://i.shgcdn.com/d1fcd953-30f7-4dd2-833c-2f37860666b1/);
}








#s-99c8eb01-b095-4bee-b82c-3369e5b9bb0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99c8eb01-b095-4bee-b82c-3369e5b9bb0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a302016-1e2e-43f7-b121-b886f3ab9f0e {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-8a302016-1e2e-43f7-b121-b886f3ab9f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a302016-1e2e-43f7-b121-b886f3ab9f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9da6d505-4ffd-4e13-a39d-9b89adc03028 {
  margin-left: auto;
margin-right: auto;
}

#s-9da6d505-4ffd-4e13-a39d-9b89adc03028 .shg-proportional-font-size,
#s-9da6d505-4ffd-4e13-a39d-9b89adc03028 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-9da6d505-4ffd-4e13-a39d-9b89adc03028 .shg-proportional-font-size,
#s-9da6d505-4ffd-4e13-a39d-9b89adc03028 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-9de6bfdc-19a4-41d9-a67e-c5a519f8c460 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(196, 241, 250, 1);
}








#s-9de6bfdc-19a4-41d9-a67e-c5a519f8c460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9de6bfdc-19a4-41d9-a67e-c5a519f8c460 {
  cursor: pointer;
}#s-9de6bfdc-19a4-41d9-a67e-c5a519f8c460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94ce9701-d12a-4587-8924-3662234403c2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-94ce9701-d12a-4587-8924-3662234403c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-6692fcd6-bf29-4a75-b4b9-07a06f07b2bb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-6692fcd6-bf29-4a75-b4b9-07a06f07b2bb {
  background-image: url(https://i.shgcdn.com/9de4a68c-b337-4b97-bc9b-9f1690e32f0f/);
}








#s-6692fcd6-bf29-4a75-b4b9-07a06f07b2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6692fcd6-bf29-4a75-b4b9-07a06f07b2bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b81a5e-f285-4b32-8bb4-a4852005392a {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-25b81a5e-f285-4b32-8bb4-a4852005392a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25b81a5e-f285-4b32-8bb4-a4852005392a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30363173-9983-4432-a4cd-6d01b180f710 {
  margin-left: auto;
margin-right: auto;
}

#s-30363173-9983-4432-a4cd-6d01b180f710 .shg-proportional-font-size,
#s-30363173-9983-4432-a4cd-6d01b180f710 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-30363173-9983-4432-a4cd-6d01b180f710 .shg-proportional-font-size,
#s-30363173-9983-4432-a4cd-6d01b180f710 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-b34fde12-35c5-4570-949f-1d5b87d4ed11 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(250, 234, 166, 1);
}








#s-b34fde12-35c5-4570-949f-1d5b87d4ed11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b34fde12-35c5-4570-949f-1d5b87d4ed11 {
  cursor: pointer;
}#s-b34fde12-35c5-4570-949f-1d5b87d4ed11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9f184af-c98c-4b8f-a25d-a72453942368 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b9f184af-c98c-4b8f-a25d-a72453942368"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-fbdd8592-dd99-48a6-aa91-b036cce10610 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-fbdd8592-dd99-48a6-aa91-b036cce10610 {
  background-image: url(https://i.shgcdn.com/b88696b4-3853-4525-bc90-b766964c56db/);
}








#s-fbdd8592-dd99-48a6-aa91-b036cce10610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbdd8592-dd99-48a6-aa91-b036cce10610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2621ad6-c718-495d-9592-beb5ee78ef90 {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-e2621ad6-c718-495d-9592-beb5ee78ef90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2621ad6-c718-495d-9592-beb5ee78ef90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4385f73-fdb7-4ad2-accc-aa395dc65c7c {
  margin-left: auto;
margin-right: auto;
}

#s-b4385f73-fdb7-4ad2-accc-aa395dc65c7c .shg-proportional-font-size,
#s-b4385f73-fdb7-4ad2-accc-aa395dc65c7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b4385f73-fdb7-4ad2-accc-aa395dc65c7c .shg-proportional-font-size,
#s-b4385f73-fdb7-4ad2-accc-aa395dc65c7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-06967049-bae7-465e-97a3-112dceed9a10 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(224, 229, 174, 1);
}








#s-06967049-bae7-465e-97a3-112dceed9a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06967049-bae7-465e-97a3-112dceed9a10 {
  cursor: pointer;
}#s-06967049-bae7-465e-97a3-112dceed9a10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4572903-c10a-4b52-9dba-04a1eb9be064 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a4572903-c10a-4b52-9dba-04a1eb9be064"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-284cf35c-334c-4f78-8db4-f90d6d14c486 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-284cf35c-334c-4f78-8db4-f90d6d14c486 {
  background-image: url(https://i.shgcdn.com/3d0d001b-8157-4e1f-9657-e97e9cce6da1/);
}








#s-284cf35c-334c-4f78-8db4-f90d6d14c486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-284cf35c-334c-4f78-8db4-f90d6d14c486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba216ecc-b3bc-4759-b277-d692c7ef51f5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 8px;
min-height: 88px;
}








#s-ba216ecc-b3bc-4759-b277-d692c7ef51f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba216ecc-b3bc-4759-b277-d692c7ef51f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53913320-9543-412c-9980-36ae6e5e4a7f {
  margin-left: auto;
margin-right: auto;
}

#s-53913320-9543-412c-9980-36ae6e5e4a7f .shg-proportional-font-size,
#s-53913320-9543-412c-9980-36ae6e5e4a7f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-53913320-9543-412c-9980-36ae6e5e4a7f .shg-proportional-font-size,
#s-53913320-9543-412c-9980-36ae6e5e4a7f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-5254e692-8557-49ae-8963-64b9cf4834b9 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
min-height: 88px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-5254e692-8557-49ae-8963-64b9cf4834b9 {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-5254e692-8557-49ae-8963-64b9cf4834b9, #wrap-s-5254e692-8557-49ae-8963-64b9cf4834b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5254e692-8557-49ae-8963-64b9cf4834b9 {
  padding-left: 8px;
padding-right: 8px;
min-height: 72px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5254e692-8557-49ae-8963-64b9cf4834b9 {
  margin-left: 16px;
margin-right: 16px;
display: none;
}
#s-5254e692-8557-49ae-8963-64b9cf4834b9, #wrap-s-5254e692-8557-49ae-8963-64b9cf4834b9 { display: none !important; }}@media (max-width: 767px){#s-5254e692-8557-49ae-8963-64b9cf4834b9 {
  margin-left: 16px;
margin-right: 16px;
display: none;
}
#s-5254e692-8557-49ae-8963-64b9cf4834b9, #wrap-s-5254e692-8557-49ae-8963-64b9cf4834b9 { display: none !important; }}







#s-5254e692-8557-49ae-8963-64b9cf4834b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5254e692-8557-49ae-8963-64b9cf4834b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfc7ae9e-9f14-4dfa-a8e8-ccfd8c3c2eb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cfc7ae9e-9f14-4dfa-a8e8-ccfd8c3c2eb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-cfc7ae9e-9f14-4dfa-a8e8-ccfd8c3c2eb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-cfc7ae9e-9f14-4dfa-a8e8-ccfd8c3c2eb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-cfc7ae9e-9f14-4dfa-a8e8-ccfd8c3c2eb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

#s-18bae30c-7382-49ad-b6ba-4b04f85b7a32 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(237, 226, 216, 1);
}








#s-18bae30c-7382-49ad-b6ba-4b04f85b7a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18bae30c-7382-49ad-b6ba-4b04f85b7a32 {
  cursor: pointer;
}#s-18bae30c-7382-49ad-b6ba-4b04f85b7a32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-917653bd-7803-482d-af75-73e50cd7cc56 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-917653bd-7803-482d-af75-73e50cd7cc56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-c2667c8a-e6e3-4589-9708-eaa29b71cac1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-c2667c8a-e6e3-4589-9708-eaa29b71cac1 {
  background-image: url(https://i.shgcdn.com/476421c8-1aad-41e1-a4c3-cbf80544222b/);
}








#s-c2667c8a-e6e3-4589-9708-eaa29b71cac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2667c8a-e6e3-4589-9708-eaa29b71cac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1fca039-1b65-411c-af52-b7d354087df9 {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-b1fca039-1b65-411c-af52-b7d354087df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1fca039-1b65-411c-af52-b7d354087df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8e8c814-51df-4eab-8124-1228814109f9 {
  margin-left: auto;
margin-right: auto;
}

#s-a8e8c814-51df-4eab-8124-1228814109f9 .shg-proportional-font-size,
#s-a8e8c814-51df-4eab-8124-1228814109f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a8e8c814-51df-4eab-8124-1228814109f9 .shg-proportional-font-size,
#s-a8e8c814-51df-4eab-8124-1228814109f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-c74e20f6-1347-419a-9d59-dee3bc1dd55c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(250, 183, 166, 1);
}








#s-c74e20f6-1347-419a-9d59-dee3bc1dd55c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c74e20f6-1347-419a-9d59-dee3bc1dd55c {
  cursor: pointer;
}#s-c74e20f6-1347-419a-9d59-dee3bc1dd55c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fb2bd57-4337-4c99-8288-5b1722591c96 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9fb2bd57-4337-4c99-8288-5b1722591c96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-dfe4c2a1-ac89-4b74-89bf-3fa2dd094816 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-dfe4c2a1-ac89-4b74-89bf-3fa2dd094816 {
  background-image: url(https://i.shgcdn.com/ebb47014-a569-4b68-a308-2b8a062835b5/);
}








#s-dfe4c2a1-ac89-4b74-89bf-3fa2dd094816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfe4c2a1-ac89-4b74-89bf-3fa2dd094816.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c75b465-a6cb-4794-8fdd-018c01c1aeca {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-9c75b465-a6cb-4794-8fdd-018c01c1aeca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c75b465-a6cb-4794-8fdd-018c01c1aeca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f51d2f-83ec-4bf8-9f0e-0f8fc45a83ea {
  margin-left: auto;
margin-right: auto;
}

#s-a5f51d2f-83ec-4bf8-9f0e-0f8fc45a83ea .shg-proportional-font-size,
#s-a5f51d2f-83ec-4bf8-9f0e-0f8fc45a83ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a5f51d2f-83ec-4bf8-9f0e-0f8fc45a83ea .shg-proportional-font-size,
#s-a5f51d2f-83ec-4bf8-9f0e-0f8fc45a83ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-10e2e5d3-38a3-44eb-a0d1-2fedad80c5da {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(250, 210, 243, 1);
}








#s-10e2e5d3-38a3-44eb-a0d1-2fedad80c5da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10e2e5d3-38a3-44eb-a0d1-2fedad80c5da {
  cursor: pointer;
}#s-10e2e5d3-38a3-44eb-a0d1-2fedad80c5da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f35d021-3b72-408e-b3bf-9396c72ab399 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3f35d021-3b72-408e-b3bf-9396c72ab399"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-49d3c9ab-1280-4836-ba43-d2006f073548 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-49d3c9ab-1280-4836-ba43-d2006f073548 {
  background-image: url(https://i.shgcdn.com/d1fcd953-30f7-4dd2-833c-2f37860666b1/);
}








#s-49d3c9ab-1280-4836-ba43-d2006f073548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49d3c9ab-1280-4836-ba43-d2006f073548.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08692499-e367-4f37-a73b-e084d77dba1e {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-08692499-e367-4f37-a73b-e084d77dba1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08692499-e367-4f37-a73b-e084d77dba1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2663a1b1-4009-4f44-80e6-b8e7120c5a47 {
  margin-left: auto;
margin-right: auto;
}

#s-2663a1b1-4009-4f44-80e6-b8e7120c5a47 .shg-proportional-font-size,
#s-2663a1b1-4009-4f44-80e6-b8e7120c5a47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-2663a1b1-4009-4f44-80e6-b8e7120c5a47 .shg-proportional-font-size,
#s-2663a1b1-4009-4f44-80e6-b8e7120c5a47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-2139ceac-7e5f-47f5-9c9c-6b2e64029ad0 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(196, 241, 250, 1);
}








#s-2139ceac-7e5f-47f5-9c9c-6b2e64029ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2139ceac-7e5f-47f5-9c9c-6b2e64029ad0 {
  cursor: pointer;
}#s-2139ceac-7e5f-47f5-9c9c-6b2e64029ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-ca4a5c98-7ccc-49a0-9fcb-5230dfd76689"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-3c713dc5-8e00-4b3d-92aa-21aed84db60f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-3c713dc5-8e00-4b3d-92aa-21aed84db60f {
  background-image: url(https://i.shgcdn.com/9de4a68c-b337-4b97-bc9b-9f1690e32f0f/);
}








#s-3c713dc5-8e00-4b3d-92aa-21aed84db60f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c713dc5-8e00-4b3d-92aa-21aed84db60f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be4a013e-745c-4522-93ea-f6631c424881 {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-be4a013e-745c-4522-93ea-f6631c424881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be4a013e-745c-4522-93ea-f6631c424881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97557757-74cc-413e-955e-81432d8febba {
  margin-left: auto;
margin-right: auto;
}

#s-97557757-74cc-413e-955e-81432d8febba .shg-proportional-font-size,
#s-97557757-74cc-413e-955e-81432d8febba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-97557757-74cc-413e-955e-81432d8febba .shg-proportional-font-size,
#s-97557757-74cc-413e-955e-81432d8febba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-8d1839f0-8945-498c-9f5e-36fc3b31441f {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(250, 234, 166, 1);
}








#s-8d1839f0-8945-498c-9f5e-36fc3b31441f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d1839f0-8945-498c-9f5e-36fc3b31441f {
  cursor: pointer;
}#s-8d1839f0-8945-498c-9f5e-36fc3b31441f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9bc7f9fc-89d9-4eff-ae79-ccd59a47b154"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-5844b287-3902-4ad8-a27b-8d74faddaf2c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-5844b287-3902-4ad8-a27b-8d74faddaf2c {
  background-image: url(https://i.shgcdn.com/b88696b4-3853-4525-bc90-b766964c56db/);
}








#s-5844b287-3902-4ad8-a27b-8d74faddaf2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5844b287-3902-4ad8-a27b-8d74faddaf2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-491b18bb-03de-4834-8cb1-38b2102f6112 {
  margin-left: auto;
margin-right: 8px;
min-height: 88px;
}








#s-491b18bb-03de-4834-8cb1-38b2102f6112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-491b18bb-03de-4834-8cb1-38b2102f6112.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13192cb1-0d50-4a60-a72a-2eb0594edb0e {
  margin-left: auto;
margin-right: auto;
}

#s-13192cb1-0d50-4a60-a72a-2eb0594edb0e .shg-proportional-font-size,
#s-13192cb1-0d50-4a60-a72a-2eb0594edb0e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-13192cb1-0d50-4a60-a72a-2eb0594edb0e .shg-proportional-font-size,
#s-13192cb1-0d50-4a60-a72a-2eb0594edb0e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-1487591a-dfea-4517-a700-3a85e6198799 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-color: rgba(224, 229, 174, 1);
}








#s-1487591a-dfea-4517-a700-3a85e6198799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1487591a-dfea-4517-a700-3a85e6198799 {
  cursor: pointer;
}#s-1487591a-dfea-4517-a700-3a85e6198799.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 88px;
}

@media (min-width: 0px) {
[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5cbb0ebb-dd14-4d5f-98f0-3b152ce91ceb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-3228134b-0ecb-4f15-b010-02292b157668 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 88px;
background-position: center center;
}

#s-3228134b-0ecb-4f15-b010-02292b157668 {
  background-image: url(https://i.shgcdn.com/3d0d001b-8157-4e1f-9657-e97e9cce6da1/);
}








#s-3228134b-0ecb-4f15-b010-02292b157668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3228134b-0ecb-4f15-b010-02292b157668.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20ae8bbf-ff7a-4d52-8d01-304bfdaa3bf3 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 8px;
min-height: 88px;
}








#s-20ae8bbf-ff7a-4d52-8d01-304bfdaa3bf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20ae8bbf-ff7a-4d52-8d01-304bfdaa3bf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-092646e8-2a00-422b-93e9-65ac510f1cc3 {
  margin-left: auto;
margin-right: auto;
}

#s-092646e8-2a00-422b-93e9-65ac510f1cc3 .shg-proportional-font-size,
#s-092646e8-2a00-422b-93e9-65ac510f1cc3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-092646e8-2a00-422b-93e9-65ac510f1cc3 .shg-proportional-font-size,
#s-092646e8-2a00-422b-93e9-65ac510f1cc3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-42361559-5170-4669-a1f0-7671e348c769 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
min-height: 50px;
}
@media (min-width: 1200px){#s-42361559-5170-4669-a1f0-7671e348c769 {
  display: none;
}
#s-42361559-5170-4669-a1f0-7671e348c769, #wrap-s-42361559-5170-4669-a1f0-7671e348c769 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42361559-5170-4669-a1f0-7671e348c769 {
  display: none;
}
#s-42361559-5170-4669-a1f0-7671e348c769, #wrap-s-42361559-5170-4669-a1f0-7671e348c769 { display: none !important; }}







#s-42361559-5170-4669-a1f0-7671e348c769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42361559-5170-4669-a1f0-7671e348c769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9455f9ea-a604-482a-bfae-f2bae78a1b50 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 56px;
}








#s-9455f9ea-a604-482a-bfae-f2bae78a1b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9455f9ea-a604-482a-bfae-f2bae78a1b50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f603d7-22fb-47bb-8a5e-9e7d817e737c {
  margin-left: auto;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-e1f603d7-22fb-47bb-8a5e-9e7d817e737c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-e1f603d7-22fb-47bb-8a5e-9e7d817e737c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-e1f603d7-22fb-47bb-8a5e-9e7d817e737c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1f603d7-22fb-47bb-8a5e-9e7d817e737c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-3ca7a864-7bb5-44db-8798-de243a3e1cb9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-color: rgba(237, 226, 216, 1);
}








#s-3ca7a864-7bb5-44db-8798-de243a3e1cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ca7a864-7bb5-44db-8798-de243a3e1cb9 {
  cursor: pointer;
}#s-3ca7a864-7bb5-44db-8798-de243a3e1cb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27aa1e01-c9e1-4fff-a505-715e1dfd4e06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-7f51b0fc-91cf-4a6a-835d-a830f2216070 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-position: center center;
}

#s-7f51b0fc-91cf-4a6a-835d-a830f2216070 {
  background-image: url(https://i.shgcdn.com/476421c8-1aad-41e1-a4c3-cbf80544222b/);
}








#s-7f51b0fc-91cf-4a6a-835d-a830f2216070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f51b0fc-91cf-4a6a-835d-a830f2216070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a7fedc9-b562-4813-b543-7476e847a1d6 {
  margin-left: auto;
margin-right: 8px;
min-height: 56px;
}








#s-7a7fedc9-b562-4813-b543-7476e847a1d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a7fedc9-b562-4813-b543-7476e847a1d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d1a862a-c2da-49f5-a946-43dedbdb0cfe {
  margin-left: auto;
margin-right: auto;
}

#s-2d1a862a-c2da-49f5-a946-43dedbdb0cfe .shg-proportional-font-size,
#s-2d1a862a-c2da-49f5-a946-43dedbdb0cfe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-2d1a862a-c2da-49f5-a946-43dedbdb0cfe .shg-proportional-font-size,
#s-2d1a862a-c2da-49f5-a946-43dedbdb0cfe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-90bb156c-7f7a-4b48-bb18-55c47f4bcb86 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-color: rgba(250, 183, 166, 1);
}








#s-90bb156c-7f7a-4b48-bb18-55c47f4bcb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90bb156c-7f7a-4b48-bb18-55c47f4bcb86 {
  cursor: pointer;
}#s-90bb156c-7f7a-4b48-bb18-55c47f4bcb86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8922b73-477e-42e3-abe8-7c981af28a53 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b8922b73-477e-42e3-abe8-7c981af28a53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-d458e843-13f1-418b-9724-1c69d9301a58 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-position: center center;
}

#s-d458e843-13f1-418b-9724-1c69d9301a58 {
  background-image: url(https://i.shgcdn.com/ebb47014-a569-4b68-a308-2b8a062835b5/);
}








#s-d458e843-13f1-418b-9724-1c69d9301a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d458e843-13f1-418b-9724-1c69d9301a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8772acbc-f2fa-429c-913d-16e3cb85bffe {
  margin-left: auto;
margin-right: 8px;
min-height: 56px;
}








#s-8772acbc-f2fa-429c-913d-16e3cb85bffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8772acbc-f2fa-429c-913d-16e3cb85bffe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3ba07be-89c7-4b33-a3d1-97ea5ecdbba5 {
  margin-left: auto;
margin-right: auto;
}

#s-f3ba07be-89c7-4b33-a3d1-97ea5ecdbba5 .shg-proportional-font-size,
#s-f3ba07be-89c7-4b33-a3d1-97ea5ecdbba5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-f3ba07be-89c7-4b33-a3d1-97ea5ecdbba5 .shg-proportional-font-size,
#s-f3ba07be-89c7-4b33-a3d1-97ea5ecdbba5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-94a3f786-cd58-44d6-a038-af9e1bdb2d34 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 56px;
}








#s-94a3f786-cd58-44d6-a038-af9e1bdb2d34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94a3f786-cd58-44d6-a038-af9e1bdb2d34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed1cbeeb-f186-4c84-9164-cebf991dbedb {
  margin-left: auto;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-ed1cbeeb-f186-4c84-9164-cebf991dbedb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-ed1cbeeb-f186-4c84-9164-cebf991dbedb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-ed1cbeeb-f186-4c84-9164-cebf991dbedb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed1cbeeb-f186-4c84-9164-cebf991dbedb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-c7feae72-87c3-4a97-8b4e-68748cdd27d1 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-color: rgba(250, 210, 243, 1);
}








#s-c7feae72-87c3-4a97-8b4e-68748cdd27d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7feae72-87c3-4a97-8b4e-68748cdd27d1 {
  cursor: pointer;
}#s-c7feae72-87c3-4a97-8b4e-68748cdd27d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e008b906-7c47-45c6-bebf-08343b318bf0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e008b906-7c47-45c6-bebf-08343b318bf0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-1f8c45e8-5fdc-4758-b2a7-425e50ddca24 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-position: center center;
}

#s-1f8c45e8-5fdc-4758-b2a7-425e50ddca24 {
  background-image: url(https://i.shgcdn.com/d1fcd953-30f7-4dd2-833c-2f37860666b1/);
}








#s-1f8c45e8-5fdc-4758-b2a7-425e50ddca24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f8c45e8-5fdc-4758-b2a7-425e50ddca24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aa37023-2b24-43fa-8335-572091e994c5 {
  margin-left: auto;
margin-right: 8px;
min-height: 56px;
}








#s-4aa37023-2b24-43fa-8335-572091e994c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4aa37023-2b24-43fa-8335-572091e994c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc00965-c8c5-4a03-b69a-2eff9097ef8a {
  margin-left: auto;
margin-right: auto;
}

#s-adc00965-c8c5-4a03-b69a-2eff9097ef8a .shg-proportional-font-size,
#s-adc00965-c8c5-4a03-b69a-2eff9097ef8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-adc00965-c8c5-4a03-b69a-2eff9097ef8a .shg-proportional-font-size,
#s-adc00965-c8c5-4a03-b69a-2eff9097ef8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-099c1910-ce82-4667-93f6-35a5529c2df5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-color: rgba(196, 241, 250, 1);
}








#s-099c1910-ce82-4667-93f6-35a5529c2df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-099c1910-ce82-4667-93f6-35a5529c2df5 {
  cursor: pointer;
}#s-099c1910-ce82-4667-93f6-35a5529c2df5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-6ad8dec8-08df-49e0-a8e9-d49b3d5c99ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-af731c2c-12b0-4381-9509-3903fad59bcc {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-position: center center;
}

#s-af731c2c-12b0-4381-9509-3903fad59bcc {
  background-image: url(https://i.shgcdn.com/9de4a68c-b337-4b97-bc9b-9f1690e32f0f/);
}








#s-af731c2c-12b0-4381-9509-3903fad59bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af731c2c-12b0-4381-9509-3903fad59bcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb877c68-2087-49f5-9bcf-7374d8ece345 {
  margin-left: auto;
margin-right: 8px;
min-height: 56px;
}








#s-cb877c68-2087-49f5-9bcf-7374d8ece345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb877c68-2087-49f5-9bcf-7374d8ece345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-888201db-a33e-4f65-8bf8-6b608ebc81b8 {
  margin-left: auto;
margin-right: auto;
}

#s-888201db-a33e-4f65-8bf8-6b608ebc81b8 .shg-proportional-font-size,
#s-888201db-a33e-4f65-8bf8-6b608ebc81b8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-888201db-a33e-4f65-8bf8-6b608ebc81b8 .shg-proportional-font-size,
#s-888201db-a33e-4f65-8bf8-6b608ebc81b8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-dbb9f03f-057c-477c-aec8-e59be0ad1380 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 56px;
}








#s-dbb9f03f-057c-477c-aec8-e59be0ad1380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbb9f03f-057c-477c-aec8-e59be0ad1380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0228e7e6-3419-4631-b28a-12c8bda720af {
  margin-left: auto;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-0228e7e6-3419-4631-b28a-12c8bda720af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-0228e7e6-3419-4631-b28a-12c8bda720af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-0228e7e6-3419-4631-b28a-12c8bda720af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-0228e7e6-3419-4631-b28a-12c8bda720af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-5ffafd52-bc6b-43ac-b0a2-9f894d5218ad {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-color: rgba(250, 234, 166, 1);
}








#s-5ffafd52-bc6b-43ac-b0a2-9f894d5218ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ffafd52-bc6b-43ac-b0a2-9f894d5218ad {
  cursor: pointer;
}#s-5ffafd52-bc6b-43ac-b0a2-9f894d5218ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-939db647-8c95-401d-b0a7-9bcc481c9a74 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-939db647-8c95-401d-b0a7-9bcc481c9a74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-a7845ce0-942e-4514-88f6-855388d94923 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-position: center center;
}

#s-a7845ce0-942e-4514-88f6-855388d94923 {
  background-image: url(https://i.shgcdn.com/b88696b4-3853-4525-bc90-b766964c56db/);
}








#s-a7845ce0-942e-4514-88f6-855388d94923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7845ce0-942e-4514-88f6-855388d94923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e88d714-5c04-4e7f-b105-2a1592abfad6 {
  margin-left: auto;
margin-right: 8px;
min-height: 56px;
}








#s-0e88d714-5c04-4e7f-b105-2a1592abfad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e88d714-5c04-4e7f-b105-2a1592abfad6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b556486-9780-460f-b9a3-972e39472e47 {
  margin-left: auto;
margin-right: auto;
}

#s-8b556486-9780-460f-b9a3-972e39472e47 .shg-proportional-font-size,
#s-8b556486-9780-460f-b9a3-972e39472e47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-8b556486-9780-460f-b9a3-972e39472e47 .shg-proportional-font-size,
#s-8b556486-9780-460f-b9a3-972e39472e47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
#s-f23cc425-b4e9-49fc-b798-ddc7c48cd957 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-color: rgba(224, 229, 174, 1);
}








#s-f23cc425-b4e9-49fc-b798-ddc7c48cd957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f23cc425-b4e9-49fc-b798-ddc7c48cd957 {
  cursor: pointer;
}#s-f23cc425-b4e9-49fc-b798-ddc7c48cd957.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec2f375-ade2-47b2-9dc4-195125e27041 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 56px;
}

@media (min-width: 0px) {
[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-fec2f375-ade2-47b2-9dc4-195125e27041"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-a7bdb5c3-68c8-4331-b63b-a941fab67fe7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 56px;
background-position: center center;
}

#s-a7bdb5c3-68c8-4331-b63b-a941fab67fe7 {
  background-image: url(https://i.shgcdn.com/3d0d001b-8157-4e1f-9657-e97e9cce6da1/);
}








#s-a7bdb5c3-68c8-4331-b63b-a941fab67fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7bdb5c3-68c8-4331-b63b-a941fab67fe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff154aa5-fb7b-4664-b88c-5cee23c6ce5e {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 8px;
min-height: 56px;
}








#s-ff154aa5-fb7b-4664-b88c-5cee23c6ce5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff154aa5-fb7b-4664-b88c-5cee23c6ce5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ced162-7d6e-4f8d-8f47-7ed8b9ae11fe {
  margin-left: auto;
margin-right: auto;
}

#s-89ced162-7d6e-4f8d-8f47-7ed8b9ae11fe .shg-proportional-font-size,
#s-89ced162-7d6e-4f8d-8f47-7ed8b9ae11fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-89ced162-7d6e-4f8d-8f47-7ed8b9ae11fe .shg-proportional-font-size,
#s-89ced162-7d6e-4f8d-8f47-7ed8b9ae11fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 75;
    
    
    font-size: 0.75em;
  
}
}
/*
  $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;
}
