.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-6fb1d7f8-2ae4-4386-b1be-aca3606c9220 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}

#s-6fb1d7f8-2ae4-4386-b1be-aca3606c9220 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6fb1d7f8-2ae4-4386-b1be-aca3606c9220 .shg-sld-nav-button.shg-sld-left,
#s-6fb1d7f8-2ae4-4386-b1be-aca3606c9220 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7 {
  display: none;
}
#s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7, #wrap-s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7, #wrap-content-s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7 { display: none !important; }}







#s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d9e3c85-d929-43f5-a8d7-9a04d2a6e6b7.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-36483b12-ab54-4e66-9ca2-cfcb953a6585 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-36483b12-ab54-4e66-9ca2-cfcb953a6585 {
  display: none;
}
#s-36483b12-ab54-4e66-9ca2-cfcb953a6585, #wrap-s-36483b12-ab54-4e66-9ca2-cfcb953a6585, #wrap-content-s-36483b12-ab54-4e66-9ca2-cfcb953a6585 { display: none !important; }}
@media (min-width: 0px) {
[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36483b12-ab54-4e66-9ca2-cfcb953a6585"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-27d9767f-fb9d-4ee0-9b71-543270467820 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-16777482-a14e-46ac-820d-16345535c898 {
  display: none;
}
#s-16777482-a14e-46ac-820d-16345535c898, #wrap-s-16777482-a14e-46ac-820d-16345535c898, #wrap-content-s-16777482-a14e-46ac-820d-16345535c898 { display: none !important; }}
@media (min-width: 0px) {
[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16777482-a14e-46ac-820d-16345535c898"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-9584051e-e925-4556-a9ae-68987ffd6c49 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9584051e-e925-4556-a9ae-68987ffd6c49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9584051e-e925-4556-a9ae-68987ffd6c49:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-9584051e-e925-4556-a9ae-68987ffd6c49-root {
    text-align: center;
  }


#s-9584051e-e925-4556-a9ae-68987ffd6c49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9584051e-e925-4556-a9ae-68987ffd6c49-root {
    text-align: center;
  }


#s-9584051e-e925-4556-a9ae-68987ffd6c49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9584051e-e925-4556-a9ae-68987ffd6c49-root {
    text-align: center;
  }


#s-9584051e-e925-4556-a9ae-68987ffd6c49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9584051e-e925-4556-a9ae-68987ffd6c49-root {
    text-align: center;
  }


#s-9584051e-e925-4556-a9ae-68987ffd6c49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9584051e-e925-4556-a9ae-68987ffd6c49-root {
    text-align: center;
  }


#s-9584051e-e925-4556-a9ae-68987ffd6c49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1039be18-cba6-405b-b1fe-17a9c12487e1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1039be18-cba6-405b-b1fe-17a9c12487e1 {
  display: none;
}
#s-1039be18-cba6-405b-b1fe-17a9c12487e1, #wrap-s-1039be18-cba6-405b-b1fe-17a9c12487e1, #wrap-content-s-1039be18-cba6-405b-b1fe-17a9c12487e1 { display: none !important; }}@media (max-width: 767px){#s-1039be18-cba6-405b-b1fe-17a9c12487e1 {
  display: none;
}
#s-1039be18-cba6-405b-b1fe-17a9c12487e1, #wrap-s-1039be18-cba6-405b-b1fe-17a9c12487e1, #wrap-content-s-1039be18-cba6-405b-b1fe-17a9c12487e1 { display: none !important; }}
#s-1039be18-cba6-405b-b1fe-17a9c12487e1 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1039be18-cba6-405b-b1fe-17a9c12487e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1039be18-cba6-405b-b1fe-17a9c12487e1 {
  cursor: pointer;
}#s-1039be18-cba6-405b-b1fe-17a9c12487e1.shg-box.shg-c {
  justify-content: center;
}

#s-61aee540-f1ba-4ba9-854f-893afcb59539 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61aee540-f1ba-4ba9-854f-893afcb59539 {
  
}
}@media (max-width: 767px){#s-61aee540-f1ba-4ba9-854f-893afcb59539 {
  
}
}
@media (min-width: 0px) {
[id="s-61aee540-f1ba-4ba9-854f-893afcb59539"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-61aee540-f1ba-4ba9-854f-893afcb59539"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61aee540-f1ba-4ba9-854f-893afcb59539"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61aee540-f1ba-4ba9-854f-893afcb59539"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0d21029f-a699-4145-bdda-c78850b97716 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d21029f-a699-4145-bdda-c78850b97716 {
  
}
}@media (max-width: 767px){#s-0d21029f-a699-4145-bdda-c78850b97716 {
  
}
}
#s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a {
  
}
}@media (max-width: 767px){#s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a {
  
}
}
@media (min-width: 0px) {
[id="s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc72ddd0-57fe-4a01-b5e9-c1363438f98a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-71ba44e7-a81c-4988-91a4-942468b1f602 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-71ba44e7-a81c-4988-91a4-942468b1f602:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71ba44e7-a81c-4988-91a4-942468b1f602:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-71ba44e7-a81c-4988-91a4-942468b1f602 {
  
}
}@media (max-width: 767px){#s-71ba44e7-a81c-4988-91a4-942468b1f602 {
  
}
}

  #s-71ba44e7-a81c-4988-91a4-942468b1f602-root {
    text-align: center;
  }


#s-71ba44e7-a81c-4988-91a4-942468b1f602.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71ba44e7-a81c-4988-91a4-942468b1f602-root {
    text-align: center;
  }


#s-71ba44e7-a81c-4988-91a4-942468b1f602.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71ba44e7-a81c-4988-91a4-942468b1f602-root {
    text-align: center;
  }


#s-71ba44e7-a81c-4988-91a4-942468b1f602.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71ba44e7-a81c-4988-91a4-942468b1f602-root {
    text-align: center;
  }


#s-71ba44e7-a81c-4988-91a4-942468b1f602.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71ba44e7-a81c-4988-91a4-942468b1f602-root {
    text-align: center;
  }


#s-71ba44e7-a81c-4988-91a4-942468b1f602.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9fab8b09-b735-44ec-8070-22017a2b8e25 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-9fab8b09-b735-44ec-8070-22017a2b8e25 {
  display: none;
}
#s-9fab8b09-b735-44ec-8070-22017a2b8e25, #wrap-s-9fab8b09-b735-44ec-8070-22017a2b8e25, #wrap-content-s-9fab8b09-b735-44ec-8070-22017a2b8e25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fab8b09-b735-44ec-8070-22017a2b8e25 {
  display: none;
}
#s-9fab8b09-b735-44ec-8070-22017a2b8e25, #wrap-s-9fab8b09-b735-44ec-8070-22017a2b8e25, #wrap-content-s-9fab8b09-b735-44ec-8070-22017a2b8e25 { display: none !important; }}
#s-9fab8b09-b735-44ec-8070-22017a2b8e25 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9fab8b09-b735-44ec-8070-22017a2b8e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fab8b09-b735-44ec-8070-22017a2b8e25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 {
  display: none;
}
#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27, #wrap-s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27, #wrap-content-s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 {
  display: none;
}
#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27, #wrap-s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27, #wrap-content-s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 {
  
}
}@media (max-width: 767px){#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 {
  display: none;
}
#s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27, #wrap-s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27, #wrap-content-s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebdd30ae-3b01-46d3-b4ca-2673f9b96b27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-479d2968-564e-4463-a822-44b4e0680d75 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-479d2968-564e-4463-a822-44b4e0680d75 {
  display: none;
}
#s-479d2968-564e-4463-a822-44b4e0680d75, #wrap-s-479d2968-564e-4463-a822-44b4e0680d75, #wrap-content-s-479d2968-564e-4463-a822-44b4e0680d75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-479d2968-564e-4463-a822-44b4e0680d75 {
  display: none;
}
#s-479d2968-564e-4463-a822-44b4e0680d75, #wrap-s-479d2968-564e-4463-a822-44b4e0680d75, #wrap-content-s-479d2968-564e-4463-a822-44b4e0680d75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-479d2968-564e-4463-a822-44b4e0680d75 {
  
}
}@media (max-width: 767px){#s-479d2968-564e-4463-a822-44b4e0680d75 {
  
}
}
#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 {
  display: none;
}
#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20, #wrap-s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20, #wrap-content-s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 {
  display: none;
}
#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20, #wrap-s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20, #wrap-content-s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 {
  
}
}@media (max-width: 767px){#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 {
  display: none;
}
#s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20, #wrap-s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20, #wrap-content-s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4bbfb1c-2d65-42e5-920e-6d16808b2f20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-31fbe58d-36af-4360-adcd-cbc78e7aff44 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-31fbe58d-36af-4360-adcd-cbc78e7aff44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31fbe58d-36af-4360-adcd-cbc78e7aff44:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-31fbe58d-36af-4360-adcd-cbc78e7aff44 {
  display: none;
}
#s-31fbe58d-36af-4360-adcd-cbc78e7aff44, #wrap-s-31fbe58d-36af-4360-adcd-cbc78e7aff44, #wrap-content-s-31fbe58d-36af-4360-adcd-cbc78e7aff44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31fbe58d-36af-4360-adcd-cbc78e7aff44 {
  display: none;
}
#s-31fbe58d-36af-4360-adcd-cbc78e7aff44, #wrap-s-31fbe58d-36af-4360-adcd-cbc78e7aff44, #wrap-content-s-31fbe58d-36af-4360-adcd-cbc78e7aff44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31fbe58d-36af-4360-adcd-cbc78e7aff44 {
  
}
}@media (max-width: 767px){#s-31fbe58d-36af-4360-adcd-cbc78e7aff44 {
  display: none;
}
#s-31fbe58d-36af-4360-adcd-cbc78e7aff44, #wrap-s-31fbe58d-36af-4360-adcd-cbc78e7aff44, #wrap-content-s-31fbe58d-36af-4360-adcd-cbc78e7aff44 { display: none !important; }}

  #s-31fbe58d-36af-4360-adcd-cbc78e7aff44-root {
    text-align: center;
  }


#s-31fbe58d-36af-4360-adcd-cbc78e7aff44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31fbe58d-36af-4360-adcd-cbc78e7aff44-root {
    text-align: center;
  }


#s-31fbe58d-36af-4360-adcd-cbc78e7aff44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31fbe58d-36af-4360-adcd-cbc78e7aff44-root {
    text-align: center;
  }


#s-31fbe58d-36af-4360-adcd-cbc78e7aff44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31fbe58d-36af-4360-adcd-cbc78e7aff44-root {
    text-align: center;
  }


#s-31fbe58d-36af-4360-adcd-cbc78e7aff44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31fbe58d-36af-4360-adcd-cbc78e7aff44-root {
    text-align: center;
  }


#s-31fbe58d-36af-4360-adcd-cbc78e7aff44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-93573631-0653-4ed4-87fe-e4449c61a6de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93573631-0653-4ed4-87fe-e4449c61a6de:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-93573631-0653-4ed4-87fe-e4449c61a6de:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-93573631-0653-4ed4-87fe-e4449c61a6de {
  display: none;
}
#s-93573631-0653-4ed4-87fe-e4449c61a6de, #wrap-s-93573631-0653-4ed4-87fe-e4449c61a6de, #wrap-content-s-93573631-0653-4ed4-87fe-e4449c61a6de { display: none !important; }}@media (max-width: 767px){#s-93573631-0653-4ed4-87fe-e4449c61a6de {
  display: none;
}
#s-93573631-0653-4ed4-87fe-e4449c61a6de, #wrap-s-93573631-0653-4ed4-87fe-e4449c61a6de, #wrap-content-s-93573631-0653-4ed4-87fe-e4449c61a6de { display: none !important; }}

  #s-93573631-0653-4ed4-87fe-e4449c61a6de-root {
    text-align: center;
  }


#s-93573631-0653-4ed4-87fe-e4449c61a6de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93573631-0653-4ed4-87fe-e4449c61a6de-root {
    text-align: center;
  }


#s-93573631-0653-4ed4-87fe-e4449c61a6de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93573631-0653-4ed4-87fe-e4449c61a6de-root {
    text-align: center;
  }


#s-93573631-0653-4ed4-87fe-e4449c61a6de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93573631-0653-4ed4-87fe-e4449c61a6de-root {
    text-align: center;
  }


#s-93573631-0653-4ed4-87fe-e4449c61a6de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93573631-0653-4ed4-87fe-e4449c61a6de-root {
    text-align: center;
  }


#s-93573631-0653-4ed4-87fe-e4449c61a6de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5adc8148-094f-4b49-91b0-bca96a419255 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-5adc8148-094f-4b49-91b0-bca96a419255 {
  display: none;
}
#s-5adc8148-094f-4b49-91b0-bca96a419255, #wrap-s-5adc8148-094f-4b49-91b0-bca96a419255, #wrap-content-s-5adc8148-094f-4b49-91b0-bca96a419255 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5adc8148-094f-4b49-91b0-bca96a419255 {
  display: none;
}
#s-5adc8148-094f-4b49-91b0-bca96a419255, #wrap-s-5adc8148-094f-4b49-91b0-bca96a419255, #wrap-content-s-5adc8148-094f-4b49-91b0-bca96a419255 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5adc8148-094f-4b49-91b0-bca96a419255 {
  display: none;
}
#s-5adc8148-094f-4b49-91b0-bca96a419255, #wrap-s-5adc8148-094f-4b49-91b0-bca96a419255, #wrap-content-s-5adc8148-094f-4b49-91b0-bca96a419255 { display: none !important; }}@media (max-width: 767px){#s-5adc8148-094f-4b49-91b0-bca96a419255 {
  
}
}
#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 {
  margin-top: 280px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 {
  display: none;
}
#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88, #wrap-s-4634c7b7-91ba-43b4-b39e-b4f979d92f88, #wrap-content-s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 {
  display: none;
}
#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88, #wrap-s-4634c7b7-91ba-43b4-b39e-b4f979d92f88, #wrap-content-s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 {
  display: none;
}
#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88, #wrap-s-4634c7b7-91ba-43b4-b39e-b4f979d92f88, #wrap-content-s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 { display: none !important; }}@media (max-width: 767px){#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88 {
  
}
}

  #s-4634c7b7-91ba-43b4-b39e-b4f979d92f88-root {
    text-align: center;
  }


#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4634c7b7-91ba-43b4-b39e-b4f979d92f88-root {
    text-align: center;
  }


#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4634c7b7-91ba-43b4-b39e-b4f979d92f88-root {
    text-align: center;
  }


#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4634c7b7-91ba-43b4-b39e-b4f979d92f88-root {
    text-align: center;
  }


#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4634c7b7-91ba-43b4-b39e-b4f979d92f88-root {
    text-align: center;
  }


#s-4634c7b7-91ba-43b4-b39e-b4f979d92f88.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 {
  display: none;
}
#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1, #wrap-s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1, #wrap-content-s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 { display: none !important; }}@media (max-width: 767px){#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 {
  display: none;
}
#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1, #wrap-s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1, #wrap-content-s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 { display: none !important; }}







#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1 {
  cursor: pointer;
}#s-e7641b72-b7f8-44dd-8f6d-af26e9d499a1.shg-box.shg-c {
  justify-content: center;
}

#s-c6a1b147-0a7c-438a-aab2-61b99fcc3840 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6a1b147-0a7c-438a-aab2-61b99fcc3840 {
  display: none;
}
#s-c6a1b147-0a7c-438a-aab2-61b99fcc3840, #wrap-s-c6a1b147-0a7c-438a-aab2-61b99fcc3840, #wrap-content-s-c6a1b147-0a7c-438a-aab2-61b99fcc3840 { display: none !important; }}@media (max-width: 767px){#s-c6a1b147-0a7c-438a-aab2-61b99fcc3840 {
  display: none;
}
#s-c6a1b147-0a7c-438a-aab2-61b99fcc3840, #wrap-s-c6a1b147-0a7c-438a-aab2-61b99fcc3840, #wrap-content-s-c6a1b147-0a7c-438a-aab2-61b99fcc3840 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c6a1b147-0a7c-438a-aab2-61b99fcc3840"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c6a1b147-0a7c-438a-aab2-61b99fcc3840"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6a1b147-0a7c-438a-aab2-61b99fcc3840"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6a1b147-0a7c-438a-aab2-61b99fcc3840"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2905ac12-8e00-499f-9979-26e1fc1d6d8a {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-2905ac12-8e00-499f-9979-26e1fc1d6d8a {
  display: none;
}
#s-2905ac12-8e00-499f-9979-26e1fc1d6d8a, #wrap-s-2905ac12-8e00-499f-9979-26e1fc1d6d8a, #wrap-content-s-2905ac12-8e00-499f-9979-26e1fc1d6d8a { display: none !important; }}@media (max-width: 767px){#s-2905ac12-8e00-499f-9979-26e1fc1d6d8a {
  display: none;
}
#s-2905ac12-8e00-499f-9979-26e1fc1d6d8a, #wrap-s-2905ac12-8e00-499f-9979-26e1fc1d6d8a, #wrap-content-s-2905ac12-8e00-499f-9979-26e1fc1d6d8a { display: none !important; }}
#s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637 {
  display: none;
}
#s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637, #wrap-s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637, #wrap-content-s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637 { display: none !important; }}@media (max-width: 767px){#s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637 {
  display: none;
}
#s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637, #wrap-s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637, #wrap-content-s-dc17d5ff-7d1d-46b6-b1fa-c5a4bfe05637 { display: none !important; }}
#s-af5af884-3da7-4451-85dd-7c18176f5d4b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af5af884-3da7-4451-85dd-7c18176f5d4b {
  display: none;
}
#s-af5af884-3da7-4451-85dd-7c18176f5d4b, #wrap-s-af5af884-3da7-4451-85dd-7c18176f5d4b, #wrap-content-s-af5af884-3da7-4451-85dd-7c18176f5d4b { display: none !important; }}@media (max-width: 767px){#s-af5af884-3da7-4451-85dd-7c18176f5d4b {
  display: none;
}
#s-af5af884-3da7-4451-85dd-7c18176f5d4b, #wrap-s-af5af884-3da7-4451-85dd-7c18176f5d4b, #wrap-content-s-af5af884-3da7-4451-85dd-7c18176f5d4b { display: none !important; }}
@media (min-width: 0px) {
[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af5af884-3da7-4451-85dd-7c18176f5d4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-af9173bd-0533-4115-8448-2dc7d851969f {
  background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-af9173bd-0533-4115-8448-2dc7d851969f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af9173bd-0533-4115-8448-2dc7d851969f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-af9173bd-0533-4115-8448-2dc7d851969f {
  display: none;
}
#s-af9173bd-0533-4115-8448-2dc7d851969f, #wrap-s-af9173bd-0533-4115-8448-2dc7d851969f, #wrap-content-s-af9173bd-0533-4115-8448-2dc7d851969f { display: none !important; }}@media (max-width: 767px){#s-af9173bd-0533-4115-8448-2dc7d851969f {
  display: none;
}
#s-af9173bd-0533-4115-8448-2dc7d851969f, #wrap-s-af9173bd-0533-4115-8448-2dc7d851969f, #wrap-content-s-af9173bd-0533-4115-8448-2dc7d851969f { display: none !important; }}

  #s-af9173bd-0533-4115-8448-2dc7d851969f-root {
    text-align: center;
  }


#s-af9173bd-0533-4115-8448-2dc7d851969f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af9173bd-0533-4115-8448-2dc7d851969f-root {
    text-align: center;
  }


#s-af9173bd-0533-4115-8448-2dc7d851969f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af9173bd-0533-4115-8448-2dc7d851969f-root {
    text-align: center;
  }


#s-af9173bd-0533-4115-8448-2dc7d851969f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af9173bd-0533-4115-8448-2dc7d851969f-root {
    text-align: center;
  }


#s-af9173bd-0533-4115-8448-2dc7d851969f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af9173bd-0533-4115-8448-2dc7d851969f-root {
    text-align: center;
  }


#s-af9173bd-0533-4115-8448-2dc7d851969f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 {
  margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 {
  display: none;
}
#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882, #wrap-s-3f3d5d5a-76f9-4d17-b6a5-184303c50882, #wrap-content-s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 {
  display: none;
}
#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882, #wrap-s-3f3d5d5a-76f9-4d17-b6a5-184303c50882, #wrap-content-s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 {
  
}
}@media (max-width: 767px){#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 {
  display: none;
}
#s-3f3d5d5a-76f9-4d17-b6a5-184303c50882, #wrap-s-3f3d5d5a-76f9-4d17-b6a5-184303c50882, #wrap-content-s-3f3d5d5a-76f9-4d17-b6a5-184303c50882 { display: none !important; }}
#s-31f5368d-0a02-433d-92b5-7ac8a66701b3 {
  background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-31f5368d-0a02-433d-92b5-7ac8a66701b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31f5368d-0a02-433d-92b5-7ac8a66701b3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-31f5368d-0a02-433d-92b5-7ac8a66701b3 {
  display: none;
}
#s-31f5368d-0a02-433d-92b5-7ac8a66701b3, #wrap-s-31f5368d-0a02-433d-92b5-7ac8a66701b3, #wrap-content-s-31f5368d-0a02-433d-92b5-7ac8a66701b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31f5368d-0a02-433d-92b5-7ac8a66701b3 {
  display: none;
}
#s-31f5368d-0a02-433d-92b5-7ac8a66701b3, #wrap-s-31f5368d-0a02-433d-92b5-7ac8a66701b3, #wrap-content-s-31f5368d-0a02-433d-92b5-7ac8a66701b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31f5368d-0a02-433d-92b5-7ac8a66701b3 {
  
}
}@media (max-width: 767px){#s-31f5368d-0a02-433d-92b5-7ac8a66701b3 {
  display: none;
}
#s-31f5368d-0a02-433d-92b5-7ac8a66701b3, #wrap-s-31f5368d-0a02-433d-92b5-7ac8a66701b3, #wrap-content-s-31f5368d-0a02-433d-92b5-7ac8a66701b3 { display: none !important; }}

  #s-31f5368d-0a02-433d-92b5-7ac8a66701b3-root {
    text-align: center;
  }


#s-31f5368d-0a02-433d-92b5-7ac8a66701b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31f5368d-0a02-433d-92b5-7ac8a66701b3-root {
    text-align: center;
  }


#s-31f5368d-0a02-433d-92b5-7ac8a66701b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31f5368d-0a02-433d-92b5-7ac8a66701b3-root {
    text-align: center;
  }


#s-31f5368d-0a02-433d-92b5-7ac8a66701b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31f5368d-0a02-433d-92b5-7ac8a66701b3-root {
    text-align: center;
  }


#s-31f5368d-0a02-433d-92b5-7ac8a66701b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31f5368d-0a02-433d-92b5-7ac8a66701b3-root {
    text-align: center;
  }


#s-31f5368d-0a02-433d-92b5-7ac8a66701b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-44543a96-a8f5-44b3-887c-932c73914b1b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-44543a96-a8f5-44b3-887c-932c73914b1b {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-44543a96-a8f5-44b3-887c-932c73914b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44543a96-a8f5-44b3-887c-932c73914b1b {
  cursor: pointer;
}#s-44543a96-a8f5-44b3-887c-932c73914b1b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75c908dc-e6a5-4b52-94f5-48852839a6d8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75c908dc-e6a5-4b52-94f5-48852839a6d8 {
  display: none;
}
#s-75c908dc-e6a5-4b52-94f5-48852839a6d8, #wrap-s-75c908dc-e6a5-4b52-94f5-48852839a6d8, #wrap-content-s-75c908dc-e6a5-4b52-94f5-48852839a6d8 { display: none !important; }}@media (max-width: 767px){#s-75c908dc-e6a5-4b52-94f5-48852839a6d8 {
  display: none;
}
#s-75c908dc-e6a5-4b52-94f5-48852839a6d8, #wrap-s-75c908dc-e6a5-4b52-94f5-48852839a6d8, #wrap-content-s-75c908dc-e6a5-4b52-94f5-48852839a6d8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-75c908dc-e6a5-4b52-94f5-48852839a6d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-75c908dc-e6a5-4b52-94f5-48852839a6d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75c908dc-e6a5-4b52-94f5-48852839a6d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75c908dc-e6a5-4b52-94f5-48852839a6d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cdfd05b2-bd7f-4e95-911c-36b20a880d48 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-cdfd05b2-bd7f-4e95-911c-36b20a880d48 {
  display: none;
}
#s-cdfd05b2-bd7f-4e95-911c-36b20a880d48, #wrap-s-cdfd05b2-bd7f-4e95-911c-36b20a880d48, #wrap-content-s-cdfd05b2-bd7f-4e95-911c-36b20a880d48 { display: none !important; }}@media (max-width: 767px){#s-cdfd05b2-bd7f-4e95-911c-36b20a880d48 {
  display: none;
}
#s-cdfd05b2-bd7f-4e95-911c-36b20a880d48, #wrap-s-cdfd05b2-bd7f-4e95-911c-36b20a880d48, #wrap-content-s-cdfd05b2-bd7f-4e95-911c-36b20a880d48 { display: none !important; }}
#s-9713d5f8-015e-499f-b970-47236184aac5 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9713d5f8-015e-499f-b970-47236184aac5 {
  display: none;
}
#s-9713d5f8-015e-499f-b970-47236184aac5, #wrap-s-9713d5f8-015e-499f-b970-47236184aac5, #wrap-content-s-9713d5f8-015e-499f-b970-47236184aac5 { display: none !important; }}@media (max-width: 767px){#s-9713d5f8-015e-499f-b970-47236184aac5 {
  display: none;
}
#s-9713d5f8-015e-499f-b970-47236184aac5, #wrap-s-9713d5f8-015e-499f-b970-47236184aac5, #wrap-content-s-9713d5f8-015e-499f-b970-47236184aac5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9713d5f8-015e-499f-b970-47236184aac5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9713d5f8-015e-499f-b970-47236184aac5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9713d5f8-015e-499f-b970-47236184aac5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9713d5f8-015e-499f-b970-47236184aac5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-170b15dc-ac93-4f99-9288-7d26041dd1f6 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-170b15dc-ac93-4f99-9288-7d26041dd1f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-170b15dc-ac93-4f99-9288-7d26041dd1f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-170b15dc-ac93-4f99-9288-7d26041dd1f6 {
  display: none;
}
#s-170b15dc-ac93-4f99-9288-7d26041dd1f6, #wrap-s-170b15dc-ac93-4f99-9288-7d26041dd1f6, #wrap-content-s-170b15dc-ac93-4f99-9288-7d26041dd1f6 { display: none !important; }}@media (max-width: 767px){#s-170b15dc-ac93-4f99-9288-7d26041dd1f6 {
  display: none;
}
#s-170b15dc-ac93-4f99-9288-7d26041dd1f6, #wrap-s-170b15dc-ac93-4f99-9288-7d26041dd1f6, #wrap-content-s-170b15dc-ac93-4f99-9288-7d26041dd1f6 { display: none !important; }}

  #s-170b15dc-ac93-4f99-9288-7d26041dd1f6-root {
    text-align: center;
  }


#s-170b15dc-ac93-4f99-9288-7d26041dd1f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-170b15dc-ac93-4f99-9288-7d26041dd1f6-root {
    text-align: center;
  }


#s-170b15dc-ac93-4f99-9288-7d26041dd1f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-170b15dc-ac93-4f99-9288-7d26041dd1f6-root {
    text-align: center;
  }


#s-170b15dc-ac93-4f99-9288-7d26041dd1f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-170b15dc-ac93-4f99-9288-7d26041dd1f6-root {
    text-align: center;
  }


#s-170b15dc-ac93-4f99-9288-7d26041dd1f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-170b15dc-ac93-4f99-9288-7d26041dd1f6-root {
    text-align: center;
  }


#s-170b15dc-ac93-4f99-9288-7d26041dd1f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 {
  display: none;
}
#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86, #wrap-s-c38514dd-5cdf-4883-8e3c-79ba635cbe86, #wrap-content-s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 {
  display: none;
}
#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86, #wrap-s-c38514dd-5cdf-4883-8e3c-79ba635cbe86, #wrap-content-s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 {
  
}
}@media (max-width: 767px){#s-c38514dd-5cdf-4883-8e3c-79ba635cbe86 {
  
}
}
#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 {
  margin-top: 260px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 {
  display: none;
}
#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04, #wrap-s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04, #wrap-content-s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 {
  display: none;
}
#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04, #wrap-s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04, #wrap-content-s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 {
  
}
}@media (max-width: 767px){#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04 {
  
}
}

  #s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04-root {
    text-align: center;
  }


#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04-root {
    text-align: center;
  }


#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04-root {
    text-align: center;
  }


#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04-root {
    text-align: center;
  }


#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04-root {
    text-align: center;
  }


#s-d29ccdfa-934e-41e0-9676-7a5b8c7d1c04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-867a1d16-d6ee-4421-a874-fa85e1e1ef2f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-867a1d16-d6ee-4421-a874-fa85e1e1ef2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-867a1d16-d6ee-4421-a874-fa85e1e1ef2f {
  cursor: pointer;
}#s-867a1d16-d6ee-4421-a874-fa85e1e1ef2f.shg-box.shg-c {
  justify-content: center;
}

#s-4e65981e-938d-480f-97d1-9457cf2f464b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e65981e-938d-480f-97d1-9457cf2f464b {
  display: none;
}
#s-4e65981e-938d-480f-97d1-9457cf2f464b, #wrap-s-4e65981e-938d-480f-97d1-9457cf2f464b, #wrap-content-s-4e65981e-938d-480f-97d1-9457cf2f464b { display: none !important; }}@media (max-width: 767px){#s-4e65981e-938d-480f-97d1-9457cf2f464b {
  display: none;
}
#s-4e65981e-938d-480f-97d1-9457cf2f464b, #wrap-s-4e65981e-938d-480f-97d1-9457cf2f464b, #wrap-content-s-4e65981e-938d-480f-97d1-9457cf2f464b { display: none !important; }}
@media (min-width: 0px) {
[id="s-4e65981e-938d-480f-97d1-9457cf2f464b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4e65981e-938d-480f-97d1-9457cf2f464b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e65981e-938d-480f-97d1-9457cf2f464b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e65981e-938d-480f-97d1-9457cf2f464b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f53fb56b-7673-447d-b7c5-5bf47c6e088d {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-f53fb56b-7673-447d-b7c5-5bf47c6e088d {
  display: none;
}
#s-f53fb56b-7673-447d-b7c5-5bf47c6e088d, #wrap-s-f53fb56b-7673-447d-b7c5-5bf47c6e088d, #wrap-content-s-f53fb56b-7673-447d-b7c5-5bf47c6e088d { display: none !important; }}@media (max-width: 767px){#s-f53fb56b-7673-447d-b7c5-5bf47c6e088d {
  display: none;
}
#s-f53fb56b-7673-447d-b7c5-5bf47c6e088d, #wrap-s-f53fb56b-7673-447d-b7c5-5bf47c6e088d, #wrap-content-s-f53fb56b-7673-447d-b7c5-5bf47c6e088d { display: none !important; }}
#s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37 {
  display: none;
}
#s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37, #wrap-s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37, #wrap-content-s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37 { display: none !important; }}@media (max-width: 767px){#s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37 {
  display: none;
}
#s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37, #wrap-s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37, #wrap-content-s-4f6bcd91-4d07-42b9-9a3b-e258d2419d37 { display: none !important; }}
#s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c {
  display: none;
}
#s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c, #wrap-s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c, #wrap-content-s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c { display: none !important; }}@media (max-width: 767px){#s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c {
  display: none;
}
#s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c, #wrap-s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c, #wrap-content-s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c { display: none !important; }}
@media (min-width: 0px) {
[id="s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-57b6d3fd-e976-447b-8a14-930ecfb7fc4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-974ede8c-fcf8-422f-a528-82e020329956 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-974ede8c-fcf8-422f-a528-82e020329956:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-974ede8c-fcf8-422f-a528-82e020329956:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-974ede8c-fcf8-422f-a528-82e020329956 {
  display: none;
}
#s-974ede8c-fcf8-422f-a528-82e020329956, #wrap-s-974ede8c-fcf8-422f-a528-82e020329956, #wrap-content-s-974ede8c-fcf8-422f-a528-82e020329956 { display: none !important; }}@media (max-width: 767px){#s-974ede8c-fcf8-422f-a528-82e020329956 {
  display: none;
}
#s-974ede8c-fcf8-422f-a528-82e020329956, #wrap-s-974ede8c-fcf8-422f-a528-82e020329956, #wrap-content-s-974ede8c-fcf8-422f-a528-82e020329956 { display: none !important; }}

  #s-974ede8c-fcf8-422f-a528-82e020329956-root {
    text-align: center;
  }


#s-974ede8c-fcf8-422f-a528-82e020329956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-974ede8c-fcf8-422f-a528-82e020329956-root {
    text-align: center;
  }


#s-974ede8c-fcf8-422f-a528-82e020329956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-974ede8c-fcf8-422f-a528-82e020329956-root {
    text-align: center;
  }


#s-974ede8c-fcf8-422f-a528-82e020329956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-974ede8c-fcf8-422f-a528-82e020329956-root {
    text-align: center;
  }


#s-974ede8c-fcf8-422f-a528-82e020329956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-974ede8c-fcf8-422f-a528-82e020329956-root {
    text-align: center;
  }


#s-974ede8c-fcf8-422f-a528-82e020329956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 {
  display: none;
}
#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732, #wrap-s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732, #wrap-content-s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 {
  display: none;
}
#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732, #wrap-s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732, #wrap-content-s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 {
  
}
}@media (max-width: 767px){#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 {
  display: none;
}
#s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732, #wrap-s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732, #wrap-content-s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbce8af4-b75f-4356-a5a3-fc6ba9c8f732"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-9e47bbff-1e41-481b-b726-119e3bb747a1 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-9e47bbff-1e41-481b-b726-119e3bb747a1 {
  display: none;
}
#s-9e47bbff-1e41-481b-b726-119e3bb747a1, #wrap-s-9e47bbff-1e41-481b-b726-119e3bb747a1, #wrap-content-s-9e47bbff-1e41-481b-b726-119e3bb747a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e47bbff-1e41-481b-b726-119e3bb747a1 {
  display: none;
}
#s-9e47bbff-1e41-481b-b726-119e3bb747a1, #wrap-s-9e47bbff-1e41-481b-b726-119e3bb747a1, #wrap-content-s-9e47bbff-1e41-481b-b726-119e3bb747a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e47bbff-1e41-481b-b726-119e3bb747a1 {
  
}
}@media (max-width: 767px){#s-9e47bbff-1e41-481b-b726-119e3bb747a1 {
  
}
}
#s-884ccf41-5016-4fb5-8655-4a239a1fbe99 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-884ccf41-5016-4fb5-8655-4a239a1fbe99 {
  display: none;
}
#s-884ccf41-5016-4fb5-8655-4a239a1fbe99, #wrap-s-884ccf41-5016-4fb5-8655-4a239a1fbe99, #wrap-content-s-884ccf41-5016-4fb5-8655-4a239a1fbe99 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-884ccf41-5016-4fb5-8655-4a239a1fbe99 {
  display: none;
}
#s-884ccf41-5016-4fb5-8655-4a239a1fbe99, #wrap-s-884ccf41-5016-4fb5-8655-4a239a1fbe99, #wrap-content-s-884ccf41-5016-4fb5-8655-4a239a1fbe99 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-884ccf41-5016-4fb5-8655-4a239a1fbe99 {
  display: none;
}
#s-884ccf41-5016-4fb5-8655-4a239a1fbe99, #wrap-s-884ccf41-5016-4fb5-8655-4a239a1fbe99, #wrap-content-s-884ccf41-5016-4fb5-8655-4a239a1fbe99 { display: none !important; }}@media (max-width: 767px){#s-884ccf41-5016-4fb5-8655-4a239a1fbe99 {
  
}
}
#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f {
  margin-top: 250px;
margin-left: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f {
  display: none;
}
#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f, #wrap-s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f, #wrap-content-s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f {
  display: none;
}
#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f, #wrap-s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f, #wrap-content-s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f {
  display: none;
}
#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f, #wrap-s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f, #wrap-content-s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f { display: none !important; }}@media (max-width: 767px){#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f {
  
}
}

  #s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f-root {
    text-align: center;
  }


#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f-root {
    text-align: center;
  }


#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f-root {
    text-align: center;
  }


#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f-root {
    text-align: center;
  }


#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f-root {
    text-align: center;
  }


#s-4d5c6495-1cb1-4350-b89b-3a0e8295d12f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-152dd821-c62b-4380-889c-7487f7b24516 {
  margin-top: 250px;
margin-left: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-152dd821-c62b-4380-889c-7487f7b24516:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-152dd821-c62b-4380-889c-7487f7b24516:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-152dd821-c62b-4380-889c-7487f7b24516 {
  display: none;
}
#s-152dd821-c62b-4380-889c-7487f7b24516, #wrap-s-152dd821-c62b-4380-889c-7487f7b24516, #wrap-content-s-152dd821-c62b-4380-889c-7487f7b24516 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-152dd821-c62b-4380-889c-7487f7b24516 {
  display: none;
}
#s-152dd821-c62b-4380-889c-7487f7b24516, #wrap-s-152dd821-c62b-4380-889c-7487f7b24516, #wrap-content-s-152dd821-c62b-4380-889c-7487f7b24516 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-152dd821-c62b-4380-889c-7487f7b24516 {
  
}
}@media (max-width: 767px){#s-152dd821-c62b-4380-889c-7487f7b24516 {
  display: none;
}
#s-152dd821-c62b-4380-889c-7487f7b24516, #wrap-s-152dd821-c62b-4380-889c-7487f7b24516, #wrap-content-s-152dd821-c62b-4380-889c-7487f7b24516 { display: none !important; }}

  #s-152dd821-c62b-4380-889c-7487f7b24516-root {
    text-align: center;
  }


#s-152dd821-c62b-4380-889c-7487f7b24516.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-152dd821-c62b-4380-889c-7487f7b24516-root {
    text-align: center;
  }


#s-152dd821-c62b-4380-889c-7487f7b24516.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-152dd821-c62b-4380-889c-7487f7b24516-root {
    text-align: center;
  }


#s-152dd821-c62b-4380-889c-7487f7b24516.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-152dd821-c62b-4380-889c-7487f7b24516-root {
    text-align: center;
  }


#s-152dd821-c62b-4380-889c-7487f7b24516.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-152dd821-c62b-4380-889c-7487f7b24516-root {
    text-align: center;
  }


#s-152dd821-c62b-4380-889c-7487f7b24516.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0e12cec9-2cbc-4ede-b6b0-259169805feb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-0e12cec9-2cbc-4ede-b6b0-259169805feb {
  display: none;
}
#s-0e12cec9-2cbc-4ede-b6b0-259169805feb, #wrap-s-0e12cec9-2cbc-4ede-b6b0-259169805feb, #wrap-content-s-0e12cec9-2cbc-4ede-b6b0-259169805feb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e12cec9-2cbc-4ede-b6b0-259169805feb {
  display: none;
}
#s-0e12cec9-2cbc-4ede-b6b0-259169805feb, #wrap-s-0e12cec9-2cbc-4ede-b6b0-259169805feb, #wrap-content-s-0e12cec9-2cbc-4ede-b6b0-259169805feb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e12cec9-2cbc-4ede-b6b0-259169805feb {
  display: none;
}
#s-0e12cec9-2cbc-4ede-b6b0-259169805feb, #wrap-s-0e12cec9-2cbc-4ede-b6b0-259169805feb, #wrap-content-s-0e12cec9-2cbc-4ede-b6b0-259169805feb { display: none !important; }}







#s-0e12cec9-2cbc-4ede-b6b0-259169805feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e12cec9-2cbc-4ede-b6b0-259169805feb.shg-box.shg-c {
  justify-content: center;
}

#s-5064e269-1733-4bec-94dc-1b24775c04d7 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-5064e269-1733-4bec-94dc-1b24775c04d7 {
  display: none;
}
#s-5064e269-1733-4bec-94dc-1b24775c04d7, #wrap-s-5064e269-1733-4bec-94dc-1b24775c04d7, #wrap-content-s-5064e269-1733-4bec-94dc-1b24775c04d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5064e269-1733-4bec-94dc-1b24775c04d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5064e269-1733-4bec-94dc-1b24775c04d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5064e269-1733-4bec-94dc-1b24775c04d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5064e269-1733-4bec-94dc-1b24775c04d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2807c965-97c3-4838-b950-15b5adc8ab33 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-6a2dd659-1a09-4cc1-af56-f7888cb0d855 {
  display: none;
}
#s-6a2dd659-1a09-4cc1-af56-f7888cb0d855, #wrap-s-6a2dd659-1a09-4cc1-af56-f7888cb0d855, #wrap-content-s-6a2dd659-1a09-4cc1-af56-f7888cb0d855 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6a2dd659-1a09-4cc1-af56-f7888cb0d855"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a2dd659-1a09-4cc1-af56-f7888cb0d855"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a2dd659-1a09-4cc1-af56-f7888cb0d855"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a2dd659-1a09-4cc1-af56-f7888cb0d855"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf567f15-9688-493e-8945-cf780016d2e0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bf567f15-9688-493e-8945-cf780016d2e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf567f15-9688-493e-8945-cf780016d2e0:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-bf567f15-9688-493e-8945-cf780016d2e0-root {
    text-align: center;
  }


#s-bf567f15-9688-493e-8945-cf780016d2e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf567f15-9688-493e-8945-cf780016d2e0-root {
    text-align: center;
  }


#s-bf567f15-9688-493e-8945-cf780016d2e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf567f15-9688-493e-8945-cf780016d2e0-root {
    text-align: center;
  }


#s-bf567f15-9688-493e-8945-cf780016d2e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf567f15-9688-493e-8945-cf780016d2e0-root {
    text-align: center;
  }


#s-bf567f15-9688-493e-8945-cf780016d2e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf567f15-9688-493e-8945-cf780016d2e0-root {
    text-align: center;
  }


#s-bf567f15-9688-493e-8945-cf780016d2e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-95f14cfd-3146-44f6-87ca-51e26f43c069 {
  margin-top: 45px;
margin-bottom: 70px;
}
@media (min-width: 1200px){#s-95f14cfd-3146-44f6-87ca-51e26f43c069 {
  display: none;
}
#s-95f14cfd-3146-44f6-87ca-51e26f43c069, #wrap-s-95f14cfd-3146-44f6-87ca-51e26f43c069, #wrap-content-s-95f14cfd-3146-44f6-87ca-51e26f43c069 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95f14cfd-3146-44f6-87ca-51e26f43c069 {
  display: none;
}
#s-95f14cfd-3146-44f6-87ca-51e26f43c069, #wrap-s-95f14cfd-3146-44f6-87ca-51e26f43c069, #wrap-content-s-95f14cfd-3146-44f6-87ca-51e26f43c069 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95f14cfd-3146-44f6-87ca-51e26f43c069 {
  display: none;
}
#s-95f14cfd-3146-44f6-87ca-51e26f43c069, #wrap-s-95f14cfd-3146-44f6-87ca-51e26f43c069, #wrap-content-s-95f14cfd-3146-44f6-87ca-51e26f43c069 { display: none !important; }}
#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b {
  display: none;
}
#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b, #wrap-s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b, #wrap-content-s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b {
  display: none;
}
#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b, #wrap-s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b, #wrap-content-s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b {
  display: none;
}
#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b, #wrap-s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b, #wrap-content-s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b { display: none !important; }}

  #s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b-root {
    text-align: center;
  }


#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b-root {
    text-align: center;
  }


#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b-root {
    text-align: center;
  }


#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b-root {
    text-align: center;
  }


#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b-root {
    text-align: center;
  }


#s-e3c11b81-a7cf-44e4-b55e-e51a5d10e01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  display: none;
}
#s-098fda96-66fe-4d58-811a-c053c5ceffb7, #wrap-s-098fda96-66fe-4d58-811a-c053c5ceffb7, #wrap-content-s-098fda96-66fe-4d58-811a-c053c5ceffb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  display: none;
}
#s-098fda96-66fe-4d58-811a-c053c5ceffb7, #wrap-s-098fda96-66fe-4d58-811a-c053c5ceffb7, #wrap-content-s-098fda96-66fe-4d58-811a-c053c5ceffb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  
}
}@media (max-width: 767px){#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  
}
}
#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-098fda96-66fe-4d58-811a-c053c5ceffb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-098fda96-66fe-4d58-811a-c053c5ceffb7 {
  cursor: pointer;
}#s-098fda96-66fe-4d58-811a-c053c5ceffb7.shg-box.shg-c {
  justify-content: center;
}

#s-49c39fab-fda5-43de-9704-7ba84482d504 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49c39fab-fda5-43de-9704-7ba84482d504 {
  display: none;
}
#s-49c39fab-fda5-43de-9704-7ba84482d504, #wrap-s-49c39fab-fda5-43de-9704-7ba84482d504, #wrap-content-s-49c39fab-fda5-43de-9704-7ba84482d504 { display: none !important; }}@media (max-width: 767px){#s-49c39fab-fda5-43de-9704-7ba84482d504 {
  display: none;
}
#s-49c39fab-fda5-43de-9704-7ba84482d504, #wrap-s-49c39fab-fda5-43de-9704-7ba84482d504, #wrap-content-s-49c39fab-fda5-43de-9704-7ba84482d504 { display: none !important; }}
@media (min-width: 0px) {
[id="s-49c39fab-fda5-43de-9704-7ba84482d504"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-49c39fab-fda5-43de-9704-7ba84482d504"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49c39fab-fda5-43de-9704-7ba84482d504"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49c39fab-fda5-43de-9704-7ba84482d504"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8e650211-fef2-4d7e-aa12-e9d7722a0e83 {
  margin-top: 20px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-8e650211-fef2-4d7e-aa12-e9d7722a0e83 {
  display: none;
}
#s-8e650211-fef2-4d7e-aa12-e9d7722a0e83, #wrap-s-8e650211-fef2-4d7e-aa12-e9d7722a0e83, #wrap-content-s-8e650211-fef2-4d7e-aa12-e9d7722a0e83 { display: none !important; }}@media (max-width: 767px){#s-8e650211-fef2-4d7e-aa12-e9d7722a0e83 {
  display: none;
}
#s-8e650211-fef2-4d7e-aa12-e9d7722a0e83, #wrap-s-8e650211-fef2-4d7e-aa12-e9d7722a0e83, #wrap-content-s-8e650211-fef2-4d7e-aa12-e9d7722a0e83 { display: none !important; }}
#s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301 {
  display: none;
}
#s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301, #wrap-s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301, #wrap-content-s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301 { display: none !important; }}@media (max-width: 767px){#s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301 {
  display: none;
}
#s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301, #wrap-s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301, #wrap-content-s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec9038f-3c3e-4789-ae22-8e9d28fbf301"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b {
  margin-top: 10px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b {
  display: none;
}
#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b, #wrap-s-27b6365f-8ad2-477e-8e56-b33e9c23a36b, #wrap-content-s-27b6365f-8ad2-477e-8e56-b33e9c23a36b { display: none !important; }}@media (max-width: 767px){#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b {
  display: none;
}
#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b, #wrap-s-27b6365f-8ad2-477e-8e56-b33e9c23a36b, #wrap-content-s-27b6365f-8ad2-477e-8e56-b33e9c23a36b { display: none !important; }}

  #s-27b6365f-8ad2-477e-8e56-b33e9c23a36b-root {
    text-align: center;
  }


#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27b6365f-8ad2-477e-8e56-b33e9c23a36b-root {
    text-align: center;
  }


#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27b6365f-8ad2-477e-8e56-b33e9c23a36b-root {
    text-align: center;
  }


#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27b6365f-8ad2-477e-8e56-b33e9c23a36b-root {
    text-align: center;
  }


#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27b6365f-8ad2-477e-8e56-b33e9c23a36b-root {
    text-align: center;
  }


#s-27b6365f-8ad2-477e-8e56-b33e9c23a36b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3c414186-8d4d-4d74-8c56-949b9e228990 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-3c414186-8d4d-4d74-8c56-949b9e228990 {
  display: none;
}
#s-3c414186-8d4d-4d74-8c56-949b9e228990, #wrap-s-3c414186-8d4d-4d74-8c56-949b9e228990, #wrap-content-s-3c414186-8d4d-4d74-8c56-949b9e228990 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c414186-8d4d-4d74-8c56-949b9e228990 {
  display: none;
}
#s-3c414186-8d4d-4d74-8c56-949b9e228990, #wrap-s-3c414186-8d4d-4d74-8c56-949b9e228990, #wrap-content-s-3c414186-8d4d-4d74-8c56-949b9e228990 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c414186-8d4d-4d74-8c56-949b9e228990 {
  
}
}@media (max-width: 767px){#s-3c414186-8d4d-4d74-8c56-949b9e228990 {
  
}
}
@media (min-width: 0px) {
[id="s-3c414186-8d4d-4d74-8c56-949b9e228990"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c414186-8d4d-4d74-8c56-949b9e228990"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c414186-8d4d-4d74-8c56-949b9e228990"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c414186-8d4d-4d74-8c56-949b9e228990"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-72034ab1-ceb5-4604-9e58-d0ec4b017396 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-72034ab1-ceb5-4604-9e58-d0ec4b017396 {
  
}
}@media (max-width: 767px){#s-72034ab1-ceb5-4604-9e58-d0ec4b017396 {
  
}
}
#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 {
  display: none;
}
#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4, #wrap-s-00e364c3-0fbf-4a3e-acdf-5694b720bda4, #wrap-content-s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 {
  display: none;
}
#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4, #wrap-s-00e364c3-0fbf-4a3e-acdf-5694b720bda4, #wrap-content-s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 {
  
}
}@media (max-width: 767px){#s-00e364c3-0fbf-4a3e-acdf-5694b720bda4 {
  
}
}
@media (min-width: 0px) {
[id="s-00e364c3-0fbf-4a3e-acdf-5694b720bda4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00e364c3-0fbf-4a3e-acdf-5694b720bda4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00e364c3-0fbf-4a3e-acdf-5694b720bda4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00e364c3-0fbf-4a3e-acdf-5694b720bda4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ac99dac-7fad-4868-908d-ef1706c1d249 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-3ac99dac-7fad-4868-908d-ef1706c1d249:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ac99dac-7fad-4868-908d-ef1706c1d249:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3ac99dac-7fad-4868-908d-ef1706c1d249 {
  
}
}@media (max-width: 767px){#s-3ac99dac-7fad-4868-908d-ef1706c1d249 {
  
}
}

  #s-3ac99dac-7fad-4868-908d-ef1706c1d249-root {
    text-align: center;
  }


#s-3ac99dac-7fad-4868-908d-ef1706c1d249.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ac99dac-7fad-4868-908d-ef1706c1d249-root {
    text-align: center;
  }


#s-3ac99dac-7fad-4868-908d-ef1706c1d249.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ac99dac-7fad-4868-908d-ef1706c1d249-root {
    text-align: center;
  }


#s-3ac99dac-7fad-4868-908d-ef1706c1d249.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ac99dac-7fad-4868-908d-ef1706c1d249-root {
    text-align: center;
  }


#s-3ac99dac-7fad-4868-908d-ef1706c1d249.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ac99dac-7fad-4868-908d-ef1706c1d249-root {
    text-align: center;
  }


#s-3ac99dac-7fad-4868-908d-ef1706c1d249.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c69cb7e8-12f5-4510-b80a-22fd657180ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c69cb7e8-12f5-4510-b80a-22fd657180ef {
  display: none;
}
#s-c69cb7e8-12f5-4510-b80a-22fd657180ef, #wrap-s-c69cb7e8-12f5-4510-b80a-22fd657180ef, #wrap-content-s-c69cb7e8-12f5-4510-b80a-22fd657180ef { display: none !important; }}@media (max-width: 767px){#s-c69cb7e8-12f5-4510-b80a-22fd657180ef {
  display: none;
}
#s-c69cb7e8-12f5-4510-b80a-22fd657180ef, #wrap-s-c69cb7e8-12f5-4510-b80a-22fd657180ef, #wrap-content-s-c69cb7e8-12f5-4510-b80a-22fd657180ef { display: none !important; }}
#s-c69cb7e8-12f5-4510-b80a-22fd657180ef {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c69cb7e8-12f5-4510-b80a-22fd657180ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c69cb7e8-12f5-4510-b80a-22fd657180ef {
  cursor: pointer;
}#s-c69cb7e8-12f5-4510-b80a-22fd657180ef.shg-box.shg-c {
  justify-content: center;
}

#s-c6a6a1e5-b130-4665-9a39-c257799f399b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6a6a1e5-b130-4665-9a39-c257799f399b {
  display: none;
}
#s-c6a6a1e5-b130-4665-9a39-c257799f399b, #wrap-s-c6a6a1e5-b130-4665-9a39-c257799f399b, #wrap-content-s-c6a6a1e5-b130-4665-9a39-c257799f399b { display: none !important; }}@media (max-width: 767px){#s-c6a6a1e5-b130-4665-9a39-c257799f399b {
  display: none;
}
#s-c6a6a1e5-b130-4665-9a39-c257799f399b, #wrap-s-c6a6a1e5-b130-4665-9a39-c257799f399b, #wrap-content-s-c6a6a1e5-b130-4665-9a39-c257799f399b { display: none !important; }}
@media (min-width: 0px) {
[id="s-c6a6a1e5-b130-4665-9a39-c257799f399b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c6a6a1e5-b130-4665-9a39-c257799f399b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6a6a1e5-b130-4665-9a39-c257799f399b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6a6a1e5-b130-4665-9a39-c257799f399b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-62572da6-5ff7-457a-82ab-465e109d8edc {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-62572da6-5ff7-457a-82ab-465e109d8edc {
  display: none;
}
#s-62572da6-5ff7-457a-82ab-465e109d8edc, #wrap-s-62572da6-5ff7-457a-82ab-465e109d8edc, #wrap-content-s-62572da6-5ff7-457a-82ab-465e109d8edc { display: none !important; }}@media (max-width: 767px){#s-62572da6-5ff7-457a-82ab-465e109d8edc {
  display: none;
}
#s-62572da6-5ff7-457a-82ab-465e109d8edc, #wrap-s-62572da6-5ff7-457a-82ab-465e109d8edc, #wrap-content-s-62572da6-5ff7-457a-82ab-465e109d8edc { display: none !important; }}
#s-d9153710-866a-4a93-9a26-31d413c9fa7b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9153710-866a-4a93-9a26-31d413c9fa7b {
  display: none;
}
#s-d9153710-866a-4a93-9a26-31d413c9fa7b, #wrap-s-d9153710-866a-4a93-9a26-31d413c9fa7b, #wrap-content-s-d9153710-866a-4a93-9a26-31d413c9fa7b { display: none !important; }}@media (max-width: 767px){#s-d9153710-866a-4a93-9a26-31d413c9fa7b {
  display: none;
}
#s-d9153710-866a-4a93-9a26-31d413c9fa7b, #wrap-s-d9153710-866a-4a93-9a26-31d413c9fa7b, #wrap-content-s-d9153710-866a-4a93-9a26-31d413c9fa7b { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9153710-866a-4a93-9a26-31d413c9fa7b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d9153710-866a-4a93-9a26-31d413c9fa7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9153710-866a-4a93-9a26-31d413c9fa7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9153710-866a-4a93-9a26-31d413c9fa7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-12d22f32-c272-41d9-8385-f745ebd62086 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-12d22f32-c272-41d9-8385-f745ebd62086:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12d22f32-c272-41d9-8385-f745ebd62086:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-12d22f32-c272-41d9-8385-f745ebd62086 {
  display: none;
}
#s-12d22f32-c272-41d9-8385-f745ebd62086, #wrap-s-12d22f32-c272-41d9-8385-f745ebd62086, #wrap-content-s-12d22f32-c272-41d9-8385-f745ebd62086 { display: none !important; }}@media (max-width: 767px){#s-12d22f32-c272-41d9-8385-f745ebd62086 {
  display: none;
}
#s-12d22f32-c272-41d9-8385-f745ebd62086, #wrap-s-12d22f32-c272-41d9-8385-f745ebd62086, #wrap-content-s-12d22f32-c272-41d9-8385-f745ebd62086 { display: none !important; }}

  #s-12d22f32-c272-41d9-8385-f745ebd62086-root {
    text-align: center;
  }


#s-12d22f32-c272-41d9-8385-f745ebd62086.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12d22f32-c272-41d9-8385-f745ebd62086-root {
    text-align: center;
  }


#s-12d22f32-c272-41d9-8385-f745ebd62086.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12d22f32-c272-41d9-8385-f745ebd62086-root {
    text-align: center;
  }


#s-12d22f32-c272-41d9-8385-f745ebd62086.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12d22f32-c272-41d9-8385-f745ebd62086-root {
    text-align: center;
  }


#s-12d22f32-c272-41d9-8385-f745ebd62086.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12d22f32-c272-41d9-8385-f745ebd62086-root {
    text-align: center;
  }


#s-12d22f32-c272-41d9-8385-f745ebd62086.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 {
  display: none;
}
#s-6fd3f237-0097-4933-99be-f59bc7c9ba08, #wrap-s-6fd3f237-0097-4933-99be-f59bc7c9ba08, #wrap-content-s-6fd3f237-0097-4933-99be-f59bc7c9ba08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 {
  display: none;
}
#s-6fd3f237-0097-4933-99be-f59bc7c9ba08, #wrap-s-6fd3f237-0097-4933-99be-f59bc7c9ba08, #wrap-content-s-6fd3f237-0097-4933-99be-f59bc7c9ba08 { display: none !important; }}@media (max-width: 767px){#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 {
  display: none;
}
#s-6fd3f237-0097-4933-99be-f59bc7c9ba08, #wrap-s-6fd3f237-0097-4933-99be-f59bc7c9ba08, #wrap-content-s-6fd3f237-0097-4933-99be-f59bc7c9ba08 { display: none !important; }}
#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 {
  background-image: url(https://i.shgcdn.com/7cd2771f-7769-42d4-969f-25c58e0c6729/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fd3f237-0097-4933-99be-f59bc7c9ba08 {
  cursor: pointer;
}#s-6fd3f237-0097-4933-99be-f59bc7c9ba08.shg-box.shg-c {
  justify-content: center;
}

#s-f766eb17-819c-4883-8324-5f1271e8cae5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f766eb17-819c-4883-8324-5f1271e8cae5 {
  display: none;
}
#s-f766eb17-819c-4883-8324-5f1271e8cae5, #wrap-s-f766eb17-819c-4883-8324-5f1271e8cae5, #wrap-content-s-f766eb17-819c-4883-8324-5f1271e8cae5 { display: none !important; }}@media (max-width: 767px){#s-f766eb17-819c-4883-8324-5f1271e8cae5 {
  display: none;
}
#s-f766eb17-819c-4883-8324-5f1271e8cae5, #wrap-s-f766eb17-819c-4883-8324-5f1271e8cae5, #wrap-content-s-f766eb17-819c-4883-8324-5f1271e8cae5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f766eb17-819c-4883-8324-5f1271e8cae5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f766eb17-819c-4883-8324-5f1271e8cae5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f766eb17-819c-4883-8324-5f1271e8cae5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f766eb17-819c-4883-8324-5f1271e8cae5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841 {
  display: none;
}
#s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841, #wrap-s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841, #wrap-content-s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841 { display: none !important; }}@media (max-width: 767px){#s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841 {
  display: none;
}
#s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841, #wrap-s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841, #wrap-content-s-0ba51ce8-87e7-4c0f-b9d5-ffcb2fc14841 { display: none !important; }}
#s-8cb9589e-0036-4d40-beb8-19e9176d4aca {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cb9589e-0036-4d40-beb8-19e9176d4aca {
  display: none;
}
#s-8cb9589e-0036-4d40-beb8-19e9176d4aca, #wrap-s-8cb9589e-0036-4d40-beb8-19e9176d4aca, #wrap-content-s-8cb9589e-0036-4d40-beb8-19e9176d4aca { display: none !important; }}@media (max-width: 767px){#s-8cb9589e-0036-4d40-beb8-19e9176d4aca {
  display: none;
}
#s-8cb9589e-0036-4d40-beb8-19e9176d4aca, #wrap-s-8cb9589e-0036-4d40-beb8-19e9176d4aca, #wrap-content-s-8cb9589e-0036-4d40-beb8-19e9176d4aca { display: none !important; }}
@media (min-width: 0px) {
[id="s-8cb9589e-0036-4d40-beb8-19e9176d4aca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8cb9589e-0036-4d40-beb8-19e9176d4aca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cb9589e-0036-4d40-beb8-19e9176d4aca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cb9589e-0036-4d40-beb8-19e9176d4aca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2403d5ec-8cfb-4b20-9e87-c694a424341c {
  background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-2403d5ec-8cfb-4b20-9e87-c694a424341c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2403d5ec-8cfb-4b20-9e87-c694a424341c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2403d5ec-8cfb-4b20-9e87-c694a424341c {
  display: none;
}
#s-2403d5ec-8cfb-4b20-9e87-c694a424341c, #wrap-s-2403d5ec-8cfb-4b20-9e87-c694a424341c, #wrap-content-s-2403d5ec-8cfb-4b20-9e87-c694a424341c { display: none !important; }}@media (max-width: 767px){#s-2403d5ec-8cfb-4b20-9e87-c694a424341c {
  display: none;
}
#s-2403d5ec-8cfb-4b20-9e87-c694a424341c, #wrap-s-2403d5ec-8cfb-4b20-9e87-c694a424341c, #wrap-content-s-2403d5ec-8cfb-4b20-9e87-c694a424341c { display: none !important; }}

  #s-2403d5ec-8cfb-4b20-9e87-c694a424341c-root {
    text-align: center;
  }


#s-2403d5ec-8cfb-4b20-9e87-c694a424341c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2403d5ec-8cfb-4b20-9e87-c694a424341c-root {
    text-align: center;
  }


#s-2403d5ec-8cfb-4b20-9e87-c694a424341c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2403d5ec-8cfb-4b20-9e87-c694a424341c-root {
    text-align: center;
  }


#s-2403d5ec-8cfb-4b20-9e87-c694a424341c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2403d5ec-8cfb-4b20-9e87-c694a424341c-root {
    text-align: center;
  }


#s-2403d5ec-8cfb-4b20-9e87-c694a424341c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2403d5ec-8cfb-4b20-9e87-c694a424341c-root {
    text-align: center;
  }


#s-2403d5ec-8cfb-4b20-9e87-c694a424341c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b {
  margin-left: 80px;
margin-right: 80px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
}
@media (min-width: 1200px){#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b {
  display: none;
}
#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b, #wrap-s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b, #wrap-content-s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b {
  display: none;
}
#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b, #wrap-s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b, #wrap-content-s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b {
  
}
}@media (max-width: 767px){#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b {
  display: none;
}
#s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b, #wrap-s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b, #wrap-content-s-43316e93-d4d1-4e44-8d95-a3f3dab4e75b { display: none !important; }}
#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 {
  display: none;
}
#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95, #wrap-s-feebf048-a52d-4abd-8199-ffb5ae4cbc95, #wrap-content-s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 {
  display: none;
}
#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95, #wrap-s-feebf048-a52d-4abd-8199-ffb5ae4cbc95, #wrap-content-s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 {
  
}
}@media (max-width: 767px){#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95 {
  
}
}

  #s-feebf048-a52d-4abd-8199-ffb5ae4cbc95-root {
    text-align: center;
  }


#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-feebf048-a52d-4abd-8199-ffb5ae4cbc95-root {
    text-align: center;
  }


#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-feebf048-a52d-4abd-8199-ffb5ae4cbc95-root {
    text-align: center;
  }


#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-feebf048-a52d-4abd-8199-ffb5ae4cbc95-root {
    text-align: center;
  }


#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-feebf048-a52d-4abd-8199-ffb5ae4cbc95-root {
    text-align: center;
  }


#s-feebf048-a52d-4abd-8199-ffb5ae4cbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9e746dcc-cf07-4019-834c-b7f3c4c46997 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-9e746dcc-cf07-4019-834c-b7f3c4c46997 {
  display: none;
}
#s-9e746dcc-cf07-4019-834c-b7f3c4c46997, #wrap-s-9e746dcc-cf07-4019-834c-b7f3c4c46997, #wrap-content-s-9e746dcc-cf07-4019-834c-b7f3c4c46997 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e746dcc-cf07-4019-834c-b7f3c4c46997 {
  display: none;
}
#s-9e746dcc-cf07-4019-834c-b7f3c4c46997, #wrap-s-9e746dcc-cf07-4019-834c-b7f3c4c46997, #wrap-content-s-9e746dcc-cf07-4019-834c-b7f3c4c46997 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e746dcc-cf07-4019-834c-b7f3c4c46997 {
  display: none;
}
#s-9e746dcc-cf07-4019-834c-b7f3c4c46997, #wrap-s-9e746dcc-cf07-4019-834c-b7f3c4c46997, #wrap-content-s-9e746dcc-cf07-4019-834c-b7f3c4c46997 { display: none !important; }}@media (max-width: 767px){#s-9e746dcc-cf07-4019-834c-b7f3c4c46997 {
  
}
}
#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b {
  display: none;
}
#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b, #wrap-s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b, #wrap-content-s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b {
  display: none;
}
#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b, #wrap-s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b, #wrap-content-s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b {
  display: none;
}
#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b, #wrap-s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b, #wrap-content-s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b { display: none !important; }}@media (max-width: 767px){#s-4d5ef0e4-cdfc-467e-94ea-11170ddc508b {
  
}
}
#s-a69fb977-ab6f-4543-8263-583217f6eb5c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a69fb977-ab6f-4543-8263-583217f6eb5c {
  display: none;
}
#s-a69fb977-ab6f-4543-8263-583217f6eb5c, #wrap-s-a69fb977-ab6f-4543-8263-583217f6eb5c, #wrap-content-s-a69fb977-ab6f-4543-8263-583217f6eb5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a69fb977-ab6f-4543-8263-583217f6eb5c {
  display: none;
}
#s-a69fb977-ab6f-4543-8263-583217f6eb5c, #wrap-s-a69fb977-ab6f-4543-8263-583217f6eb5c, #wrap-content-s-a69fb977-ab6f-4543-8263-583217f6eb5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a69fb977-ab6f-4543-8263-583217f6eb5c {
  display: none;
}
#s-a69fb977-ab6f-4543-8263-583217f6eb5c, #wrap-s-a69fb977-ab6f-4543-8263-583217f6eb5c, #wrap-content-s-a69fb977-ab6f-4543-8263-583217f6eb5c { display: none !important; }}







#s-a69fb977-ab6f-4543-8263-583217f6eb5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a69fb977-ab6f-4543-8263-583217f6eb5c {
  cursor: pointer;
}#s-a69fb977-ab6f-4543-8263-583217f6eb5c.shg-box.shg-c {
  justify-content: center;
}

#s-50d88e48-d44f-4445-a6a0-edffa0a1a36a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50d88e48-d44f-4445-a6a0-edffa0a1a36a {
  display: none;
}
#s-50d88e48-d44f-4445-a6a0-edffa0a1a36a, #wrap-s-50d88e48-d44f-4445-a6a0-edffa0a1a36a, #wrap-content-s-50d88e48-d44f-4445-a6a0-edffa0a1a36a { display: none !important; }}@media (max-width: 767px){#s-50d88e48-d44f-4445-a6a0-edffa0a1a36a {
  display: none;
}
#s-50d88e48-d44f-4445-a6a0-edffa0a1a36a, #wrap-s-50d88e48-d44f-4445-a6a0-edffa0a1a36a, #wrap-content-s-50d88e48-d44f-4445-a6a0-edffa0a1a36a { display: none !important; }}
@media (min-width: 0px) {
[id="s-50d88e48-d44f-4445-a6a0-edffa0a1a36a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-50d88e48-d44f-4445-a6a0-edffa0a1a36a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-50d88e48-d44f-4445-a6a0-edffa0a1a36a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-50d88e48-d44f-4445-a6a0-edffa0a1a36a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f630969-7f0a-4b88-a663-82879f5af061 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-0f630969-7f0a-4b88-a663-82879f5af061 {
  display: none;
}
#s-0f630969-7f0a-4b88-a663-82879f5af061, #wrap-s-0f630969-7f0a-4b88-a663-82879f5af061, #wrap-content-s-0f630969-7f0a-4b88-a663-82879f5af061 { display: none !important; }}@media (max-width: 767px){#s-0f630969-7f0a-4b88-a663-82879f5af061 {
  display: none;
}
#s-0f630969-7f0a-4b88-a663-82879f5af061, #wrap-s-0f630969-7f0a-4b88-a663-82879f5af061, #wrap-content-s-0f630969-7f0a-4b88-a663-82879f5af061 { display: none !important; }}
#s-af5dab60-49ff-473a-be75-86affb119433 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af5dab60-49ff-473a-be75-86affb119433 {
  display: none;
}
#s-af5dab60-49ff-473a-be75-86affb119433, #wrap-s-af5dab60-49ff-473a-be75-86affb119433, #wrap-content-s-af5dab60-49ff-473a-be75-86affb119433 { display: none !important; }}@media (max-width: 767px){#s-af5dab60-49ff-473a-be75-86affb119433 {
  display: none;
}
#s-af5dab60-49ff-473a-be75-86affb119433, #wrap-s-af5dab60-49ff-473a-be75-86affb119433, #wrap-content-s-af5dab60-49ff-473a-be75-86affb119433 { display: none !important; }}
@media (min-width: 0px) {
[id="s-af5dab60-49ff-473a-be75-86affb119433"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-af5dab60-49ff-473a-be75-86affb119433"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af5dab60-49ff-473a-be75-86affb119433"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af5dab60-49ff-473a-be75-86affb119433"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a {
  background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a {
  display: none;
}
#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a, #wrap-s-3f7bb459-a602-42b4-8caa-1b2d67549b0a, #wrap-content-s-3f7bb459-a602-42b4-8caa-1b2d67549b0a { display: none !important; }}@media (max-width: 767px){#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a {
  display: none;
}
#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a, #wrap-s-3f7bb459-a602-42b4-8caa-1b2d67549b0a, #wrap-content-s-3f7bb459-a602-42b4-8caa-1b2d67549b0a { display: none !important; }}

  #s-3f7bb459-a602-42b4-8caa-1b2d67549b0a-root {
    text-align: center;
  }


#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f7bb459-a602-42b4-8caa-1b2d67549b0a-root {
    text-align: center;
  }


#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f7bb459-a602-42b4-8caa-1b2d67549b0a-root {
    text-align: center;
  }


#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f7bb459-a602-42b4-8caa-1b2d67549b0a-root {
    text-align: center;
  }


#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f7bb459-a602-42b4-8caa-1b2d67549b0a-root {
    text-align: center;
  }


#s-3f7bb459-a602-42b4-8caa-1b2d67549b0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-85087082-144d-4ca7-bcab-ec22ed7eeadf {
  display: none;
}
#s-85087082-144d-4ca7-bcab-ec22ed7eeadf, #wrap-s-85087082-144d-4ca7-bcab-ec22ed7eeadf, #wrap-content-s-85087082-144d-4ca7-bcab-ec22ed7eeadf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85087082-144d-4ca7-bcab-ec22ed7eeadf {
  display: none;
}
#s-85087082-144d-4ca7-bcab-ec22ed7eeadf, #wrap-s-85087082-144d-4ca7-bcab-ec22ed7eeadf, #wrap-content-s-85087082-144d-4ca7-bcab-ec22ed7eeadf { display: none !important; }}@media (max-width: 767px){#s-85087082-144d-4ca7-bcab-ec22ed7eeadf {
  display: none;
}
#s-85087082-144d-4ca7-bcab-ec22ed7eeadf, #wrap-s-85087082-144d-4ca7-bcab-ec22ed7eeadf, #wrap-content-s-85087082-144d-4ca7-bcab-ec22ed7eeadf { display: none !important; }}
@media (min-width: 0px) {
[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85087082-144d-4ca7-bcab-ec22ed7eeadf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
}
@media (min-width: 1200px){#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 {
  display: none;
}
#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4, #wrap-s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4, #wrap-content-s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 {
  display: none;
}
#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4, #wrap-s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4, #wrap-content-s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 {
  
}
}@media (max-width: 767px){#s-7567fd12-f8f8-489b-9e75-4b1cdbce7af4 {
  
}
}
@media (min-width: 1200px){#s-f4d10581-4113-435b-9254-f55fbf4dd1b4 {
  display: none;
}
#s-f4d10581-4113-435b-9254-f55fbf4dd1b4, #wrap-s-f4d10581-4113-435b-9254-f55fbf4dd1b4, #wrap-content-s-f4d10581-4113-435b-9254-f55fbf4dd1b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4d10581-4113-435b-9254-f55fbf4dd1b4 {
  display: none;
}
#s-f4d10581-4113-435b-9254-f55fbf4dd1b4, #wrap-s-f4d10581-4113-435b-9254-f55fbf4dd1b4, #wrap-content-s-f4d10581-4113-435b-9254-f55fbf4dd1b4 { display: none !important; }}@media (max-width: 767px){#s-f4d10581-4113-435b-9254-f55fbf4dd1b4 {
  display: none;
}
#s-f4d10581-4113-435b-9254-f55fbf4dd1b4, #wrap-s-f4d10581-4113-435b-9254-f55fbf4dd1b4, #wrap-content-s-f4d10581-4113-435b-9254-f55fbf4dd1b4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4d10581-4113-435b-9254-f55fbf4dd1b4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f4d10581-4113-435b-9254-f55fbf4dd1b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4d10581-4113-435b-9254-f55fbf4dd1b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4d10581-4113-435b-9254-f55fbf4dd1b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fc769837-29d8-43ed-9d94-c3415a58ebe5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-fc769837-29d8-43ed-9d94-c3415a58ebe5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc769837-29d8-43ed-9d94-c3415a58ebe5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fc769837-29d8-43ed-9d94-c3415a58ebe5 {
  display: none;
}
#s-fc769837-29d8-43ed-9d94-c3415a58ebe5, #wrap-s-fc769837-29d8-43ed-9d94-c3415a58ebe5, #wrap-content-s-fc769837-29d8-43ed-9d94-c3415a58ebe5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc769837-29d8-43ed-9d94-c3415a58ebe5 {
  display: none;
}
#s-fc769837-29d8-43ed-9d94-c3415a58ebe5, #wrap-s-fc769837-29d8-43ed-9d94-c3415a58ebe5, #wrap-content-s-fc769837-29d8-43ed-9d94-c3415a58ebe5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc769837-29d8-43ed-9d94-c3415a58ebe5 {
  
}
}@media (max-width: 767px){#s-fc769837-29d8-43ed-9d94-c3415a58ebe5 {
  
}
}

  #s-fc769837-29d8-43ed-9d94-c3415a58ebe5-root {
    text-align: center;
  }


#s-fc769837-29d8-43ed-9d94-c3415a58ebe5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc769837-29d8-43ed-9d94-c3415a58ebe5-root {
    text-align: center;
  }


#s-fc769837-29d8-43ed-9d94-c3415a58ebe5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc769837-29d8-43ed-9d94-c3415a58ebe5-root {
    text-align: center;
  }


#s-fc769837-29d8-43ed-9d94-c3415a58ebe5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc769837-29d8-43ed-9d94-c3415a58ebe5-root {
    text-align: center;
  }


#s-fc769837-29d8-43ed-9d94-c3415a58ebe5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc769837-29d8-43ed-9d94-c3415a58ebe5-root {
    text-align: center;
  }


#s-fc769837-29d8-43ed-9d94-c3415a58ebe5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b321f36d-8cb5-4b77-a8db-487871316d02 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-b321f36d-8cb5-4b77-a8db-487871316d02 {
  display: none;
}
#s-b321f36d-8cb5-4b77-a8db-487871316d02, #wrap-s-b321f36d-8cb5-4b77-a8db-487871316d02, #wrap-content-s-b321f36d-8cb5-4b77-a8db-487871316d02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b321f36d-8cb5-4b77-a8db-487871316d02 {
  display: none;
}
#s-b321f36d-8cb5-4b77-a8db-487871316d02, #wrap-s-b321f36d-8cb5-4b77-a8db-487871316d02, #wrap-content-s-b321f36d-8cb5-4b77-a8db-487871316d02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b321f36d-8cb5-4b77-a8db-487871316d02 {
  display: none;
}
#s-b321f36d-8cb5-4b77-a8db-487871316d02, #wrap-s-b321f36d-8cb5-4b77-a8db-487871316d02, #wrap-content-s-b321f36d-8cb5-4b77-a8db-487871316d02 { display: none !important; }}@media (max-width: 767px){#s-b321f36d-8cb5-4b77-a8db-487871316d02 {
  
}
}
#s-7236034d-1d7c-4430-9548-2e8f977ad691 {
  margin-top: 20px;
margin-bottom: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-7236034d-1d7c-4430-9548-2e8f977ad691:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7236034d-1d7c-4430-9548-2e8f977ad691:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7236034d-1d7c-4430-9548-2e8f977ad691 {
  display: none;
}
#s-7236034d-1d7c-4430-9548-2e8f977ad691, #wrap-s-7236034d-1d7c-4430-9548-2e8f977ad691, #wrap-content-s-7236034d-1d7c-4430-9548-2e8f977ad691 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7236034d-1d7c-4430-9548-2e8f977ad691 {
  display: none;
}
#s-7236034d-1d7c-4430-9548-2e8f977ad691, #wrap-s-7236034d-1d7c-4430-9548-2e8f977ad691, #wrap-content-s-7236034d-1d7c-4430-9548-2e8f977ad691 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7236034d-1d7c-4430-9548-2e8f977ad691 {
  display: none;
}
#s-7236034d-1d7c-4430-9548-2e8f977ad691, #wrap-s-7236034d-1d7c-4430-9548-2e8f977ad691, #wrap-content-s-7236034d-1d7c-4430-9548-2e8f977ad691 { display: none !important; }}@media (max-width: 767px){#s-7236034d-1d7c-4430-9548-2e8f977ad691 {
  
}
}

  #s-7236034d-1d7c-4430-9548-2e8f977ad691-root {
    text-align: center;
  }


#s-7236034d-1d7c-4430-9548-2e8f977ad691.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7236034d-1d7c-4430-9548-2e8f977ad691-root {
    text-align: center;
  }


#s-7236034d-1d7c-4430-9548-2e8f977ad691.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7236034d-1d7c-4430-9548-2e8f977ad691-root {
    text-align: center;
  }


#s-7236034d-1d7c-4430-9548-2e8f977ad691.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7236034d-1d7c-4430-9548-2e8f977ad691-root {
    text-align: center;
  }


#s-7236034d-1d7c-4430-9548-2e8f977ad691.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7236034d-1d7c-4430-9548-2e8f977ad691-root {
    text-align: center;
  }


#s-7236034d-1d7c-4430-9548-2e8f977ad691.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-e84aa1dc-40e1-495f-8309-470d654bdccf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf {
  display: none;
}
#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf, #wrap-s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf, #wrap-content-s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf { display: none !important; }}@media (max-width: 767px){#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf {
  display: none;
}
#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf, #wrap-s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf, #wrap-content-s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf { display: none !important; }}
#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf .shg-sld-nav-button.shg-sld-left,
#s-360aeb69-5872-4fdd-8c1f-9d83b55aefaf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3 {
  display: none;
}
#s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3, #wrap-s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3, #wrap-content-s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3 { display: none !important; }}







#s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6cd54b9-6798-4662-9cb2-5a4bbd3644a3.shg-box.shg-c {
  justify-content: center;
}

#s-73d7bc56-3009-4335-9b00-7919417118cd {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-73d7bc56-3009-4335-9b00-7919417118cd {
  display: none;
}
#s-73d7bc56-3009-4335-9b00-7919417118cd, #wrap-s-73d7bc56-3009-4335-9b00-7919417118cd, #wrap-content-s-73d7bc56-3009-4335-9b00-7919417118cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d7bc56-3009-4335-9b00-7919417118cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0ade0787-01de-41a8-b5c4-ba43debdc054 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-538b26c7-544f-45d8-8873-6ba531ad6920 {
  display: none;
}
#s-538b26c7-544f-45d8-8873-6ba531ad6920, #wrap-s-538b26c7-544f-45d8-8873-6ba531ad6920, #wrap-content-s-538b26c7-544f-45d8-8873-6ba531ad6920 { display: none !important; }}
@media (min-width: 0px) {
[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-538b26c7-544f-45d8-8873-6ba531ad6920"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMThiNTM1MTctNTkzMy00ZjQxLWJlMGQtZmMxOTgwZDI4ZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOGI1MzUxNy01OTMzLTRmNDEtYmUwZC1mYzE5ODBkMjhlM2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1f1ea"}, {"id"=>2, "pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb-root {
    text-align: center;
  }


#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb-root {
    text-align: center;
  }


#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb-root {
    text-align: center;
  }


#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb-root {
    text-align: center;
  }


#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb-root {
    text-align: center;
  }


#s-7c91d8b7-be0b-4b40-b853-3dad79ca80fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a {
  display: none;
}
#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a, #wrap-s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a, #wrap-content-s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a { display: none !important; }}@media (max-width: 767px){#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a {
  display: none;
}
#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a, #wrap-s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a, #wrap-content-s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a { display: none !important; }}
#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a {
  cursor: pointer;
}#s-c9702d85-d94c-4692-9b9d-6fde6a4aa75a.shg-box.shg-c {
  justify-content: center;
}

#s-8668fb05-2a23-46db-a551-d983c7ee1bab {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8668fb05-2a23-46db-a551-d983c7ee1bab {
  
}
}@media (max-width: 767px){#s-8668fb05-2a23-46db-a551-d983c7ee1bab {
  
}
}
@media (min-width: 0px) {
[id="s-8668fb05-2a23-46db-a551-d983c7ee1bab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8668fb05-2a23-46db-a551-d983c7ee1bab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8668fb05-2a23-46db-a551-d983c7ee1bab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8668fb05-2a23-46db-a551-d983c7ee1bab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ad65302f-49b6-4a43-8cd1-4c24df4076cf {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-ad65302f-49b6-4a43-8cd1-4c24df4076cf {
  
}
}@media (max-width: 767px){#s-ad65302f-49b6-4a43-8cd1-4c24df4076cf {
  
}
}
#s-b3c6b433-4288-4b93-b106-73aae6841e12 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3c6b433-4288-4b93-b106-73aae6841e12 {
  
}
}@media (max-width: 767px){#s-b3c6b433-4288-4b93-b106-73aae6841e12 {
  
}
}
@media (min-width: 0px) {
[id="s-b3c6b433-4288-4b93-b106-73aae6841e12"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b3c6b433-4288-4b93-b106-73aae6841e12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3c6b433-4288-4b93-b106-73aae6841e12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3c6b433-4288-4b93-b106-73aae6841e12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a8f68377-a441-4403-a8d6-4057eed66a17 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-a8f68377-a441-4403-a8d6-4057eed66a17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8f68377-a441-4403-a8d6-4057eed66a17:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a8f68377-a441-4403-a8d6-4057eed66a17 {
  
}
}@media (max-width: 767px){#s-a8f68377-a441-4403-a8d6-4057eed66a17 {
  
}
}

  #s-a8f68377-a441-4403-a8d6-4057eed66a17-root {
    text-align: center;
  }


#s-a8f68377-a441-4403-a8d6-4057eed66a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8f68377-a441-4403-a8d6-4057eed66a17-root {
    text-align: center;
  }


#s-a8f68377-a441-4403-a8d6-4057eed66a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8f68377-a441-4403-a8d6-4057eed66a17-root {
    text-align: center;
  }


#s-a8f68377-a441-4403-a8d6-4057eed66a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8f68377-a441-4403-a8d6-4057eed66a17-root {
    text-align: center;
  }


#s-a8f68377-a441-4403-a8d6-4057eed66a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8f68377-a441-4403-a8d6-4057eed66a17-root {
    text-align: center;
  }


#s-a8f68377-a441-4403-a8d6-4057eed66a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fa0638b6-fa80-4cbd-8de6-155271584015 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-fa0638b6-fa80-4cbd-8de6-155271584015 {
  display: none;
}
#s-fa0638b6-fa80-4cbd-8de6-155271584015, #wrap-s-fa0638b6-fa80-4cbd-8de6-155271584015, #wrap-content-s-fa0638b6-fa80-4cbd-8de6-155271584015 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa0638b6-fa80-4cbd-8de6-155271584015 {
  display: none;
}
#s-fa0638b6-fa80-4cbd-8de6-155271584015, #wrap-s-fa0638b6-fa80-4cbd-8de6-155271584015, #wrap-content-s-fa0638b6-fa80-4cbd-8de6-155271584015 { display: none !important; }}
#s-fa0638b6-fa80-4cbd-8de6-155271584015 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fa0638b6-fa80-4cbd-8de6-155271584015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa0638b6-fa80-4cbd-8de6-155271584015.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58446620-41ee-4f68-8e7e-652ddbc8a19d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-58446620-41ee-4f68-8e7e-652ddbc8a19d {
  display: none;
}
#s-58446620-41ee-4f68-8e7e-652ddbc8a19d, #wrap-s-58446620-41ee-4f68-8e7e-652ddbc8a19d, #wrap-content-s-58446620-41ee-4f68-8e7e-652ddbc8a19d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58446620-41ee-4f68-8e7e-652ddbc8a19d {
  display: none;
}
#s-58446620-41ee-4f68-8e7e-652ddbc8a19d, #wrap-s-58446620-41ee-4f68-8e7e-652ddbc8a19d, #wrap-content-s-58446620-41ee-4f68-8e7e-652ddbc8a19d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58446620-41ee-4f68-8e7e-652ddbc8a19d {
  
}
}@media (max-width: 767px){#s-58446620-41ee-4f68-8e7e-652ddbc8a19d {
  display: none;
}
#s-58446620-41ee-4f68-8e7e-652ddbc8a19d, #wrap-s-58446620-41ee-4f68-8e7e-652ddbc8a19d, #wrap-content-s-58446620-41ee-4f68-8e7e-652ddbc8a19d { display: none !important; }}
@media (min-width: 0px) {
[id="s-58446620-41ee-4f68-8e7e-652ddbc8a19d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58446620-41ee-4f68-8e7e-652ddbc8a19d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58446620-41ee-4f68-8e7e-652ddbc8a19d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58446620-41ee-4f68-8e7e-652ddbc8a19d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7255e269-5788-473c-9d5c-5712be2c9ee3 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-7255e269-5788-473c-9d5c-5712be2c9ee3 {
  display: none;
}
#s-7255e269-5788-473c-9d5c-5712be2c9ee3, #wrap-s-7255e269-5788-473c-9d5c-5712be2c9ee3, #wrap-content-s-7255e269-5788-473c-9d5c-5712be2c9ee3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7255e269-5788-473c-9d5c-5712be2c9ee3 {
  display: none;
}
#s-7255e269-5788-473c-9d5c-5712be2c9ee3, #wrap-s-7255e269-5788-473c-9d5c-5712be2c9ee3, #wrap-content-s-7255e269-5788-473c-9d5c-5712be2c9ee3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7255e269-5788-473c-9d5c-5712be2c9ee3 {
  
}
}@media (max-width: 767px){#s-7255e269-5788-473c-9d5c-5712be2c9ee3 {
  
}
}
#s-a6195305-350b-41fc-8ca1-3255ffda8606 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a6195305-350b-41fc-8ca1-3255ffda8606 {
  display: none;
}
#s-a6195305-350b-41fc-8ca1-3255ffda8606, #wrap-s-a6195305-350b-41fc-8ca1-3255ffda8606, #wrap-content-s-a6195305-350b-41fc-8ca1-3255ffda8606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6195305-350b-41fc-8ca1-3255ffda8606 {
  display: none;
}
#s-a6195305-350b-41fc-8ca1-3255ffda8606, #wrap-s-a6195305-350b-41fc-8ca1-3255ffda8606, #wrap-content-s-a6195305-350b-41fc-8ca1-3255ffda8606 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6195305-350b-41fc-8ca1-3255ffda8606 {
  
}
}@media (max-width: 767px){#s-a6195305-350b-41fc-8ca1-3255ffda8606 {
  display: none;
}
#s-a6195305-350b-41fc-8ca1-3255ffda8606, #wrap-s-a6195305-350b-41fc-8ca1-3255ffda8606, #wrap-content-s-a6195305-350b-41fc-8ca1-3255ffda8606 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a6195305-350b-41fc-8ca1-3255ffda8606"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6195305-350b-41fc-8ca1-3255ffda8606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6195305-350b-41fc-8ca1-3255ffda8606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6195305-350b-41fc-8ca1-3255ffda8606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00a1e528-d12e-4f89-a747-eb9922d17d25 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-00a1e528-d12e-4f89-a747-eb9922d17d25:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00a1e528-d12e-4f89-a747-eb9922d17d25:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-00a1e528-d12e-4f89-a747-eb9922d17d25 {
  display: none;
}
#s-00a1e528-d12e-4f89-a747-eb9922d17d25, #wrap-s-00a1e528-d12e-4f89-a747-eb9922d17d25, #wrap-content-s-00a1e528-d12e-4f89-a747-eb9922d17d25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00a1e528-d12e-4f89-a747-eb9922d17d25 {
  display: none;
}
#s-00a1e528-d12e-4f89-a747-eb9922d17d25, #wrap-s-00a1e528-d12e-4f89-a747-eb9922d17d25, #wrap-content-s-00a1e528-d12e-4f89-a747-eb9922d17d25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00a1e528-d12e-4f89-a747-eb9922d17d25 {
  
}
}@media (max-width: 767px){#s-00a1e528-d12e-4f89-a747-eb9922d17d25 {
  display: none;
}
#s-00a1e528-d12e-4f89-a747-eb9922d17d25, #wrap-s-00a1e528-d12e-4f89-a747-eb9922d17d25, #wrap-content-s-00a1e528-d12e-4f89-a747-eb9922d17d25 { display: none !important; }}

  #s-00a1e528-d12e-4f89-a747-eb9922d17d25-root {
    text-align: center;
  }


#s-00a1e528-d12e-4f89-a747-eb9922d17d25.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00a1e528-d12e-4f89-a747-eb9922d17d25-root {
    text-align: center;
  }


#s-00a1e528-d12e-4f89-a747-eb9922d17d25.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00a1e528-d12e-4f89-a747-eb9922d17d25-root {
    text-align: center;
  }


#s-00a1e528-d12e-4f89-a747-eb9922d17d25.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00a1e528-d12e-4f89-a747-eb9922d17d25-root {
    text-align: center;
  }


#s-00a1e528-d12e-4f89-a747-eb9922d17d25.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00a1e528-d12e-4f89-a747-eb9922d17d25-root {
    text-align: center;
  }


#s-00a1e528-d12e-4f89-a747-eb9922d17d25.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca {
  display: none;
}
#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca, #wrap-s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca, #wrap-content-s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca { display: none !important; }}@media (max-width: 767px){#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca {
  display: none;
}
#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca, #wrap-s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca, #wrap-content-s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca { display: none !important; }}

  #s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca-root {
    text-align: center;
  }


#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca-root {
    text-align: center;
  }


#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca-root {
    text-align: center;
  }


#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca-root {
    text-align: center;
  }


#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca-root {
    text-align: center;
  }


#s-ba0cf992-b913-4e56-8cc0-7e1a4fdd74ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-99450b74-3e84-4c94-8fb0-c78e4711ec72 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-99450b74-3e84-4c94-8fb0-c78e4711ec72 {
  display: none;
}
#s-99450b74-3e84-4c94-8fb0-c78e4711ec72, #wrap-s-99450b74-3e84-4c94-8fb0-c78e4711ec72, #wrap-content-s-99450b74-3e84-4c94-8fb0-c78e4711ec72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99450b74-3e84-4c94-8fb0-c78e4711ec72 {
  display: none;
}
#s-99450b74-3e84-4c94-8fb0-c78e4711ec72, #wrap-s-99450b74-3e84-4c94-8fb0-c78e4711ec72, #wrap-content-s-99450b74-3e84-4c94-8fb0-c78e4711ec72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99450b74-3e84-4c94-8fb0-c78e4711ec72 {
  display: none;
}
#s-99450b74-3e84-4c94-8fb0-c78e4711ec72, #wrap-s-99450b74-3e84-4c94-8fb0-c78e4711ec72, #wrap-content-s-99450b74-3e84-4c94-8fb0-c78e4711ec72 { display: none !important; }}@media (max-width: 767px){#s-99450b74-3e84-4c94-8fb0-c78e4711ec72 {
  
}
}
#s-12407718-22d4-4162-a0b3-8d1a5699878f {
  margin-top: 280px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-12407718-22d4-4162-a0b3-8d1a5699878f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12407718-22d4-4162-a0b3-8d1a5699878f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-12407718-22d4-4162-a0b3-8d1a5699878f {
  display: none;
}
#s-12407718-22d4-4162-a0b3-8d1a5699878f, #wrap-s-12407718-22d4-4162-a0b3-8d1a5699878f, #wrap-content-s-12407718-22d4-4162-a0b3-8d1a5699878f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12407718-22d4-4162-a0b3-8d1a5699878f {
  display: none;
}
#s-12407718-22d4-4162-a0b3-8d1a5699878f, #wrap-s-12407718-22d4-4162-a0b3-8d1a5699878f, #wrap-content-s-12407718-22d4-4162-a0b3-8d1a5699878f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12407718-22d4-4162-a0b3-8d1a5699878f {
  display: none;
}
#s-12407718-22d4-4162-a0b3-8d1a5699878f, #wrap-s-12407718-22d4-4162-a0b3-8d1a5699878f, #wrap-content-s-12407718-22d4-4162-a0b3-8d1a5699878f { display: none !important; }}@media (max-width: 767px){#s-12407718-22d4-4162-a0b3-8d1a5699878f {
  
}
}

  #s-12407718-22d4-4162-a0b3-8d1a5699878f-root {
    text-align: center;
  }


#s-12407718-22d4-4162-a0b3-8d1a5699878f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12407718-22d4-4162-a0b3-8d1a5699878f-root {
    text-align: center;
  }


#s-12407718-22d4-4162-a0b3-8d1a5699878f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12407718-22d4-4162-a0b3-8d1a5699878f-root {
    text-align: center;
  }


#s-12407718-22d4-4162-a0b3-8d1a5699878f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12407718-22d4-4162-a0b3-8d1a5699878f-root {
    text-align: center;
  }


#s-12407718-22d4-4162-a0b3-8d1a5699878f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12407718-22d4-4162-a0b3-8d1a5699878f-root {
    text-align: center;
  }


#s-12407718-22d4-4162-a0b3-8d1a5699878f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1fabf15b-e70d-4fb0-a18a-542835b799dd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fabf15b-e70d-4fb0-a18a-542835b799dd {
  display: none;
}
#s-1fabf15b-e70d-4fb0-a18a-542835b799dd, #wrap-s-1fabf15b-e70d-4fb0-a18a-542835b799dd, #wrap-content-s-1fabf15b-e70d-4fb0-a18a-542835b799dd { display: none !important; }}@media (max-width: 767px){#s-1fabf15b-e70d-4fb0-a18a-542835b799dd {
  display: none;
}
#s-1fabf15b-e70d-4fb0-a18a-542835b799dd, #wrap-s-1fabf15b-e70d-4fb0-a18a-542835b799dd, #wrap-content-s-1fabf15b-e70d-4fb0-a18a-542835b799dd { display: none !important; }}







#s-1fabf15b-e70d-4fb0-a18a-542835b799dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fabf15b-e70d-4fb0-a18a-542835b799dd.shg-box.shg-c {
  justify-content: center;
}

#s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38 {
  display: none;
}
#s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38, #wrap-s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38, #wrap-content-s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38 { display: none !important; }}@media (max-width: 767px){#s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38 {
  display: none;
}
#s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38, #wrap-s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38, #wrap-content-s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea5c32cc-e454-4cc1-ad8c-6aa3dbd90b38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad {
  display: none;
}
#s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad, #wrap-s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad, #wrap-content-s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad { display: none !important; }}@media (max-width: 767px){#s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad {
  display: none;
}
#s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad, #wrap-s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad, #wrap-content-s-d34433d9-4147-43f9-a6ce-f85c05e9a0ad { display: none !important; }}
#s-b10e0bec-315b-474c-a598-3ef7b816cb5f {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b10e0bec-315b-474c-a598-3ef7b816cb5f {
  display: none;
}
#s-b10e0bec-315b-474c-a598-3ef7b816cb5f, #wrap-s-b10e0bec-315b-474c-a598-3ef7b816cb5f, #wrap-content-s-b10e0bec-315b-474c-a598-3ef7b816cb5f { display: none !important; }}@media (max-width: 767px){#s-b10e0bec-315b-474c-a598-3ef7b816cb5f {
  display: none;
}
#s-b10e0bec-315b-474c-a598-3ef7b816cb5f, #wrap-s-b10e0bec-315b-474c-a598-3ef7b816cb5f, #wrap-content-s-b10e0bec-315b-474c-a598-3ef7b816cb5f { display: none !important; }}
#s-b7bed8f7-d195-4419-86d8-c1060fca58c6 {
  margin-top: 60px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7bed8f7-d195-4419-86d8-c1060fca58c6 {
  display: none;
}
#s-b7bed8f7-d195-4419-86d8-c1060fca58c6, #wrap-s-b7bed8f7-d195-4419-86d8-c1060fca58c6, #wrap-content-s-b7bed8f7-d195-4419-86d8-c1060fca58c6 { display: none !important; }}@media (max-width: 767px){#s-b7bed8f7-d195-4419-86d8-c1060fca58c6 {
  display: none;
}
#s-b7bed8f7-d195-4419-86d8-c1060fca58c6, #wrap-s-b7bed8f7-d195-4419-86d8-c1060fca58c6, #wrap-content-s-b7bed8f7-d195-4419-86d8-c1060fca58c6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b7bed8f7-d195-4419-86d8-c1060fca58c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2 {
  display: none;
}
#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2, #wrap-s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2, #wrap-content-s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2 { display: none !important; }}@media (max-width: 767px){#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2 {
  display: none;
}
#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2, #wrap-s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2, #wrap-content-s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2 { display: none !important; }}

  #s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2-root {
    text-align: center;
  }


#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2-root {
    text-align: center;
  }


#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2-root {
    text-align: center;
  }


#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2-root {
    text-align: center;
  }


#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2-root {
    text-align: center;
  }


#s-8ac66650-97cb-44c9-8fc7-8f7e15a5ebe2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f {
  margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f {
  display: none;
}
#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f, #wrap-s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f, #wrap-content-s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f {
  display: none;
}
#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f, #wrap-s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f, #wrap-content-s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f {
  
}
}@media (max-width: 767px){#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f {
  display: none;
}
#s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f, #wrap-s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f, #wrap-content-s-6ffd8d59-2eb2-4bab-aa67-96c57b45d36f { display: none !important; }}
#s-4d964182-6556-4299-927a-27eb3b1106ef {
  background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-4d964182-6556-4299-927a-27eb3b1106ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d964182-6556-4299-927a-27eb3b1106ef:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4d964182-6556-4299-927a-27eb3b1106ef {
  display: none;
}
#s-4d964182-6556-4299-927a-27eb3b1106ef, #wrap-s-4d964182-6556-4299-927a-27eb3b1106ef, #wrap-content-s-4d964182-6556-4299-927a-27eb3b1106ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d964182-6556-4299-927a-27eb3b1106ef {
  display: none;
}
#s-4d964182-6556-4299-927a-27eb3b1106ef, #wrap-s-4d964182-6556-4299-927a-27eb3b1106ef, #wrap-content-s-4d964182-6556-4299-927a-27eb3b1106ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d964182-6556-4299-927a-27eb3b1106ef {
  
}
}@media (max-width: 767px){#s-4d964182-6556-4299-927a-27eb3b1106ef {
  display: none;
}
#s-4d964182-6556-4299-927a-27eb3b1106ef, #wrap-s-4d964182-6556-4299-927a-27eb3b1106ef, #wrap-content-s-4d964182-6556-4299-927a-27eb3b1106ef { display: none !important; }}

  #s-4d964182-6556-4299-927a-27eb3b1106ef-root {
    text-align: center;
  }


#s-4d964182-6556-4299-927a-27eb3b1106ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d964182-6556-4299-927a-27eb3b1106ef-root {
    text-align: center;
  }


#s-4d964182-6556-4299-927a-27eb3b1106ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d964182-6556-4299-927a-27eb3b1106ef-root {
    text-align: center;
  }


#s-4d964182-6556-4299-927a-27eb3b1106ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d964182-6556-4299-927a-27eb3b1106ef-root {
    text-align: center;
  }


#s-4d964182-6556-4299-927a-27eb3b1106ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d964182-6556-4299-927a-27eb3b1106ef-root {
    text-align: center;
  }


#s-4d964182-6556-4299-927a-27eb3b1106ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fc616129-a6df-4886-8d8d-ff9c5cea7abf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-fc616129-a6df-4886-8d8d-ff9c5cea7abf {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fc616129-a6df-4886-8d8d-ff9c5cea7abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc616129-a6df-4886-8d8d-ff9c5cea7abf {
  cursor: pointer;
}#s-fc616129-a6df-4886-8d8d-ff9c5cea7abf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7908b57f-bacb-4908-a595-73f13a7c5597 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7908b57f-bacb-4908-a595-73f13a7c5597 {
  display: none;
}
#s-7908b57f-bacb-4908-a595-73f13a7c5597, #wrap-s-7908b57f-bacb-4908-a595-73f13a7c5597, #wrap-content-s-7908b57f-bacb-4908-a595-73f13a7c5597 { display: none !important; }}@media (max-width: 767px){#s-7908b57f-bacb-4908-a595-73f13a7c5597 {
  display: none;
}
#s-7908b57f-bacb-4908-a595-73f13a7c5597, #wrap-s-7908b57f-bacb-4908-a595-73f13a7c5597, #wrap-content-s-7908b57f-bacb-4908-a595-73f13a7c5597 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7908b57f-bacb-4908-a595-73f13a7c5597"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7908b57f-bacb-4908-a595-73f13a7c5597"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7908b57f-bacb-4908-a595-73f13a7c5597"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7908b57f-bacb-4908-a595-73f13a7c5597"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b0e145e-7022-4791-b669-93d6d01d91a3 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b0e145e-7022-4791-b669-93d6d01d91a3 {
  display: none;
}
#s-3b0e145e-7022-4791-b669-93d6d01d91a3, #wrap-s-3b0e145e-7022-4791-b669-93d6d01d91a3, #wrap-content-s-3b0e145e-7022-4791-b669-93d6d01d91a3 { display: none !important; }}@media (max-width: 767px){#s-3b0e145e-7022-4791-b669-93d6d01d91a3 {
  display: none;
}
#s-3b0e145e-7022-4791-b669-93d6d01d91a3, #wrap-s-3b0e145e-7022-4791-b669-93d6d01d91a3, #wrap-content-s-3b0e145e-7022-4791-b669-93d6d01d91a3 { display: none !important; }}
#s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef {
  display: none;
}
#s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef, #wrap-s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef, #wrap-content-s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef { display: none !important; }}@media (max-width: 767px){#s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef {
  display: none;
}
#s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef, #wrap-s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef, #wrap-content-s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef { display: none !important; }}
@media (min-width: 0px) {
[id="s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be7e639c-2ef7-4a43-b6ec-ce2a9d882cef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-30691c65-9cc9-4621-adbc-cbd5388e8dea {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-30691c65-9cc9-4621-adbc-cbd5388e8dea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30691c65-9cc9-4621-adbc-cbd5388e8dea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-30691c65-9cc9-4621-adbc-cbd5388e8dea {
  display: none;
}
#s-30691c65-9cc9-4621-adbc-cbd5388e8dea, #wrap-s-30691c65-9cc9-4621-adbc-cbd5388e8dea, #wrap-content-s-30691c65-9cc9-4621-adbc-cbd5388e8dea { display: none !important; }}@media (max-width: 767px){#s-30691c65-9cc9-4621-adbc-cbd5388e8dea {
  display: none;
}
#s-30691c65-9cc9-4621-adbc-cbd5388e8dea, #wrap-s-30691c65-9cc9-4621-adbc-cbd5388e8dea, #wrap-content-s-30691c65-9cc9-4621-adbc-cbd5388e8dea { display: none !important; }}

  #s-30691c65-9cc9-4621-adbc-cbd5388e8dea-root {
    text-align: center;
  }


#s-30691c65-9cc9-4621-adbc-cbd5388e8dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30691c65-9cc9-4621-adbc-cbd5388e8dea-root {
    text-align: center;
  }


#s-30691c65-9cc9-4621-adbc-cbd5388e8dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30691c65-9cc9-4621-adbc-cbd5388e8dea-root {
    text-align: center;
  }


#s-30691c65-9cc9-4621-adbc-cbd5388e8dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30691c65-9cc9-4621-adbc-cbd5388e8dea-root {
    text-align: center;
  }


#s-30691c65-9cc9-4621-adbc-cbd5388e8dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30691c65-9cc9-4621-adbc-cbd5388e8dea-root {
    text-align: center;
  }


#s-30691c65-9cc9-4621-adbc-cbd5388e8dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9fef96af-908f-492e-842d-7d0a898cab2f {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-9fef96af-908f-492e-842d-7d0a898cab2f {
  display: none;
}
#s-9fef96af-908f-492e-842d-7d0a898cab2f, #wrap-s-9fef96af-908f-492e-842d-7d0a898cab2f, #wrap-content-s-9fef96af-908f-492e-842d-7d0a898cab2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fef96af-908f-492e-842d-7d0a898cab2f {
  display: none;
}
#s-9fef96af-908f-492e-842d-7d0a898cab2f, #wrap-s-9fef96af-908f-492e-842d-7d0a898cab2f, #wrap-content-s-9fef96af-908f-492e-842d-7d0a898cab2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fef96af-908f-492e-842d-7d0a898cab2f {
  
}
}@media (max-width: 767px){#s-9fef96af-908f-492e-842d-7d0a898cab2f {
  
}
}
#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 {
  margin-top: 260px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 {
  display: none;
}
#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7, #wrap-s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7, #wrap-content-s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 {
  display: none;
}
#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7, #wrap-s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7, #wrap-content-s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 {
  
}
}@media (max-width: 767px){#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7 {
  
}
}

  #s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7-root {
    text-align: center;
  }


#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7-root {
    text-align: center;
  }


#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7-root {
    text-align: center;
  }


#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7-root {
    text-align: center;
  }


#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7-root {
    text-align: center;
  }


#s-4548d7b0-fa44-4d4a-8e2a-d202e0435ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-89a91fb5-f515-4951-8809-f5b78ca1b3e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-89a91fb5-f515-4951-8809-f5b78ca1b3e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89a91fb5-f515-4951-8809-f5b78ca1b3e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e {
  margin-top: 140px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e {
  display: none;
}
#s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e, #wrap-s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e, #wrap-content-s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e { display: none !important; }}@media (max-width: 767px){#s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e {
  display: none;
}
#s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e, #wrap-s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e, #wrap-content-s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e { display: none !important; }}
@media (min-width: 0px) {
[id="s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6957e39-0c8f-450c-9f6e-56fcecef0f7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0267a844-53c3-4a30-8999-185ee850a481 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0267a844-53c3-4a30-8999-185ee850a481 {
  display: none;
}
#s-0267a844-53c3-4a30-8999-185ee850a481, #wrap-s-0267a844-53c3-4a30-8999-185ee850a481, #wrap-content-s-0267a844-53c3-4a30-8999-185ee850a481 { display: none !important; }}@media (max-width: 767px){#s-0267a844-53c3-4a30-8999-185ee850a481 {
  display: none;
}
#s-0267a844-53c3-4a30-8999-185ee850a481, #wrap-s-0267a844-53c3-4a30-8999-185ee850a481, #wrap-content-s-0267a844-53c3-4a30-8999-185ee850a481 { display: none !important; }}
#s-a8853010-653f-4cd6-aaf1-3a3218c41763 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8853010-653f-4cd6-aaf1-3a3218c41763 {
  display: none;
}
#s-a8853010-653f-4cd6-aaf1-3a3218c41763, #wrap-s-a8853010-653f-4cd6-aaf1-3a3218c41763, #wrap-content-s-a8853010-653f-4cd6-aaf1-3a3218c41763 { display: none !important; }}@media (max-width: 767px){#s-a8853010-653f-4cd6-aaf1-3a3218c41763 {
  display: none;
}
#s-a8853010-653f-4cd6-aaf1-3a3218c41763, #wrap-s-a8853010-653f-4cd6-aaf1-3a3218c41763, #wrap-content-s-a8853010-653f-4cd6-aaf1-3a3218c41763 { display: none !important; }}
#s-3bc9db52-492f-4886-88bd-803e18c3f61e {
  margin-top: 97px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3bc9db52-492f-4886-88bd-803e18c3f61e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bc9db52-492f-4886-88bd-803e18c3f61e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3bc9db52-492f-4886-88bd-803e18c3f61e {
  display: none;
}
#s-3bc9db52-492f-4886-88bd-803e18c3f61e, #wrap-s-3bc9db52-492f-4886-88bd-803e18c3f61e, #wrap-content-s-3bc9db52-492f-4886-88bd-803e18c3f61e { display: none !important; }}@media (max-width: 767px){#s-3bc9db52-492f-4886-88bd-803e18c3f61e {
  display: none;
}
#s-3bc9db52-492f-4886-88bd-803e18c3f61e, #wrap-s-3bc9db52-492f-4886-88bd-803e18c3f61e, #wrap-content-s-3bc9db52-492f-4886-88bd-803e18c3f61e { display: none !important; }}

  #s-3bc9db52-492f-4886-88bd-803e18c3f61e-root {
    text-align: center;
  }


#s-3bc9db52-492f-4886-88bd-803e18c3f61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bc9db52-492f-4886-88bd-803e18c3f61e-root {
    text-align: center;
  }


#s-3bc9db52-492f-4886-88bd-803e18c3f61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bc9db52-492f-4886-88bd-803e18c3f61e-root {
    text-align: center;
  }


#s-3bc9db52-492f-4886-88bd-803e18c3f61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bc9db52-492f-4886-88bd-803e18c3f61e-root {
    text-align: center;
  }


#s-3bc9db52-492f-4886-88bd-803e18c3f61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bc9db52-492f-4886-88bd-803e18c3f61e-root {
    text-align: center;
  }


#s-3bc9db52-492f-4886-88bd-803e18c3f61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0c056940-7d99-4572-b1d9-5ea863b84122 {
  margin-top: 70px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0);
}
@media (min-width: 1200px){#s-0c056940-7d99-4572-b1d9-5ea863b84122 {
  display: none;
}
#s-0c056940-7d99-4572-b1d9-5ea863b84122, #wrap-s-0c056940-7d99-4572-b1d9-5ea863b84122, #wrap-content-s-0c056940-7d99-4572-b1d9-5ea863b84122 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c056940-7d99-4572-b1d9-5ea863b84122 {
  display: none;
}
#s-0c056940-7d99-4572-b1d9-5ea863b84122, #wrap-s-0c056940-7d99-4572-b1d9-5ea863b84122, #wrap-content-s-0c056940-7d99-4572-b1d9-5ea863b84122 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c056940-7d99-4572-b1d9-5ea863b84122 {
  
}
}@media (max-width: 767px){#s-0c056940-7d99-4572-b1d9-5ea863b84122 {
  
}
}
#s-98c40811-55c7-4d81-9852-e2ea7892b11c {
  margin-top: 218px;
margin-left: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-98c40811-55c7-4d81-9852-e2ea7892b11c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98c40811-55c7-4d81-9852-e2ea7892b11c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-98c40811-55c7-4d81-9852-e2ea7892b11c {
  display: none;
}
#s-98c40811-55c7-4d81-9852-e2ea7892b11c, #wrap-s-98c40811-55c7-4d81-9852-e2ea7892b11c, #wrap-content-s-98c40811-55c7-4d81-9852-e2ea7892b11c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98c40811-55c7-4d81-9852-e2ea7892b11c {
  display: none;
}
#s-98c40811-55c7-4d81-9852-e2ea7892b11c, #wrap-s-98c40811-55c7-4d81-9852-e2ea7892b11c, #wrap-content-s-98c40811-55c7-4d81-9852-e2ea7892b11c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98c40811-55c7-4d81-9852-e2ea7892b11c {
  
}
}@media (max-width: 767px){#s-98c40811-55c7-4d81-9852-e2ea7892b11c {
  
}
}

  #s-98c40811-55c7-4d81-9852-e2ea7892b11c-root {
    text-align: center;
  }


#s-98c40811-55c7-4d81-9852-e2ea7892b11c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98c40811-55c7-4d81-9852-e2ea7892b11c-root {
    text-align: center;
  }


#s-98c40811-55c7-4d81-9852-e2ea7892b11c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98c40811-55c7-4d81-9852-e2ea7892b11c-root {
    text-align: center;
  }


#s-98c40811-55c7-4d81-9852-e2ea7892b11c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98c40811-55c7-4d81-9852-e2ea7892b11c-root {
    text-align: center;
  }


#s-98c40811-55c7-4d81-9852-e2ea7892b11c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98c40811-55c7-4d81-9852-e2ea7892b11c-root {
    text-align: center;
  }


#s-98c40811-55c7-4d81-9852-e2ea7892b11c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 {
  display: none;
}
#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29, #wrap-s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29, #wrap-content-s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 {
  display: none;
}
#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29, #wrap-s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29, #wrap-content-s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 {
  display: none;
}
#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29, #wrap-s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29, #wrap-content-s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 { display: none !important; }}
#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22e84810-a3e6-4ee7-be94-5d3fbbb39a29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-352a985b-f59b-4b81-b6d6-ff955300d1fc {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-352a985b-f59b-4b81-b6d6-ff955300d1fc {
  display: none;
}
#s-352a985b-f59b-4b81-b6d6-ff955300d1fc, #wrap-s-352a985b-f59b-4b81-b6d6-ff955300d1fc, #wrap-content-s-352a985b-f59b-4b81-b6d6-ff955300d1fc { display: none !important; }}
@media (min-width: 0px) {
[id="s-352a985b-f59b-4b81-b6d6-ff955300d1fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-352a985b-f59b-4b81-b6d6-ff955300d1fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-352a985b-f59b-4b81-b6d6-ff955300d1fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-352a985b-f59b-4b81-b6d6-ff955300d1fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-113ab9f1-a0fc-4535-814d-8aae17411852 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-d5c889bd-8765-4278-86fc-074e1191c50f {
  display: none;
}
#s-d5c889bd-8765-4278-86fc-074e1191c50f, #wrap-s-d5c889bd-8765-4278-86fc-074e1191c50f, #wrap-content-s-d5c889bd-8765-4278-86fc-074e1191c50f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d5c889bd-8765-4278-86fc-074e1191c50f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5c889bd-8765-4278-86fc-074e1191c50f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5c889bd-8765-4278-86fc-074e1191c50f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5c889bd-8765-4278-86fc-074e1191c50f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc59e924-1015-4c54-983c-7608881d9add {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bc59e924-1015-4c54-983c-7608881d9add:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc59e924-1015-4c54-983c-7608881d9add:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-bc59e924-1015-4c54-983c-7608881d9add-root {
    text-align: center;
  }


#s-bc59e924-1015-4c54-983c-7608881d9add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc59e924-1015-4c54-983c-7608881d9add-root {
    text-align: center;
  }


#s-bc59e924-1015-4c54-983c-7608881d9add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc59e924-1015-4c54-983c-7608881d9add-root {
    text-align: center;
  }


#s-bc59e924-1015-4c54-983c-7608881d9add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc59e924-1015-4c54-983c-7608881d9add-root {
    text-align: center;
  }


#s-bc59e924-1015-4c54-983c-7608881d9add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc59e924-1015-4c54-983c-7608881d9add-root {
    text-align: center;
  }


#s-bc59e924-1015-4c54-983c-7608881d9add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d58c2f0c-b646-4851-ab11-76f7b8e0d537 {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-cbe40c58-4907-4f19-9420-9bcbe0780d27 {
  border-style: solid;
margin-top: 230px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cbe40c58-4907-4f19-9420-9bcbe0780d27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbe40c58-4907-4f19-9420-9bcbe0780d27:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2FkZDJjOGYtMTI3OS00ZjVlLWI4MTMtNjllYThlYjIzMWUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYWRkMmM4Zi0xMjc5LTRmNWUtYjgxMy02OWVhOGViMjMxZTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1f1ea"}, {"id"=>2, "pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-cbe40c58-4907-4f19-9420-9bcbe0780d27 {
  display: none;
}
#s-cbe40c58-4907-4f19-9420-9bcbe0780d27, #wrap-s-cbe40c58-4907-4f19-9420-9bcbe0780d27, #wrap-content-s-cbe40c58-4907-4f19-9420-9bcbe0780d27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbe40c58-4907-4f19-9420-9bcbe0780d27 {
  display: none;
}
#s-cbe40c58-4907-4f19-9420-9bcbe0780d27, #wrap-s-cbe40c58-4907-4f19-9420-9bcbe0780d27, #wrap-content-s-cbe40c58-4907-4f19-9420-9bcbe0780d27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbe40c58-4907-4f19-9420-9bcbe0780d27 {
  display: none;
}
#s-cbe40c58-4907-4f19-9420-9bcbe0780d27, #wrap-s-cbe40c58-4907-4f19-9420-9bcbe0780d27, #wrap-content-s-cbe40c58-4907-4f19-9420-9bcbe0780d27 { display: none !important; }}

  #s-cbe40c58-4907-4f19-9420-9bcbe0780d27-root {
    text-align: center;
  }


#s-cbe40c58-4907-4f19-9420-9bcbe0780d27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbe40c58-4907-4f19-9420-9bcbe0780d27-root {
    text-align: center;
  }


#s-cbe40c58-4907-4f19-9420-9bcbe0780d27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbe40c58-4907-4f19-9420-9bcbe0780d27-root {
    text-align: center;
  }


#s-cbe40c58-4907-4f19-9420-9bcbe0780d27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbe40c58-4907-4f19-9420-9bcbe0780d27-root {
    text-align: center;
  }


#s-cbe40c58-4907-4f19-9420-9bcbe0780d27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbe40c58-4907-4f19-9420-9bcbe0780d27-root {
    text-align: center;
  }


#s-cbe40c58-4907-4f19-9420-9bcbe0780d27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  display: none;
}
#s-061e6d2b-e39a-419b-81dc-995313474f4f, #wrap-s-061e6d2b-e39a-419b-81dc-995313474f4f, #wrap-content-s-061e6d2b-e39a-419b-81dc-995313474f4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  display: none;
}
#s-061e6d2b-e39a-419b-81dc-995313474f4f, #wrap-s-061e6d2b-e39a-419b-81dc-995313474f4f, #wrap-content-s-061e6d2b-e39a-419b-81dc-995313474f4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  
}
}@media (max-width: 767px){#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  
}
}
#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-061e6d2b-e39a-419b-81dc-995313474f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-061e6d2b-e39a-419b-81dc-995313474f4f {
  cursor: pointer;
}#s-061e6d2b-e39a-419b-81dc-995313474f4f.shg-box.shg-c {
  justify-content: center;
}

#s-048b8673-0d46-4229-907c-499d7737fee8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-048b8673-0d46-4229-907c-499d7737fee8 {
  display: none;
}
#s-048b8673-0d46-4229-907c-499d7737fee8, #wrap-s-048b8673-0d46-4229-907c-499d7737fee8, #wrap-content-s-048b8673-0d46-4229-907c-499d7737fee8 { display: none !important; }}@media (max-width: 767px){#s-048b8673-0d46-4229-907c-499d7737fee8 {
  display: none;
}
#s-048b8673-0d46-4229-907c-499d7737fee8, #wrap-s-048b8673-0d46-4229-907c-499d7737fee8, #wrap-content-s-048b8673-0d46-4229-907c-499d7737fee8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-048b8673-0d46-4229-907c-499d7737fee8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-048b8673-0d46-4229-907c-499d7737fee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-048b8673-0d46-4229-907c-499d7737fee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-048b8673-0d46-4229-907c-499d7737fee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-80d94238-ec1a-458f-9571-ed60291e2adc {
  margin-top: 20px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-80d94238-ec1a-458f-9571-ed60291e2adc {
  display: none;
}
#s-80d94238-ec1a-458f-9571-ed60291e2adc, #wrap-s-80d94238-ec1a-458f-9571-ed60291e2adc, #wrap-content-s-80d94238-ec1a-458f-9571-ed60291e2adc { display: none !important; }}@media (max-width: 767px){#s-80d94238-ec1a-458f-9571-ed60291e2adc {
  display: none;
}
#s-80d94238-ec1a-458f-9571-ed60291e2adc, #wrap-s-80d94238-ec1a-458f-9571-ed60291e2adc, #wrap-content-s-80d94238-ec1a-458f-9571-ed60291e2adc { display: none !important; }}
#s-ab2acc38-335f-45b0-bd85-f2ece87ea859 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab2acc38-335f-45b0-bd85-f2ece87ea859 {
  display: none;
}
#s-ab2acc38-335f-45b0-bd85-f2ece87ea859, #wrap-s-ab2acc38-335f-45b0-bd85-f2ece87ea859, #wrap-content-s-ab2acc38-335f-45b0-bd85-f2ece87ea859 { display: none !important; }}@media (max-width: 767px){#s-ab2acc38-335f-45b0-bd85-f2ece87ea859 {
  display: none;
}
#s-ab2acc38-335f-45b0-bd85-f2ece87ea859, #wrap-s-ab2acc38-335f-45b0-bd85-f2ece87ea859, #wrap-content-s-ab2acc38-335f-45b0-bd85-f2ece87ea859 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ab2acc38-335f-45b0-bd85-f2ece87ea859"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ab2acc38-335f-45b0-bd85-f2ece87ea859"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab2acc38-335f-45b0-bd85-f2ece87ea859"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab2acc38-335f-45b0-bd85-f2ece87ea859"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7 {
  margin-top: 10px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7 {
  display: none;
}
#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7, #wrap-s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7, #wrap-content-s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7 { display: none !important; }}@media (max-width: 767px){#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7 {
  display: none;
}
#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7, #wrap-s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7, #wrap-content-s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7 { display: none !important; }}

  #s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7-root {
    text-align: center;
  }


#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7-root {
    text-align: center;
  }


#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7-root {
    text-align: center;
  }


#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7-root {
    text-align: center;
  }


#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7-root {
    text-align: center;
  }


#s-1f9f536b-fa6a-485a-8591-9d9b4d94abd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 {
  display: none;
}
#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919, #wrap-s-6c1ce6e3-66ac-478c-ba26-1abe868d9919, #wrap-content-s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 {
  display: none;
}
#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919, #wrap-s-6c1ce6e3-66ac-478c-ba26-1abe868d9919, #wrap-content-s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 {
  
}
}@media (max-width: 767px){#s-6c1ce6e3-66ac-478c-ba26-1abe868d9919 {
  
}
}
@media (min-width: 0px) {
[id="s-6c1ce6e3-66ac-478c-ba26-1abe868d9919"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c1ce6e3-66ac-478c-ba26-1abe868d9919"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c1ce6e3-66ac-478c-ba26-1abe868d9919"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c1ce6e3-66ac-478c-ba26-1abe868d9919"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-66fc46b6-631b-4881-aa24-aa69667a1366 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-66fc46b6-631b-4881-aa24-aa69667a1366 {
  
}
}@media (max-width: 767px){#s-66fc46b6-631b-4881-aa24-aa69667a1366 {
  
}
}
#s-417e2a3d-401d-414f-8aa1-4f507bfa8511 {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-417e2a3d-401d-414f-8aa1-4f507bfa8511 {
  display: none;
}
#s-417e2a3d-401d-414f-8aa1-4f507bfa8511, #wrap-s-417e2a3d-401d-414f-8aa1-4f507bfa8511, #wrap-content-s-417e2a3d-401d-414f-8aa1-4f507bfa8511 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-417e2a3d-401d-414f-8aa1-4f507bfa8511 {
  display: none;
}
#s-417e2a3d-401d-414f-8aa1-4f507bfa8511, #wrap-s-417e2a3d-401d-414f-8aa1-4f507bfa8511, #wrap-content-s-417e2a3d-401d-414f-8aa1-4f507bfa8511 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-417e2a3d-401d-414f-8aa1-4f507bfa8511 {
  
}
}@media (max-width: 767px){#s-417e2a3d-401d-414f-8aa1-4f507bfa8511 {
  
}
}
@media (min-width: 0px) {
[id="s-417e2a3d-401d-414f-8aa1-4f507bfa8511"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-417e2a3d-401d-414f-8aa1-4f507bfa8511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-417e2a3d-401d-414f-8aa1-4f507bfa8511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-417e2a3d-401d-414f-8aa1-4f507bfa8511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-523ccddd-d207-4496-a717-cc0d53af65b0 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-523ccddd-d207-4496-a717-cc0d53af65b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-523ccddd-d207-4496-a717-cc0d53af65b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-523ccddd-d207-4496-a717-cc0d53af65b0 {
  
}
}@media (max-width: 767px){#s-523ccddd-d207-4496-a717-cc0d53af65b0 {
  
}
}

  #s-523ccddd-d207-4496-a717-cc0d53af65b0-root {
    text-align: center;
  }


#s-523ccddd-d207-4496-a717-cc0d53af65b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-523ccddd-d207-4496-a717-cc0d53af65b0-root {
    text-align: center;
  }


#s-523ccddd-d207-4496-a717-cc0d53af65b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-523ccddd-d207-4496-a717-cc0d53af65b0-root {
    text-align: center;
  }


#s-523ccddd-d207-4496-a717-cc0d53af65b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-523ccddd-d207-4496-a717-cc0d53af65b0-root {
    text-align: center;
  }


#s-523ccddd-d207-4496-a717-cc0d53af65b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-523ccddd-d207-4496-a717-cc0d53af65b0-root {
    text-align: center;
  }


#s-523ccddd-d207-4496-a717-cc0d53af65b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 {
  display: none;
}
#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9, #wrap-s-1f6d9742-747e-4a52-80d3-75a82dddf9e9, #wrap-content-s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 { display: none !important; }}@media (max-width: 767px){#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 {
  display: none;
}
#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9, #wrap-s-1f6d9742-747e-4a52-80d3-75a82dddf9e9, #wrap-content-s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 { display: none !important; }}
#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9 {
  cursor: pointer;
}#s-1f6d9742-747e-4a52-80d3-75a82dddf9e9.shg-box.shg-c {
  justify-content: center;
}

#s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a {
  display: none;
}
#s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a, #wrap-s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a, #wrap-content-s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a { display: none !important; }}@media (max-width: 767px){#s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a {
  display: none;
}
#s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a, #wrap-s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a, #wrap-content-s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a { display: none !important; }}
@media (min-width: 0px) {
[id="s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cd47144-e455-4de3-a24a-6ba5e5ec3b1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e79f330d-4a2e-47a5-85f7-8d596cd33600 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-e79f330d-4a2e-47a5-85f7-8d596cd33600 {
  display: none;
}
#s-e79f330d-4a2e-47a5-85f7-8d596cd33600, #wrap-s-e79f330d-4a2e-47a5-85f7-8d596cd33600, #wrap-content-s-e79f330d-4a2e-47a5-85f7-8d596cd33600 { display: none !important; }}@media (max-width: 767px){#s-e79f330d-4a2e-47a5-85f7-8d596cd33600 {
  display: none;
}
#s-e79f330d-4a2e-47a5-85f7-8d596cd33600, #wrap-s-e79f330d-4a2e-47a5-85f7-8d596cd33600, #wrap-content-s-e79f330d-4a2e-47a5-85f7-8d596cd33600 { display: none !important; }}
#s-19fddc92-2b79-474b-9106-d3e436c6ab01 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19fddc92-2b79-474b-9106-d3e436c6ab01 {
  display: none;
}
#s-19fddc92-2b79-474b-9106-d3e436c6ab01, #wrap-s-19fddc92-2b79-474b-9106-d3e436c6ab01, #wrap-content-s-19fddc92-2b79-474b-9106-d3e436c6ab01 { display: none !important; }}@media (max-width: 767px){#s-19fddc92-2b79-474b-9106-d3e436c6ab01 {
  display: none;
}
#s-19fddc92-2b79-474b-9106-d3e436c6ab01, #wrap-s-19fddc92-2b79-474b-9106-d3e436c6ab01, #wrap-content-s-19fddc92-2b79-474b-9106-d3e436c6ab01 { display: none !important; }}
@media (min-width: 0px) {
[id="s-19fddc92-2b79-474b-9106-d3e436c6ab01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-19fddc92-2b79-474b-9106-d3e436c6ab01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19fddc92-2b79-474b-9106-d3e436c6ab01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19fddc92-2b79-474b-9106-d3e436c6ab01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3d661504-6c64-467d-bb57-f50d12f2c598 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-3d661504-6c64-467d-bb57-f50d12f2c598:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d661504-6c64-467d-bb57-f50d12f2c598:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3d661504-6c64-467d-bb57-f50d12f2c598 {
  display: none;
}
#s-3d661504-6c64-467d-bb57-f50d12f2c598, #wrap-s-3d661504-6c64-467d-bb57-f50d12f2c598, #wrap-content-s-3d661504-6c64-467d-bb57-f50d12f2c598 { display: none !important; }}@media (max-width: 767px){#s-3d661504-6c64-467d-bb57-f50d12f2c598 {
  display: none;
}
#s-3d661504-6c64-467d-bb57-f50d12f2c598, #wrap-s-3d661504-6c64-467d-bb57-f50d12f2c598, #wrap-content-s-3d661504-6c64-467d-bb57-f50d12f2c598 { display: none !important; }}

  #s-3d661504-6c64-467d-bb57-f50d12f2c598-root {
    text-align: center;
  }


#s-3d661504-6c64-467d-bb57-f50d12f2c598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d661504-6c64-467d-bb57-f50d12f2c598-root {
    text-align: center;
  }


#s-3d661504-6c64-467d-bb57-f50d12f2c598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d661504-6c64-467d-bb57-f50d12f2c598-root {
    text-align: center;
  }


#s-3d661504-6c64-467d-bb57-f50d12f2c598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d661504-6c64-467d-bb57-f50d12f2c598-root {
    text-align: center;
  }


#s-3d661504-6c64-467d-bb57-f50d12f2c598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d661504-6c64-467d-bb57-f50d12f2c598-root {
    text-align: center;
  }


#s-3d661504-6c64-467d-bb57-f50d12f2c598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 {
  display: none;
}
#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15, #wrap-s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15, #wrap-content-s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 {
  display: none;
}
#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15, #wrap-s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15, #wrap-content-s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 { display: none !important; }}@media (max-width: 767px){#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 {
  display: none;
}
#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15, #wrap-s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15, #wrap-content-s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 { display: none !important; }}
#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 {
  background-image: url(https://i.shgcdn.com/c74eca93-859a-467b-ae11-b520f1d24c0d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60b93c0e-f2b7-4f6d-83db-ba39239b9c15.shg-box.shg-c {
  justify-content: center;
}

#s-233fe9ea-1062-4302-98f7-3742a01aaf01 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-233fe9ea-1062-4302-98f7-3742a01aaf01 {
  display: none;
}
#s-233fe9ea-1062-4302-98f7-3742a01aaf01, #wrap-s-233fe9ea-1062-4302-98f7-3742a01aaf01, #wrap-content-s-233fe9ea-1062-4302-98f7-3742a01aaf01 { display: none !important; }}@media (max-width: 767px){#s-233fe9ea-1062-4302-98f7-3742a01aaf01 {
  display: none;
}
#s-233fe9ea-1062-4302-98f7-3742a01aaf01, #wrap-s-233fe9ea-1062-4302-98f7-3742a01aaf01, #wrap-content-s-233fe9ea-1062-4302-98f7-3742a01aaf01 { display: none !important; }}
@media (min-width: 0px) {
[id="s-233fe9ea-1062-4302-98f7-3742a01aaf01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-233fe9ea-1062-4302-98f7-3742a01aaf01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-233fe9ea-1062-4302-98f7-3742a01aaf01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-233fe9ea-1062-4302-98f7-3742a01aaf01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7 {
  display: none;
}
#s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7, #wrap-s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7, #wrap-content-s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7 { display: none !important; }}@media (max-width: 767px){#s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7 {
  display: none;
}
#s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7, #wrap-s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7, #wrap-content-s-f56c1cd1-d2c3-4b98-b7f2-c381dd1f72f7 { display: none !important; }}
#s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4 {
  display: none;
}
#s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4, #wrap-s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4, #wrap-content-s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4 { display: none !important; }}@media (max-width: 767px){#s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4 {
  display: none;
}
#s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4, #wrap-s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4, #wrap-content-s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fcaffa2-1509-4158-8caf-a1e38ab0e9d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-da10abfe-ec37-478f-a375-851a661c7c54 {
  background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-da10abfe-ec37-478f-a375-851a661c7c54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da10abfe-ec37-478f-a375-851a661c7c54:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-da10abfe-ec37-478f-a375-851a661c7c54 {
  display: none;
}
#s-da10abfe-ec37-478f-a375-851a661c7c54, #wrap-s-da10abfe-ec37-478f-a375-851a661c7c54, #wrap-content-s-da10abfe-ec37-478f-a375-851a661c7c54 { display: none !important; }}@media (max-width: 767px){#s-da10abfe-ec37-478f-a375-851a661c7c54 {
  display: none;
}
#s-da10abfe-ec37-478f-a375-851a661c7c54, #wrap-s-da10abfe-ec37-478f-a375-851a661c7c54, #wrap-content-s-da10abfe-ec37-478f-a375-851a661c7c54 { display: none !important; }}

  #s-da10abfe-ec37-478f-a375-851a661c7c54-root {
    text-align: center;
  }


#s-da10abfe-ec37-478f-a375-851a661c7c54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da10abfe-ec37-478f-a375-851a661c7c54-root {
    text-align: center;
  }


#s-da10abfe-ec37-478f-a375-851a661c7c54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da10abfe-ec37-478f-a375-851a661c7c54-root {
    text-align: center;
  }


#s-da10abfe-ec37-478f-a375-851a661c7c54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da10abfe-ec37-478f-a375-851a661c7c54-root {
    text-align: center;
  }


#s-da10abfe-ec37-478f-a375-851a661c7c54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da10abfe-ec37-478f-a375-851a661c7c54-root {
    text-align: center;
  }


#s-da10abfe-ec37-478f-a375-851a661c7c54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-79589c04-dd3d-485e-81f8-55a151a79230 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-79589c04-dd3d-485e-81f8-55a151a79230 {
  display: none;
}
#s-79589c04-dd3d-485e-81f8-55a151a79230, #wrap-s-79589c04-dd3d-485e-81f8-55a151a79230, #wrap-content-s-79589c04-dd3d-485e-81f8-55a151a79230 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79589c04-dd3d-485e-81f8-55a151a79230 {
  display: none;
}
#s-79589c04-dd3d-485e-81f8-55a151a79230, #wrap-s-79589c04-dd3d-485e-81f8-55a151a79230, #wrap-content-s-79589c04-dd3d-485e-81f8-55a151a79230 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79589c04-dd3d-485e-81f8-55a151a79230 {
  
}
}@media (max-width: 767px){#s-79589c04-dd3d-485e-81f8-55a151a79230 {
  
}
}
#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 {
  display: none;
}
#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309, #wrap-s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309, #wrap-content-s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 {
  display: none;
}
#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309, #wrap-s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309, #wrap-content-s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 { display: none !important; }}@media (max-width: 767px){#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 {
  display: none;
}
#s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309, #wrap-s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309, #wrap-content-s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e22c4f15-961b-4eb0-bfab-8f08d7d7e309"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-82588c86-ce0e-4b10-8e18-5e5230d163e5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-82588c86-ce0e-4b10-8e18-5e5230d163e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82588c86-ce0e-4b10-8e18-5e5230d163e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82588c86-ce0e-4b10-8e18-5e5230d163e5 {
  display: none;
}
#s-82588c86-ce0e-4b10-8e18-5e5230d163e5, #wrap-s-82588c86-ce0e-4b10-8e18-5e5230d163e5, #wrap-content-s-82588c86-ce0e-4b10-8e18-5e5230d163e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82588c86-ce0e-4b10-8e18-5e5230d163e5 {
  display: none;
}
#s-82588c86-ce0e-4b10-8e18-5e5230d163e5, #wrap-s-82588c86-ce0e-4b10-8e18-5e5230d163e5, #wrap-content-s-82588c86-ce0e-4b10-8e18-5e5230d163e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82588c86-ce0e-4b10-8e18-5e5230d163e5 {
  
}
}@media (max-width: 767px){#s-82588c86-ce0e-4b10-8e18-5e5230d163e5 {
  
}
}

  #s-82588c86-ce0e-4b10-8e18-5e5230d163e5-root {
    text-align: center;
  }


#s-82588c86-ce0e-4b10-8e18-5e5230d163e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82588c86-ce0e-4b10-8e18-5e5230d163e5-root {
    text-align: center;
  }


#s-82588c86-ce0e-4b10-8e18-5e5230d163e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82588c86-ce0e-4b10-8e18-5e5230d163e5-root {
    text-align: center;
  }


#s-82588c86-ce0e-4b10-8e18-5e5230d163e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82588c86-ce0e-4b10-8e18-5e5230d163e5-root {
    text-align: center;
  }


#s-82588c86-ce0e-4b10-8e18-5e5230d163e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82588c86-ce0e-4b10-8e18-5e5230d163e5-root {
    text-align: center;
  }


#s-82588c86-ce0e-4b10-8e18-5e5230d163e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c {
  display: none;
}
#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c, #wrap-s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c, #wrap-content-s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c {
  display: none;
}
#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c, #wrap-s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c, #wrap-content-s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c {
  display: none;
}
#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c, #wrap-s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c, #wrap-content-s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c { display: none !important; }}@media (max-width: 767px){#s-ced752a9-57cb-4eed-a8df-efd0b3c5c38c {
  
}
}
#s-e53ed06f-7612-4045-be59-d36cd23cd989 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-e53ed06f-7612-4045-be59-d36cd23cd989 {
  display: none;
}
#s-e53ed06f-7612-4045-be59-d36cd23cd989, #wrap-s-e53ed06f-7612-4045-be59-d36cd23cd989, #wrap-content-s-e53ed06f-7612-4045-be59-d36cd23cd989 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e53ed06f-7612-4045-be59-d36cd23cd989 {
  display: none;
}
#s-e53ed06f-7612-4045-be59-d36cd23cd989, #wrap-s-e53ed06f-7612-4045-be59-d36cd23cd989, #wrap-content-s-e53ed06f-7612-4045-be59-d36cd23cd989 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e53ed06f-7612-4045-be59-d36cd23cd989 {
  display: none;
}
#s-e53ed06f-7612-4045-be59-d36cd23cd989, #wrap-s-e53ed06f-7612-4045-be59-d36cd23cd989, #wrap-content-s-e53ed06f-7612-4045-be59-d36cd23cd989 { display: none !important; }}@media (max-width: 767px){#s-e53ed06f-7612-4045-be59-d36cd23cd989 {
  
}
}
#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 {
  display: none;
}
#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909, #wrap-s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909, #wrap-content-s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 {
  display: none;
}
#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909, #wrap-s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909, #wrap-content-s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 {
  display: none;
}
#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909, #wrap-s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909, #wrap-content-s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 { display: none !important; }}
#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 {
  background-image: url(https://i.shgcdn.com/104bc140-03db-4236-b2d1-03297a415f1d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1d1a076-f491-4d70-8ecb-c8b86e9e6909.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d05bb5df-d64e-4054-9856-7f3bb228495c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d05bb5df-d64e-4054-9856-7f3bb228495c {
  display: none;
}
#s-d05bb5df-d64e-4054-9856-7f3bb228495c, #wrap-s-d05bb5df-d64e-4054-9856-7f3bb228495c, #wrap-content-s-d05bb5df-d64e-4054-9856-7f3bb228495c { display: none !important; }}@media (max-width: 767px){#s-d05bb5df-d64e-4054-9856-7f3bb228495c {
  display: none;
}
#s-d05bb5df-d64e-4054-9856-7f3bb228495c, #wrap-s-d05bb5df-d64e-4054-9856-7f3bb228495c, #wrap-content-s-d05bb5df-d64e-4054-9856-7f3bb228495c { display: none !important; }}
@media (min-width: 0px) {
[id="s-d05bb5df-d64e-4054-9856-7f3bb228495c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d05bb5df-d64e-4054-9856-7f3bb228495c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d05bb5df-d64e-4054-9856-7f3bb228495c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d05bb5df-d64e-4054-9856-7f3bb228495c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a {
  display: none;
}
#s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a, #wrap-s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a, #wrap-content-s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a { display: none !important; }}@media (max-width: 767px){#s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a {
  display: none;
}
#s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a, #wrap-s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a, #wrap-content-s-bbe5fb98-f850-4c14-bae2-6333ac2fe98a { display: none !important; }}
#s-63fcb078-2e40-4302-b3e6-c24fea074f40 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63fcb078-2e40-4302-b3e6-c24fea074f40 {
  display: none;
}
#s-63fcb078-2e40-4302-b3e6-c24fea074f40, #wrap-s-63fcb078-2e40-4302-b3e6-c24fea074f40, #wrap-content-s-63fcb078-2e40-4302-b3e6-c24fea074f40 { display: none !important; }}@media (max-width: 767px){#s-63fcb078-2e40-4302-b3e6-c24fea074f40 {
  display: none;
}
#s-63fcb078-2e40-4302-b3e6-c24fea074f40, #wrap-s-63fcb078-2e40-4302-b3e6-c24fea074f40, #wrap-content-s-63fcb078-2e40-4302-b3e6-c24fea074f40 { display: none !important; }}
@media (min-width: 0px) {
[id="s-63fcb078-2e40-4302-b3e6-c24fea074f40"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-63fcb078-2e40-4302-b3e6-c24fea074f40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63fcb078-2e40-4302-b3e6-c24fea074f40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63fcb078-2e40-4302-b3e6-c24fea074f40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9c0be482-8521-4cbe-a332-9aebfd6c8212 {
  background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-9c0be482-8521-4cbe-a332-9aebfd6c8212:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c0be482-8521-4cbe-a332-9aebfd6c8212:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9c0be482-8521-4cbe-a332-9aebfd6c8212 {
  display: none;
}
#s-9c0be482-8521-4cbe-a332-9aebfd6c8212, #wrap-s-9c0be482-8521-4cbe-a332-9aebfd6c8212, #wrap-content-s-9c0be482-8521-4cbe-a332-9aebfd6c8212 { display: none !important; }}@media (max-width: 767px){#s-9c0be482-8521-4cbe-a332-9aebfd6c8212 {
  display: none;
}
#s-9c0be482-8521-4cbe-a332-9aebfd6c8212, #wrap-s-9c0be482-8521-4cbe-a332-9aebfd6c8212, #wrap-content-s-9c0be482-8521-4cbe-a332-9aebfd6c8212 { display: none !important; }}

  #s-9c0be482-8521-4cbe-a332-9aebfd6c8212-root {
    text-align: center;
  }


#s-9c0be482-8521-4cbe-a332-9aebfd6c8212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c0be482-8521-4cbe-a332-9aebfd6c8212-root {
    text-align: center;
  }


#s-9c0be482-8521-4cbe-a332-9aebfd6c8212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c0be482-8521-4cbe-a332-9aebfd6c8212-root {
    text-align: center;
  }


#s-9c0be482-8521-4cbe-a332-9aebfd6c8212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c0be482-8521-4cbe-a332-9aebfd6c8212-root {
    text-align: center;
  }


#s-9c0be482-8521-4cbe-a332-9aebfd6c8212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c0be482-8521-4cbe-a332-9aebfd6c8212-root {
    text-align: center;
  }


#s-9c0be482-8521-4cbe-a332-9aebfd6c8212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-de899bc4-436d-44c2-bb53-25082a686420 {
  display: none;
}
#s-de899bc4-436d-44c2-bb53-25082a686420, #wrap-s-de899bc4-436d-44c2-bb53-25082a686420, #wrap-content-s-de899bc4-436d-44c2-bb53-25082a686420 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de899bc4-436d-44c2-bb53-25082a686420 {
  display: none;
}
#s-de899bc4-436d-44c2-bb53-25082a686420, #wrap-s-de899bc4-436d-44c2-bb53-25082a686420, #wrap-content-s-de899bc4-436d-44c2-bb53-25082a686420 { display: none !important; }}@media (max-width: 767px){#s-de899bc4-436d-44c2-bb53-25082a686420 {
  display: none;
}
#s-de899bc4-436d-44c2-bb53-25082a686420, #wrap-s-de899bc4-436d-44c2-bb53-25082a686420, #wrap-content-s-de899bc4-436d-44c2-bb53-25082a686420 { display: none !important; }}
@media (min-width: 0px) {
[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de899bc4-436d-44c2-bb53-25082a686420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
}
@media (min-width: 1200px){#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 {
  display: none;
}
#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4, #wrap-s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4, #wrap-content-s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 {
  display: none;
}
#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4, #wrap-s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4, #wrap-content-s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 {
  
}
}@media (max-width: 767px){#s-b005dad9-2dbf-4d30-86c6-8ae44a2a6ce4 {
  
}
}
@media (min-width: 1200px){#s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3 {
  display: none;
}
#s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3, #wrap-s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3, #wrap-content-s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3 {
  display: none;
}
#s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3, #wrap-s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3, #wrap-content-s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3 { display: none !important; }}@media (max-width: 767px){#s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3 {
  display: none;
}
#s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3, #wrap-s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3, #wrap-content-s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b69ffbb1-18c6-4edc-bb90-d2a15d5879d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 {
  display: none;
}
#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26, #wrap-s-10522f0f-fb11-4d1f-afd2-e54b12d11b26, #wrap-content-s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 {
  display: none;
}
#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26, #wrap-s-10522f0f-fb11-4d1f-afd2-e54b12d11b26, #wrap-content-s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 {
  
}
}@media (max-width: 767px){#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26 {
  
}
}

  #s-10522f0f-fb11-4d1f-afd2-e54b12d11b26-root {
    text-align: center;
  }


#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10522f0f-fb11-4d1f-afd2-e54b12d11b26-root {
    text-align: center;
  }


#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10522f0f-fb11-4d1f-afd2-e54b12d11b26-root {
    text-align: center;
  }


#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10522f0f-fb11-4d1f-afd2-e54b12d11b26-root {
    text-align: center;
  }


#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10522f0f-fb11-4d1f-afd2-e54b12d11b26-root {
    text-align: center;
  }


#s-10522f0f-fb11-4d1f-afd2-e54b12d11b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a1111af6-e6af-4f35-9f5a-12b348213dd4 {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-a1111af6-e6af-4f35-9f5a-12b348213dd4 {
  display: none;
}
#s-a1111af6-e6af-4f35-9f5a-12b348213dd4, #wrap-s-a1111af6-e6af-4f35-9f5a-12b348213dd4, #wrap-content-s-a1111af6-e6af-4f35-9f5a-12b348213dd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1111af6-e6af-4f35-9f5a-12b348213dd4 {
  display: none;
}
#s-a1111af6-e6af-4f35-9f5a-12b348213dd4, #wrap-s-a1111af6-e6af-4f35-9f5a-12b348213dd4, #wrap-content-s-a1111af6-e6af-4f35-9f5a-12b348213dd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1111af6-e6af-4f35-9f5a-12b348213dd4 {
  display: none;
}
#s-a1111af6-e6af-4f35-9f5a-12b348213dd4, #wrap-s-a1111af6-e6af-4f35-9f5a-12b348213dd4, #wrap-content-s-a1111af6-e6af-4f35-9f5a-12b348213dd4 { display: none !important; }}@media (max-width: 767px){#s-a1111af6-e6af-4f35-9f5a-12b348213dd4 {
  
}
}
#s-69581f15-c15d-4d1a-bb8a-170a118a889e {
  margin-top: 165px;
margin-left: 70px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-69581f15-c15d-4d1a-bb8a-170a118a889e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69581f15-c15d-4d1a-bb8a-170a118a889e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-69581f15-c15d-4d1a-bb8a-170a118a889e {
  display: none;
}
#s-69581f15-c15d-4d1a-bb8a-170a118a889e, #wrap-s-69581f15-c15d-4d1a-bb8a-170a118a889e, #wrap-content-s-69581f15-c15d-4d1a-bb8a-170a118a889e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69581f15-c15d-4d1a-bb8a-170a118a889e {
  display: none;
}
#s-69581f15-c15d-4d1a-bb8a-170a118a889e, #wrap-s-69581f15-c15d-4d1a-bb8a-170a118a889e, #wrap-content-s-69581f15-c15d-4d1a-bb8a-170a118a889e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69581f15-c15d-4d1a-bb8a-170a118a889e {
  display: none;
}
#s-69581f15-c15d-4d1a-bb8a-170a118a889e, #wrap-s-69581f15-c15d-4d1a-bb8a-170a118a889e, #wrap-content-s-69581f15-c15d-4d1a-bb8a-170a118a889e { display: none !important; }}@media (max-width: 767px){#s-69581f15-c15d-4d1a-bb8a-170a118a889e {
  
}
}

  #s-69581f15-c15d-4d1a-bb8a-170a118a889e-root {
    text-align: center;
  }


#s-69581f15-c15d-4d1a-bb8a-170a118a889e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69581f15-c15d-4d1a-bb8a-170a118a889e-root {
    text-align: center;
  }


#s-69581f15-c15d-4d1a-bb8a-170a118a889e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69581f15-c15d-4d1a-bb8a-170a118a889e-root {
    text-align: center;
  }


#s-69581f15-c15d-4d1a-bb8a-170a118a889e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69581f15-c15d-4d1a-bb8a-170a118a889e-root {
    text-align: center;
  }


#s-69581f15-c15d-4d1a-bb8a-170a118a889e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69581f15-c15d-4d1a-bb8a-170a118a889e-root {
    text-align: center;
  }


#s-69581f15-c15d-4d1a-bb8a-170a118a889e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}
@media (min-width: 1200px){#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca {
  display: none;
}
#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca, #wrap-s-f1503ffb-510f-47c1-bc36-38ffee28d6ca, #wrap-content-s-f1503ffb-510f-47c1-bc36-38ffee28d6ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca {
  display: none;
}
#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca, #wrap-s-f1503ffb-510f-47c1-bc36-38ffee28d6ca, #wrap-content-s-f1503ffb-510f-47c1-bc36-38ffee28d6ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca {
  
}
}@media (max-width: 767px){#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca {
  
}
}
#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca .shg-sld-nav-button.shg-sld-left,
#s-f1503ffb-510f-47c1-bc36-38ffee28d6ca .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-acf4e51f-edc1-4f79-954b-5057548edfde {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-acf4e51f-edc1-4f79-954b-5057548edfde {
  display: none;
}
#s-acf4e51f-edc1-4f79-954b-5057548edfde, #wrap-s-acf4e51f-edc1-4f79-954b-5057548edfde, #wrap-content-s-acf4e51f-edc1-4f79-954b-5057548edfde { display: none !important; }}@media (max-width: 767px){#s-acf4e51f-edc1-4f79-954b-5057548edfde {
  display: none;
}
#s-acf4e51f-edc1-4f79-954b-5057548edfde, #wrap-s-acf4e51f-edc1-4f79-954b-5057548edfde, #wrap-content-s-acf4e51f-edc1-4f79-954b-5057548edfde { display: none !important; }}
#s-acf4e51f-edc1-4f79-954b-5057548edfde {
  background-image: url(https://i.shgcdn.com/f9203b9d-3a63-4df3-bf83-c411510e561c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-acf4e51f-edc1-4f79-954b-5057548edfde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf4e51f-edc1-4f79-954b-5057548edfde.shg-box.shg-c {
  justify-content: center;
}

#s-de1e79c4-fb67-4a18-b9a8-a65216003fe5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de1e79c4-fb67-4a18-b9a8-a65216003fe5 {
  display: none;
}
#s-de1e79c4-fb67-4a18-b9a8-a65216003fe5, #wrap-s-de1e79c4-fb67-4a18-b9a8-a65216003fe5, #wrap-content-s-de1e79c4-fb67-4a18-b9a8-a65216003fe5 { display: none !important; }}@media (max-width: 767px){#s-de1e79c4-fb67-4a18-b9a8-a65216003fe5 {
  display: none;
}
#s-de1e79c4-fb67-4a18-b9a8-a65216003fe5, #wrap-s-de1e79c4-fb67-4a18-b9a8-a65216003fe5, #wrap-content-s-de1e79c4-fb67-4a18-b9a8-a65216003fe5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de1e79c4-fb67-4a18-b9a8-a65216003fe5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-84ebaf8f-ad8e-4225-883c-b1f21c14c667 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-84ebaf8f-ad8e-4225-883c-b1f21c14c667 {
  display: none;
}
#s-84ebaf8f-ad8e-4225-883c-b1f21c14c667, #wrap-s-84ebaf8f-ad8e-4225-883c-b1f21c14c667, #wrap-content-s-84ebaf8f-ad8e-4225-883c-b1f21c14c667 { display: none !important; }}@media (max-width: 767px){#s-84ebaf8f-ad8e-4225-883c-b1f21c14c667 {
  display: none;
}
#s-84ebaf8f-ad8e-4225-883c-b1f21c14c667, #wrap-s-84ebaf8f-ad8e-4225-883c-b1f21c14c667, #wrap-content-s-84ebaf8f-ad8e-4225-883c-b1f21c14c667 { display: none !important; }}
#s-1397742b-5f8c-4ea4-bd74-54b2905fa62b {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-1397742b-5f8c-4ea4-bd74-54b2905fa62b {
  display: none;
}
#s-1397742b-5f8c-4ea4-bd74-54b2905fa62b, #wrap-s-1397742b-5f8c-4ea4-bd74-54b2905fa62b, #wrap-content-s-1397742b-5f8c-4ea4-bd74-54b2905fa62b { display: none !important; }}@media (max-width: 767px){#s-1397742b-5f8c-4ea4-bd74-54b2905fa62b {
  display: none;
}
#s-1397742b-5f8c-4ea4-bd74-54b2905fa62b, #wrap-s-1397742b-5f8c-4ea4-bd74-54b2905fa62b, #wrap-content-s-1397742b-5f8c-4ea4-bd74-54b2905fa62b { display: none !important; }}
#s-1cffa64e-ca36-4086-b145-874fc868201c {
  margin-top: 60px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cffa64e-ca36-4086-b145-874fc868201c {
  display: none;
}
#s-1cffa64e-ca36-4086-b145-874fc868201c, #wrap-s-1cffa64e-ca36-4086-b145-874fc868201c, #wrap-content-s-1cffa64e-ca36-4086-b145-874fc868201c { display: none !important; }}@media (max-width: 767px){#s-1cffa64e-ca36-4086-b145-874fc868201c {
  display: none;
}
#s-1cffa64e-ca36-4086-b145-874fc868201c, #wrap-s-1cffa64e-ca36-4086-b145-874fc868201c, #wrap-content-s-1cffa64e-ca36-4086-b145-874fc868201c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1cffa64e-ca36-4086-b145-874fc868201c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-05573a23-4920-4b22-9768-670ecfa1ea0c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-05573a23-4920-4b22-9768-670ecfa1ea0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05573a23-4920-4b22-9768-670ecfa1ea0c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-05573a23-4920-4b22-9768-670ecfa1ea0c {
  display: none;
}
#s-05573a23-4920-4b22-9768-670ecfa1ea0c, #wrap-s-05573a23-4920-4b22-9768-670ecfa1ea0c, #wrap-content-s-05573a23-4920-4b22-9768-670ecfa1ea0c { display: none !important; }}@media (max-width: 767px){#s-05573a23-4920-4b22-9768-670ecfa1ea0c {
  display: none;
}
#s-05573a23-4920-4b22-9768-670ecfa1ea0c, #wrap-s-05573a23-4920-4b22-9768-670ecfa1ea0c, #wrap-content-s-05573a23-4920-4b22-9768-670ecfa1ea0c { display: none !important; }}

  #s-05573a23-4920-4b22-9768-670ecfa1ea0c-root {
    text-align: center;
  }


#s-05573a23-4920-4b22-9768-670ecfa1ea0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05573a23-4920-4b22-9768-670ecfa1ea0c-root {
    text-align: center;
  }


#s-05573a23-4920-4b22-9768-670ecfa1ea0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05573a23-4920-4b22-9768-670ecfa1ea0c-root {
    text-align: center;
  }


#s-05573a23-4920-4b22-9768-670ecfa1ea0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05573a23-4920-4b22-9768-670ecfa1ea0c-root {
    text-align: center;
  }


#s-05573a23-4920-4b22-9768-670ecfa1ea0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05573a23-4920-4b22-9768-670ecfa1ea0c-root {
    text-align: center;
  }


#s-05573a23-4920-4b22-9768-670ecfa1ea0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-abbad907-d9ac-457d-bd83-3351b287114f {
  margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-abbad907-d9ac-457d-bd83-3351b287114f {
  display: none;
}
#s-abbad907-d9ac-457d-bd83-3351b287114f, #wrap-s-abbad907-d9ac-457d-bd83-3351b287114f, #wrap-content-s-abbad907-d9ac-457d-bd83-3351b287114f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abbad907-d9ac-457d-bd83-3351b287114f {
  display: none;
}
#s-abbad907-d9ac-457d-bd83-3351b287114f, #wrap-s-abbad907-d9ac-457d-bd83-3351b287114f, #wrap-content-s-abbad907-d9ac-457d-bd83-3351b287114f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abbad907-d9ac-457d-bd83-3351b287114f {
  
}
}@media (max-width: 767px){#s-abbad907-d9ac-457d-bd83-3351b287114f {
  display: none;
}
#s-abbad907-d9ac-457d-bd83-3351b287114f, #wrap-s-abbad907-d9ac-457d-bd83-3351b287114f, #wrap-content-s-abbad907-d9ac-457d-bd83-3351b287114f { display: none !important; }}
#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 {
  background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 {
  display: none;
}
#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722, #wrap-s-ec5b40cd-344f-45f4-a22d-81c7fc30d722, #wrap-content-s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 {
  display: none;
}
#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722, #wrap-s-ec5b40cd-344f-45f4-a22d-81c7fc30d722, #wrap-content-s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 {
  
}
}@media (max-width: 767px){#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 {
  display: none;
}
#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722, #wrap-s-ec5b40cd-344f-45f4-a22d-81c7fc30d722, #wrap-content-s-ec5b40cd-344f-45f4-a22d-81c7fc30d722 { display: none !important; }}

  #s-ec5b40cd-344f-45f4-a22d-81c7fc30d722-root {
    text-align: center;
  }


#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec5b40cd-344f-45f4-a22d-81c7fc30d722-root {
    text-align: center;
  }


#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec5b40cd-344f-45f4-a22d-81c7fc30d722-root {
    text-align: center;
  }


#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec5b40cd-344f-45f4-a22d-81c7fc30d722-root {
    text-align: center;
  }


#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec5b40cd-344f-45f4-a22d-81c7fc30d722-root {
    text-align: center;
  }


#s-ec5b40cd-344f-45f4-a22d-81c7fc30d722.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-cd7e02e7-087f-484b-977c-16bf8988e29b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-cd7e02e7-087f-484b-977c-16bf8988e29b {
  display: none;
}
#s-cd7e02e7-087f-484b-977c-16bf8988e29b, #wrap-s-cd7e02e7-087f-484b-977c-16bf8988e29b, #wrap-content-s-cd7e02e7-087f-484b-977c-16bf8988e29b { display: none !important; }}
#s-cd7e02e7-087f-484b-977c-16bf8988e29b {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cd7e02e7-087f-484b-977c-16bf8988e29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd7e02e7-087f-484b-977c-16bf8988e29b.shg-box.shg-c {
  justify-content: center;
}

#s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869 {
  display: none;
}
#s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869, #wrap-s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869, #wrap-content-s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869 { display: none !important; }}
@media (min-width: 0px) {
[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95eb6dee-2e5f-49ac-8f35-5b3e46a47869"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b4734248-c479-41ea-8ed5-2b4187eb650a {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e {
  display: none;
}
#s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e, #wrap-s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e, #wrap-content-s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c06fc9-2c6f-4690-a91e-c3a6d709495e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e18211ca-4dac-4ab0-b510-fefe3799c061 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e18211ca-4dac-4ab0-b510-fefe3799c061:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e18211ca-4dac-4ab0-b510-fefe3799c061:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWM4MjFhMzUtMTQ4MC00MmJhLWEzZmMtYTI5ODhlMjAyNmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYzgyMWEzNS0xNDgwLTQyYmEtYTNmYy1hMjk4OGUyMDI2ZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1f1ea"}, {"id"=>2, "pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 768px) and (max-width: 991px){#s-e18211ca-4dac-4ab0-b510-fefe3799c061 {
  
}
#s-e18211ca-4dac-4ab0-b510-fefe3799c061:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTc2MGIzZjktOWMxZC00ZTdmLWI4YjctYzY4NmE0NjAzN2ExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNzYwYjNmOS05YzFkLTRlN2YtYjhiNy1jNjg2YTQ2MDM3YTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1f1ea"}, {"id"=>2, "pos"=>"1.00", "color"=>"#7e20cf"}] !important;}}

  #s-e18211ca-4dac-4ab0-b510-fefe3799c061-root {
    text-align: center;
  }


#s-e18211ca-4dac-4ab0-b510-fefe3799c061.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e18211ca-4dac-4ab0-b510-fefe3799c061-root {
    text-align: center;
  }


#s-e18211ca-4dac-4ab0-b510-fefe3799c061.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e18211ca-4dac-4ab0-b510-fefe3799c061-root {
    text-align: center;
  }


#s-e18211ca-4dac-4ab0-b510-fefe3799c061.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e18211ca-4dac-4ab0-b510-fefe3799c061-root {
    text-align: center;
  }


#s-e18211ca-4dac-4ab0-b510-fefe3799c061.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e18211ca-4dac-4ab0-b510-fefe3799c061-root {
    text-align: center;
  }


#s-e18211ca-4dac-4ab0-b510-fefe3799c061.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de {
  display: none;
}
#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de, #wrap-s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de, #wrap-content-s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de { display: none !important; }}@media (max-width: 767px){#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de {
  display: none;
}
#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de, #wrap-s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de, #wrap-content-s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de { display: none !important; }}
#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de {
  cursor: pointer;
}#s-0609bfbc-97ee-4132-a4c5-bde1fa72c6de.shg-box.shg-c {
  justify-content: center;
}

#s-aa4290f1-2164-4118-b44d-022ad03d6e71 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa4290f1-2164-4118-b44d-022ad03d6e71 {
  
}
}@media (max-width: 767px){#s-aa4290f1-2164-4118-b44d-022ad03d6e71 {
  
}
}
@media (min-width: 0px) {
[id="s-aa4290f1-2164-4118-b44d-022ad03d6e71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-aa4290f1-2164-4118-b44d-022ad03d6e71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa4290f1-2164-4118-b44d-022ad03d6e71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa4290f1-2164-4118-b44d-022ad03d6e71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b787a7d-8daa-40ed-9801-1e4e8f3b9652 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b787a7d-8daa-40ed-9801-1e4e8f3b9652 {
  
}
}@media (max-width: 767px){#s-3b787a7d-8daa-40ed-9801-1e4e8f3b9652 {
  
}
}
#s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e {
  
}
}@media (max-width: 767px){#s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e {
  
}
}
@media (min-width: 0px) {
[id="s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e035ed2f-f0e0-4cc0-ac0c-ce323719d13e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6159e22-2571-4225-b9bf-3148732411cf {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-d6159e22-2571-4225-b9bf-3148732411cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6159e22-2571-4225-b9bf-3148732411cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d6159e22-2571-4225-b9bf-3148732411cf {
  
}
}@media (max-width: 767px){#s-d6159e22-2571-4225-b9bf-3148732411cf {
  
}
}

  #s-d6159e22-2571-4225-b9bf-3148732411cf-root {
    text-align: center;
  }


#s-d6159e22-2571-4225-b9bf-3148732411cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6159e22-2571-4225-b9bf-3148732411cf-root {
    text-align: center;
  }


#s-d6159e22-2571-4225-b9bf-3148732411cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6159e22-2571-4225-b9bf-3148732411cf-root {
    text-align: center;
  }


#s-d6159e22-2571-4225-b9bf-3148732411cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6159e22-2571-4225-b9bf-3148732411cf-root {
    text-align: center;
  }


#s-d6159e22-2571-4225-b9bf-3148732411cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6159e22-2571-4225-b9bf-3148732411cf-root {
    text-align: center;
  }


#s-d6159e22-2571-4225-b9bf-3148732411cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 {
  display: none;
}
#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61, #wrap-s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61, #wrap-content-s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 {
  display: none;
}
#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61, #wrap-s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61, #wrap-content-s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 { display: none !important; }}
#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1a1a0f6-1970-45e5-ba0e-b502af2d9b61.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f03d31de-4ca6-438c-b113-e5f43341b5e9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-f03d31de-4ca6-438c-b113-e5f43341b5e9 {
  display: none;
}
#s-f03d31de-4ca6-438c-b113-e5f43341b5e9, #wrap-s-f03d31de-4ca6-438c-b113-e5f43341b5e9, #wrap-content-s-f03d31de-4ca6-438c-b113-e5f43341b5e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03d31de-4ca6-438c-b113-e5f43341b5e9 {
  display: none;
}
#s-f03d31de-4ca6-438c-b113-e5f43341b5e9, #wrap-s-f03d31de-4ca6-438c-b113-e5f43341b5e9, #wrap-content-s-f03d31de-4ca6-438c-b113-e5f43341b5e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03d31de-4ca6-438c-b113-e5f43341b5e9 {
  
}
}@media (max-width: 767px){#s-f03d31de-4ca6-438c-b113-e5f43341b5e9 {
  display: none;
}
#s-f03d31de-4ca6-438c-b113-e5f43341b5e9, #wrap-s-f03d31de-4ca6-438c-b113-e5f43341b5e9, #wrap-content-s-f03d31de-4ca6-438c-b113-e5f43341b5e9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f03d31de-4ca6-438c-b113-e5f43341b5e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f03d31de-4ca6-438c-b113-e5f43341b5e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f03d31de-4ca6-438c-b113-e5f43341b5e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f03d31de-4ca6-438c-b113-e5f43341b5e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5a7bb13-790d-4ab9-97ee-94b78395c224 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-a5a7bb13-790d-4ab9-97ee-94b78395c224 {
  display: none;
}
#s-a5a7bb13-790d-4ab9-97ee-94b78395c224, #wrap-s-a5a7bb13-790d-4ab9-97ee-94b78395c224, #wrap-content-s-a5a7bb13-790d-4ab9-97ee-94b78395c224 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5a7bb13-790d-4ab9-97ee-94b78395c224 {
  display: none;
}
#s-a5a7bb13-790d-4ab9-97ee-94b78395c224, #wrap-s-a5a7bb13-790d-4ab9-97ee-94b78395c224, #wrap-content-s-a5a7bb13-790d-4ab9-97ee-94b78395c224 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5a7bb13-790d-4ab9-97ee-94b78395c224 {
  
}
}@media (max-width: 767px){#s-a5a7bb13-790d-4ab9-97ee-94b78395c224 {
  
}
}
#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 {
  display: none;
}
#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41, #wrap-s-ab20885f-f13b-4aac-b7c8-ced881cf7e41, #wrap-content-s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 {
  display: none;
}
#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41, #wrap-s-ab20885f-f13b-4aac-b7c8-ced881cf7e41, #wrap-content-s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 {
  
}
}@media (max-width: 767px){#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 {
  display: none;
}
#s-ab20885f-f13b-4aac-b7c8-ced881cf7e41, #wrap-s-ab20885f-f13b-4aac-b7c8-ced881cf7e41, #wrap-content-s-ab20885f-f13b-4aac-b7c8-ced881cf7e41 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ab20885f-f13b-4aac-b7c8-ced881cf7e41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab20885f-f13b-4aac-b7c8-ced881cf7e41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab20885f-f13b-4aac-b7c8-ced881cf7e41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab20885f-f13b-4aac-b7c8-ced881cf7e41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a82e87e9-7fd8-47e7-8860-20a0524632f7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-a82e87e9-7fd8-47e7-8860-20a0524632f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a82e87e9-7fd8-47e7-8860-20a0524632f7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a82e87e9-7fd8-47e7-8860-20a0524632f7 {
  display: none;
}
#s-a82e87e9-7fd8-47e7-8860-20a0524632f7, #wrap-s-a82e87e9-7fd8-47e7-8860-20a0524632f7, #wrap-content-s-a82e87e9-7fd8-47e7-8860-20a0524632f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a82e87e9-7fd8-47e7-8860-20a0524632f7 {
  display: none;
}
#s-a82e87e9-7fd8-47e7-8860-20a0524632f7, #wrap-s-a82e87e9-7fd8-47e7-8860-20a0524632f7, #wrap-content-s-a82e87e9-7fd8-47e7-8860-20a0524632f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a82e87e9-7fd8-47e7-8860-20a0524632f7 {
  
}
}@media (max-width: 767px){#s-a82e87e9-7fd8-47e7-8860-20a0524632f7 {
  display: none;
}
#s-a82e87e9-7fd8-47e7-8860-20a0524632f7, #wrap-s-a82e87e9-7fd8-47e7-8860-20a0524632f7, #wrap-content-s-a82e87e9-7fd8-47e7-8860-20a0524632f7 { display: none !important; }}

  #s-a82e87e9-7fd8-47e7-8860-20a0524632f7-root {
    text-align: center;
  }


#s-a82e87e9-7fd8-47e7-8860-20a0524632f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a82e87e9-7fd8-47e7-8860-20a0524632f7-root {
    text-align: center;
  }


#s-a82e87e9-7fd8-47e7-8860-20a0524632f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a82e87e9-7fd8-47e7-8860-20a0524632f7-root {
    text-align: center;
  }


#s-a82e87e9-7fd8-47e7-8860-20a0524632f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a82e87e9-7fd8-47e7-8860-20a0524632f7-root {
    text-align: center;
  }


#s-a82e87e9-7fd8-47e7-8860-20a0524632f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a82e87e9-7fd8-47e7-8860-20a0524632f7-root {
    text-align: center;
  }


#s-a82e87e9-7fd8-47e7-8860-20a0524632f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d6c6710d-196f-44e3-a720-35b05ee59df9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d6c6710d-196f-44e3-a720-35b05ee59df9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-d6c6710d-196f-44e3-a720-35b05ee59df9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d6c6710d-196f-44e3-a720-35b05ee59df9 {
  display: none;
}
#s-d6c6710d-196f-44e3-a720-35b05ee59df9, #wrap-s-d6c6710d-196f-44e3-a720-35b05ee59df9, #wrap-content-s-d6c6710d-196f-44e3-a720-35b05ee59df9 { display: none !important; }}@media (max-width: 767px){#s-d6c6710d-196f-44e3-a720-35b05ee59df9 {
  display: none;
}
#s-d6c6710d-196f-44e3-a720-35b05ee59df9, #wrap-s-d6c6710d-196f-44e3-a720-35b05ee59df9, #wrap-content-s-d6c6710d-196f-44e3-a720-35b05ee59df9 { display: none !important; }}

  #s-d6c6710d-196f-44e3-a720-35b05ee59df9-root {
    text-align: center;
  }


#s-d6c6710d-196f-44e3-a720-35b05ee59df9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6c6710d-196f-44e3-a720-35b05ee59df9-root {
    text-align: center;
  }


#s-d6c6710d-196f-44e3-a720-35b05ee59df9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6c6710d-196f-44e3-a720-35b05ee59df9-root {
    text-align: center;
  }


#s-d6c6710d-196f-44e3-a720-35b05ee59df9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6c6710d-196f-44e3-a720-35b05ee59df9-root {
    text-align: center;
  }


#s-d6c6710d-196f-44e3-a720-35b05ee59df9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6c6710d-196f-44e3-a720-35b05ee59df9-root {
    text-align: center;
  }


#s-d6c6710d-196f-44e3-a720-35b05ee59df9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1423c8c4-4d63-49f0-9149-cbe8162a2810 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-1423c8c4-4d63-49f0-9149-cbe8162a2810 {
  display: none;
}
#s-1423c8c4-4d63-49f0-9149-cbe8162a2810, #wrap-s-1423c8c4-4d63-49f0-9149-cbe8162a2810, #wrap-content-s-1423c8c4-4d63-49f0-9149-cbe8162a2810 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1423c8c4-4d63-49f0-9149-cbe8162a2810 {
  display: none;
}
#s-1423c8c4-4d63-49f0-9149-cbe8162a2810, #wrap-s-1423c8c4-4d63-49f0-9149-cbe8162a2810, #wrap-content-s-1423c8c4-4d63-49f0-9149-cbe8162a2810 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1423c8c4-4d63-49f0-9149-cbe8162a2810 {
  display: none;
}
#s-1423c8c4-4d63-49f0-9149-cbe8162a2810, #wrap-s-1423c8c4-4d63-49f0-9149-cbe8162a2810, #wrap-content-s-1423c8c4-4d63-49f0-9149-cbe8162a2810 { display: none !important; }}@media (max-width: 767px){#s-1423c8c4-4d63-49f0-9149-cbe8162a2810 {
  
}
}
#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 {
  margin-top: 280px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 {
  display: none;
}
#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864, #wrap-s-709630a8-0c1e-4e7d-bb15-c973f9aaa864, #wrap-content-s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 {
  display: none;
}
#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864, #wrap-s-709630a8-0c1e-4e7d-bb15-c973f9aaa864, #wrap-content-s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 {
  display: none;
}
#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864, #wrap-s-709630a8-0c1e-4e7d-bb15-c973f9aaa864, #wrap-content-s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 { display: none !important; }}@media (max-width: 767px){#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864 {
  
}
}

  #s-709630a8-0c1e-4e7d-bb15-c973f9aaa864-root {
    text-align: center;
  }


#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-709630a8-0c1e-4e7d-bb15-c973f9aaa864-root {
    text-align: center;
  }


#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-709630a8-0c1e-4e7d-bb15-c973f9aaa864-root {
    text-align: center;
  }


#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-709630a8-0c1e-4e7d-bb15-c973f9aaa864-root {
    text-align: center;
  }


#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-709630a8-0c1e-4e7d-bb15-c973f9aaa864-root {
    text-align: center;
  }


#s-709630a8-0c1e-4e7d-bb15-c973f9aaa864.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3758c02a-60e7-45ea-bb40-d647b8fba3b3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-3758c02a-60e7-45ea-bb40-d647b8fba3b3 {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3758c02a-60e7-45ea-bb40-d647b8fba3b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3758c02a-60e7-45ea-bb40-d647b8fba3b3 {
  cursor: pointer;
}#s-3758c02a-60e7-45ea-bb40-d647b8fba3b3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5231d14-ef1e-416a-9e6a-57facd852e5a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5231d14-ef1e-416a-9e6a-57facd852e5a {
  display: none;
}
#s-b5231d14-ef1e-416a-9e6a-57facd852e5a, #wrap-s-b5231d14-ef1e-416a-9e6a-57facd852e5a, #wrap-content-s-b5231d14-ef1e-416a-9e6a-57facd852e5a { display: none !important; }}@media (max-width: 767px){#s-b5231d14-ef1e-416a-9e6a-57facd852e5a {
  display: none;
}
#s-b5231d14-ef1e-416a-9e6a-57facd852e5a, #wrap-s-b5231d14-ef1e-416a-9e6a-57facd852e5a, #wrap-content-s-b5231d14-ef1e-416a-9e6a-57facd852e5a { display: none !important; }}
@media (min-width: 0px) {
[id="s-b5231d14-ef1e-416a-9e6a-57facd852e5a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b5231d14-ef1e-416a-9e6a-57facd852e5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5231d14-ef1e-416a-9e6a-57facd852e5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5231d14-ef1e-416a-9e6a-57facd852e5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f0e4fb1-a816-409c-bba5-80c2dd073922 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-3f0e4fb1-a816-409c-bba5-80c2dd073922 {
  display: none;
}
#s-3f0e4fb1-a816-409c-bba5-80c2dd073922, #wrap-s-3f0e4fb1-a816-409c-bba5-80c2dd073922, #wrap-content-s-3f0e4fb1-a816-409c-bba5-80c2dd073922 { display: none !important; }}@media (max-width: 767px){#s-3f0e4fb1-a816-409c-bba5-80c2dd073922 {
  display: none;
}
#s-3f0e4fb1-a816-409c-bba5-80c2dd073922, #wrap-s-3f0e4fb1-a816-409c-bba5-80c2dd073922, #wrap-content-s-3f0e4fb1-a816-409c-bba5-80c2dd073922 { display: none !important; }}
#s-8d6af6bb-6824-46fe-a83e-846db1eceacf {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d6af6bb-6824-46fe-a83e-846db1eceacf {
  display: none;
}
#s-8d6af6bb-6824-46fe-a83e-846db1eceacf, #wrap-s-8d6af6bb-6824-46fe-a83e-846db1eceacf, #wrap-content-s-8d6af6bb-6824-46fe-a83e-846db1eceacf { display: none !important; }}@media (max-width: 767px){#s-8d6af6bb-6824-46fe-a83e-846db1eceacf {
  display: none;
}
#s-8d6af6bb-6824-46fe-a83e-846db1eceacf, #wrap-s-8d6af6bb-6824-46fe-a83e-846db1eceacf, #wrap-content-s-8d6af6bb-6824-46fe-a83e-846db1eceacf { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d6af6bb-6824-46fe-a83e-846db1eceacf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8d6af6bb-6824-46fe-a83e-846db1eceacf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8d6af6bb-6824-46fe-a83e-846db1eceacf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d6af6bb-6824-46fe-a83e-846db1eceacf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-60236c79-1627-4e1d-bcf2-054d540d8b5f {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-60236c79-1627-4e1d-bcf2-054d540d8b5f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60236c79-1627-4e1d-bcf2-054d540d8b5f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-60236c79-1627-4e1d-bcf2-054d540d8b5f {
  display: none;
}
#s-60236c79-1627-4e1d-bcf2-054d540d8b5f, #wrap-s-60236c79-1627-4e1d-bcf2-054d540d8b5f, #wrap-content-s-60236c79-1627-4e1d-bcf2-054d540d8b5f { display: none !important; }}@media (max-width: 767px){#s-60236c79-1627-4e1d-bcf2-054d540d8b5f {
  display: none;
}
#s-60236c79-1627-4e1d-bcf2-054d540d8b5f, #wrap-s-60236c79-1627-4e1d-bcf2-054d540d8b5f, #wrap-content-s-60236c79-1627-4e1d-bcf2-054d540d8b5f { display: none !important; }}

  #s-60236c79-1627-4e1d-bcf2-054d540d8b5f-root {
    text-align: center;
  }


#s-60236c79-1627-4e1d-bcf2-054d540d8b5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60236c79-1627-4e1d-bcf2-054d540d8b5f-root {
    text-align: center;
  }


#s-60236c79-1627-4e1d-bcf2-054d540d8b5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60236c79-1627-4e1d-bcf2-054d540d8b5f-root {
    text-align: center;
  }


#s-60236c79-1627-4e1d-bcf2-054d540d8b5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60236c79-1627-4e1d-bcf2-054d540d8b5f-root {
    text-align: center;
  }


#s-60236c79-1627-4e1d-bcf2-054d540d8b5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60236c79-1627-4e1d-bcf2-054d540d8b5f-root {
    text-align: center;
  }


#s-60236c79-1627-4e1d-bcf2-054d540d8b5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-69a6c555-c2f7-4c00-ac04-5a144c2083db {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-69a6c555-c2f7-4c00-ac04-5a144c2083db {
  display: none;
}
#s-69a6c555-c2f7-4c00-ac04-5a144c2083db, #wrap-s-69a6c555-c2f7-4c00-ac04-5a144c2083db, #wrap-content-s-69a6c555-c2f7-4c00-ac04-5a144c2083db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69a6c555-c2f7-4c00-ac04-5a144c2083db {
  display: none;
}
#s-69a6c555-c2f7-4c00-ac04-5a144c2083db, #wrap-s-69a6c555-c2f7-4c00-ac04-5a144c2083db, #wrap-content-s-69a6c555-c2f7-4c00-ac04-5a144c2083db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69a6c555-c2f7-4c00-ac04-5a144c2083db {
  
}
}@media (max-width: 767px){#s-69a6c555-c2f7-4c00-ac04-5a144c2083db {
  
}
}
#s-943230e5-8c9e-4de0-a063-3161022eecdc {
  margin-top: 260px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-943230e5-8c9e-4de0-a063-3161022eecdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-943230e5-8c9e-4de0-a063-3161022eecdc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-943230e5-8c9e-4de0-a063-3161022eecdc {
  display: none;
}
#s-943230e5-8c9e-4de0-a063-3161022eecdc, #wrap-s-943230e5-8c9e-4de0-a063-3161022eecdc, #wrap-content-s-943230e5-8c9e-4de0-a063-3161022eecdc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-943230e5-8c9e-4de0-a063-3161022eecdc {
  display: none;
}
#s-943230e5-8c9e-4de0-a063-3161022eecdc, #wrap-s-943230e5-8c9e-4de0-a063-3161022eecdc, #wrap-content-s-943230e5-8c9e-4de0-a063-3161022eecdc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-943230e5-8c9e-4de0-a063-3161022eecdc {
  
}
}@media (max-width: 767px){#s-943230e5-8c9e-4de0-a063-3161022eecdc {
  
}
}

  #s-943230e5-8c9e-4de0-a063-3161022eecdc-root {
    text-align: center;
  }


#s-943230e5-8c9e-4de0-a063-3161022eecdc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-943230e5-8c9e-4de0-a063-3161022eecdc-root {
    text-align: center;
  }


#s-943230e5-8c9e-4de0-a063-3161022eecdc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-943230e5-8c9e-4de0-a063-3161022eecdc-root {
    text-align: center;
  }


#s-943230e5-8c9e-4de0-a063-3161022eecdc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-943230e5-8c9e-4de0-a063-3161022eecdc-root {
    text-align: center;
  }


#s-943230e5-8c9e-4de0-a063-3161022eecdc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-943230e5-8c9e-4de0-a063-3161022eecdc-root {
    text-align: center;
  }


#s-943230e5-8c9e-4de0-a063-3161022eecdc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-57a56c8a-884e-4eb9-8c8b-2bf37804b690 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}

#s-57a56c8a-884e-4eb9-8c8b-2bf37804b690 {
  background-image: url(https://i.shgcdn.com/ac808252-6f3d-4699-9cc2-fc2acd4cbc79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-57a56c8a-884e-4eb9-8c8b-2bf37804b690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57a56c8a-884e-4eb9-8c8b-2bf37804b690.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5 {
  margin-top: 140px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5 {
  display: none;
}
#s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5, #wrap-s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5, #wrap-content-s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5 { display: none !important; }}@media (max-width: 767px){#s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5 {
  display: none;
}
#s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5, #wrap-s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5, #wrap-content-s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2efdf92c-f6b1-4f2d-9d95-06f320ed0ab5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5aee4984-0589-44ea-8484-9c9215fe9d08 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-5aee4984-0589-44ea-8484-9c9215fe9d08 {
  display: none;
}
#s-5aee4984-0589-44ea-8484-9c9215fe9d08, #wrap-s-5aee4984-0589-44ea-8484-9c9215fe9d08, #wrap-content-s-5aee4984-0589-44ea-8484-9c9215fe9d08 { display: none !important; }}@media (max-width: 767px){#s-5aee4984-0589-44ea-8484-9c9215fe9d08 {
  display: none;
}
#s-5aee4984-0589-44ea-8484-9c9215fe9d08, #wrap-s-5aee4984-0589-44ea-8484-9c9215fe9d08, #wrap-content-s-5aee4984-0589-44ea-8484-9c9215fe9d08 { display: none !important; }}
#s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245 {
  display: none;
}
#s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245, #wrap-s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245, #wrap-content-s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245 { display: none !important; }}@media (max-width: 767px){#s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245 {
  display: none;
}
#s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245, #wrap-s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245, #wrap-content-s-d7b14ebc-46ed-4e8b-81bb-aae93ee78245 { display: none !important; }}
#s-ffc91e6f-0016-4511-8298-23b2289ce107 {
  margin-top: 97px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ffc91e6f-0016-4511-8298-23b2289ce107:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffc91e6f-0016-4511-8298-23b2289ce107:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ffc91e6f-0016-4511-8298-23b2289ce107 {
  display: none;
}
#s-ffc91e6f-0016-4511-8298-23b2289ce107, #wrap-s-ffc91e6f-0016-4511-8298-23b2289ce107, #wrap-content-s-ffc91e6f-0016-4511-8298-23b2289ce107 { display: none !important; }}@media (max-width: 767px){#s-ffc91e6f-0016-4511-8298-23b2289ce107 {
  display: none;
}
#s-ffc91e6f-0016-4511-8298-23b2289ce107, #wrap-s-ffc91e6f-0016-4511-8298-23b2289ce107, #wrap-content-s-ffc91e6f-0016-4511-8298-23b2289ce107 { display: none !important; }}

  #s-ffc91e6f-0016-4511-8298-23b2289ce107-root {
    text-align: center;
  }


#s-ffc91e6f-0016-4511-8298-23b2289ce107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffc91e6f-0016-4511-8298-23b2289ce107-root {
    text-align: center;
  }


#s-ffc91e6f-0016-4511-8298-23b2289ce107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffc91e6f-0016-4511-8298-23b2289ce107-root {
    text-align: center;
  }


#s-ffc91e6f-0016-4511-8298-23b2289ce107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffc91e6f-0016-4511-8298-23b2289ce107-root {
    text-align: center;
  }


#s-ffc91e6f-0016-4511-8298-23b2289ce107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffc91e6f-0016-4511-8298-23b2289ce107-root {
    text-align: center;
  }


#s-ffc91e6f-0016-4511-8298-23b2289ce107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a0554aac-334e-4563-a54b-fbb96beab381 {
  margin-top: 70px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0);
}
@media (min-width: 1200px){#s-a0554aac-334e-4563-a54b-fbb96beab381 {
  display: none;
}
#s-a0554aac-334e-4563-a54b-fbb96beab381, #wrap-s-a0554aac-334e-4563-a54b-fbb96beab381, #wrap-content-s-a0554aac-334e-4563-a54b-fbb96beab381 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0554aac-334e-4563-a54b-fbb96beab381 {
  display: none;
}
#s-a0554aac-334e-4563-a54b-fbb96beab381, #wrap-s-a0554aac-334e-4563-a54b-fbb96beab381, #wrap-content-s-a0554aac-334e-4563-a54b-fbb96beab381 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0554aac-334e-4563-a54b-fbb96beab381 {
  
}
}@media (max-width: 767px){#s-a0554aac-334e-4563-a54b-fbb96beab381 {
  
}
}
#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f {
  margin-top: 218px;
margin-left: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f {
  display: none;
}
#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f, #wrap-s-bfc7b204-3b32-4e01-ab15-c298bd2d144f, #wrap-content-s-bfc7b204-3b32-4e01-ab15-c298bd2d144f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f {
  display: none;
}
#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f, #wrap-s-bfc7b204-3b32-4e01-ab15-c298bd2d144f, #wrap-content-s-bfc7b204-3b32-4e01-ab15-c298bd2d144f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f {
  
}
}@media (max-width: 767px){#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f {
  
}
}

  #s-bfc7b204-3b32-4e01-ab15-c298bd2d144f-root {
    text-align: center;
  }


#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfc7b204-3b32-4e01-ab15-c298bd2d144f-root {
    text-align: center;
  }


#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfc7b204-3b32-4e01-ab15-c298bd2d144f-root {
    text-align: center;
  }


#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfc7b204-3b32-4e01-ab15-c298bd2d144f-root {
    text-align: center;
  }


#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfc7b204-3b32-4e01-ab15-c298bd2d144f-root {
    text-align: center;
  }


#s-bfc7b204-3b32-4e01-ab15-c298bd2d144f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc {
  display: none;
}
#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc, #wrap-s-13002c97-f5e8-4dd4-80ec-f9d573e618bc, #wrap-content-s-13002c97-f5e8-4dd4-80ec-f9d573e618bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc {
  display: none;
}
#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc, #wrap-s-13002c97-f5e8-4dd4-80ec-f9d573e618bc, #wrap-content-s-13002c97-f5e8-4dd4-80ec-f9d573e618bc { display: none !important; }}@media (max-width: 767px){#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc {
  
}
}
#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc {
  background-image: url(https://i.shgcdn.com/c74eca93-859a-467b-ae11-b520f1d24c0d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13002c97-f5e8-4dd4-80ec-f9d573e618bc.shg-box.shg-c {
  justify-content: center;
}

#s-12d796ca-cb5a-4396-8739-2743c7d9ea0b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12d796ca-cb5a-4396-8739-2743c7d9ea0b {
  display: none;
}
#s-12d796ca-cb5a-4396-8739-2743c7d9ea0b, #wrap-s-12d796ca-cb5a-4396-8739-2743c7d9ea0b, #wrap-content-s-12d796ca-cb5a-4396-8739-2743c7d9ea0b { display: none !important; }}@media (max-width: 767px){#s-12d796ca-cb5a-4396-8739-2743c7d9ea0b {
  display: none;
}
#s-12d796ca-cb5a-4396-8739-2743c7d9ea0b, #wrap-s-12d796ca-cb5a-4396-8739-2743c7d9ea0b, #wrap-content-s-12d796ca-cb5a-4396-8739-2743c7d9ea0b { display: none !important; }}
@media (min-width: 0px) {
[id="s-12d796ca-cb5a-4396-8739-2743c7d9ea0b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-12d796ca-cb5a-4396-8739-2743c7d9ea0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12d796ca-cb5a-4396-8739-2743c7d9ea0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12d796ca-cb5a-4396-8739-2743c7d9ea0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1 {
  display: none;
}
#s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1, #wrap-s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1, #wrap-content-s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1 { display: none !important; }}@media (max-width: 767px){#s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1 {
  display: none;
}
#s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1, #wrap-s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1, #wrap-content-s-599376b6-bcc7-4d7d-aa7d-e6692ebf8af1 { display: none !important; }}
#s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668 {
  display: none;
}
#s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668, #wrap-s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668, #wrap-content-s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668 { display: none !important; }}@media (max-width: 767px){#s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668 {
  display: none;
}
#s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668, #wrap-s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668, #wrap-content-s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcc45cd1-cdc2-442d-b3fb-08d4c6a9d668"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e70a560a-0334-4836-8a00-914a9c1466cb {
  background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-e70a560a-0334-4836-8a00-914a9c1466cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e70a560a-0334-4836-8a00-914a9c1466cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e70a560a-0334-4836-8a00-914a9c1466cb {
  display: none;
}
#s-e70a560a-0334-4836-8a00-914a9c1466cb, #wrap-s-e70a560a-0334-4836-8a00-914a9c1466cb, #wrap-content-s-e70a560a-0334-4836-8a00-914a9c1466cb { display: none !important; }}@media (max-width: 767px){#s-e70a560a-0334-4836-8a00-914a9c1466cb {
  display: none;
}
#s-e70a560a-0334-4836-8a00-914a9c1466cb, #wrap-s-e70a560a-0334-4836-8a00-914a9c1466cb, #wrap-content-s-e70a560a-0334-4836-8a00-914a9c1466cb { display: none !important; }}

  #s-e70a560a-0334-4836-8a00-914a9c1466cb-root {
    text-align: center;
  }


#s-e70a560a-0334-4836-8a00-914a9c1466cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e70a560a-0334-4836-8a00-914a9c1466cb-root {
    text-align: center;
  }


#s-e70a560a-0334-4836-8a00-914a9c1466cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e70a560a-0334-4836-8a00-914a9c1466cb-root {
    text-align: center;
  }


#s-e70a560a-0334-4836-8a00-914a9c1466cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e70a560a-0334-4836-8a00-914a9c1466cb-root {
    text-align: center;
  }


#s-e70a560a-0334-4836-8a00-914a9c1466cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e70a560a-0334-4836-8a00-914a9c1466cb-root {
    text-align: center;
  }


#s-e70a560a-0334-4836-8a00-914a9c1466cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d43324aa-eb06-45b5-bb07-4460177b5827 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-d43324aa-eb06-45b5-bb07-4460177b5827 {
  display: none;
}
#s-d43324aa-eb06-45b5-bb07-4460177b5827, #wrap-s-d43324aa-eb06-45b5-bb07-4460177b5827, #wrap-content-s-d43324aa-eb06-45b5-bb07-4460177b5827 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d43324aa-eb06-45b5-bb07-4460177b5827 {
  display: none;
}
#s-d43324aa-eb06-45b5-bb07-4460177b5827, #wrap-s-d43324aa-eb06-45b5-bb07-4460177b5827, #wrap-content-s-d43324aa-eb06-45b5-bb07-4460177b5827 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d43324aa-eb06-45b5-bb07-4460177b5827 {
  
}
}@media (max-width: 767px){#s-d43324aa-eb06-45b5-bb07-4460177b5827 {
  
}
}
#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 {
  display: none;
}
#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41, #wrap-s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41, #wrap-content-s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 {
  display: none;
}
#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41, #wrap-s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41, #wrap-content-s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 {
  
}
}@media (max-width: 767px){#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41 {
  
}
}

  #s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41-root {
    text-align: center;
  }


#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41-root {
    text-align: center;
  }


#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41-root {
    text-align: center;
  }


#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41-root {
    text-align: center;
  }


#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41-root {
    text-align: center;
  }


#s-9888e7ba-8e9e-47d5-8d0a-42386c2f4e41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1fb14680-fd9a-41c4-a517-0915dafa08b7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-1fb14680-fd9a-41c4-a517-0915dafa08b7 {
  display: none;
}
#s-1fb14680-fd9a-41c4-a517-0915dafa08b7, #wrap-s-1fb14680-fd9a-41c4-a517-0915dafa08b7, #wrap-content-s-1fb14680-fd9a-41c4-a517-0915dafa08b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fb14680-fd9a-41c4-a517-0915dafa08b7 {
  display: none;
}
#s-1fb14680-fd9a-41c4-a517-0915dafa08b7, #wrap-s-1fb14680-fd9a-41c4-a517-0915dafa08b7, #wrap-content-s-1fb14680-fd9a-41c4-a517-0915dafa08b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1fb14680-fd9a-41c4-a517-0915dafa08b7 {
  display: none;
}
#s-1fb14680-fd9a-41c4-a517-0915dafa08b7, #wrap-s-1fb14680-fd9a-41c4-a517-0915dafa08b7, #wrap-content-s-1fb14680-fd9a-41c4-a517-0915dafa08b7 { display: none !important; }}
#s-1fb14680-fd9a-41c4-a517-0915dafa08b7 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1fb14680-fd9a-41c4-a517-0915dafa08b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fb14680-fd9a-41c4-a517-0915dafa08b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55ffe757-e7bb-4cbf-b502-1ed75c46a018 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-55ffe757-e7bb-4cbf-b502-1ed75c46a018 {
  display: none;
}
#s-55ffe757-e7bb-4cbf-b502-1ed75c46a018, #wrap-s-55ffe757-e7bb-4cbf-b502-1ed75c46a018, #wrap-content-s-55ffe757-e7bb-4cbf-b502-1ed75c46a018 { display: none !important; }}
@media (min-width: 0px) {
[id="s-55ffe757-e7bb-4cbf-b502-1ed75c46a018"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ffe757-e7bb-4cbf-b502-1ed75c46a018"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55ffe757-e7bb-4cbf-b502-1ed75c46a018"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ffe757-e7bb-4cbf-b502-1ed75c46a018"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0dad045-773e-42ef-8c6e-621db9151abb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-8105666e-c7e1-4a8c-8fc9-d89546b5a112 {
  display: none;
}
#s-8105666e-c7e1-4a8c-8fc9-d89546b5a112, #wrap-s-8105666e-c7e1-4a8c-8fc9-d89546b5a112, #wrap-content-s-8105666e-c7e1-4a8c-8fc9-d89546b5a112 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8105666e-c7e1-4a8c-8fc9-d89546b5a112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8105666e-c7e1-4a8c-8fc9-d89546b5a112"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8105666e-c7e1-4a8c-8fc9-d89546b5a112"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8105666e-c7e1-4a8c-8fc9-d89546b5a112"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-594faf76-3d3a-439a-81dd-9dd3000a6a1f-root {
    text-align: center;
  }


#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-594faf76-3d3a-439a-81dd-9dd3000a6a1f-root {
    text-align: center;
  }


#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-594faf76-3d3a-439a-81dd-9dd3000a6a1f-root {
    text-align: center;
  }


#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-594faf76-3d3a-439a-81dd-9dd3000a6a1f-root {
    text-align: center;
  }


#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-594faf76-3d3a-439a-81dd-9dd3000a6a1f-root {
    text-align: center;
  }


#s-594faf76-3d3a-439a-81dd-9dd3000a6a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-11fa3c37-5ef7-475c-900b-0f95e8649da4 {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 {
  border-style: solid;
margin-top: 230px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2JkZTRhOGYtZjNkNC00OWZkLTg3MzEtOGJlMjE4Y2RkNGU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYmRlNGE4Zi1mM2Q0LTQ5ZmQtODczMS04YmUyMThjZGQ0ZTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1f1ea"}, {"id"=>2, "pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 {
  display: none;
}
#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45, #wrap-s-b8f0f3de-e39d-466d-be9d-4b37ad22df45, #wrap-content-s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 {
  display: none;
}
#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45, #wrap-s-b8f0f3de-e39d-466d-be9d-4b37ad22df45, #wrap-content-s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 {
  display: none;
}
#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45, #wrap-s-b8f0f3de-e39d-466d-be9d-4b37ad22df45, #wrap-content-s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 { display: none !important; }}@media (max-width: 767px){#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45 {
  
}
#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTMxNzkzMDAtNTQ0OS00MWVmLWJlYTctOTM2ZjhkMWZkNTY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMzE3OTMwMC01NDQ5LTQxZWYtYmVhNy05MzZmOGQxZmQ1NjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1f1ea"}, {"id"=>2, "pos"=>"1.00", "color"=>"#7e20cf"}] !important;}}

  #s-b8f0f3de-e39d-466d-be9d-4b37ad22df45-root {
    text-align: center;
  }


#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8f0f3de-e39d-466d-be9d-4b37ad22df45-root {
    text-align: center;
  }


#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8f0f3de-e39d-466d-be9d-4b37ad22df45-root {
    text-align: center;
  }


#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8f0f3de-e39d-466d-be9d-4b37ad22df45-root {
    text-align: center;
  }


#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8f0f3de-e39d-466d-be9d-4b37ad22df45-root {
    text-align: center;
  }


#s-b8f0f3de-e39d-466d-be9d-4b37ad22df45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  display: none;
}
#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05, #wrap-s-5c37c88f-b4fe-4d41-b613-e18ee2592e05, #wrap-content-s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  display: none;
}
#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05, #wrap-s-5c37c88f-b4fe-4d41-b613-e18ee2592e05, #wrap-content-s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  
}
}@media (max-width: 767px){#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  
}
}
#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05 {
  cursor: pointer;
}#s-5c37c88f-b4fe-4d41-b613-e18ee2592e05.shg-box.shg-c {
  justify-content: center;
}

#s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2 {
  display: none;
}
#s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2, #wrap-s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2, #wrap-content-s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2 { display: none !important; }}@media (max-width: 767px){#s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2 {
  display: none;
}
#s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2, #wrap-s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2, #wrap-content-s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c7036c2-d0fa-4e10-9b8a-424638ed8fc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d335158-63c7-4b61-8ceb-1f4aaead846e {
  margin-top: 20px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d335158-63c7-4b61-8ceb-1f4aaead846e {
  display: none;
}
#s-5d335158-63c7-4b61-8ceb-1f4aaead846e, #wrap-s-5d335158-63c7-4b61-8ceb-1f4aaead846e, #wrap-content-s-5d335158-63c7-4b61-8ceb-1f4aaead846e { display: none !important; }}@media (max-width: 767px){#s-5d335158-63c7-4b61-8ceb-1f4aaead846e {
  display: none;
}
#s-5d335158-63c7-4b61-8ceb-1f4aaead846e, #wrap-s-5d335158-63c7-4b61-8ceb-1f4aaead846e, #wrap-content-s-5d335158-63c7-4b61-8ceb-1f4aaead846e { display: none !important; }}
#s-38a21b0e-0a18-46a5-928f-c51156c46039 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38a21b0e-0a18-46a5-928f-c51156c46039 {
  display: none;
}
#s-38a21b0e-0a18-46a5-928f-c51156c46039, #wrap-s-38a21b0e-0a18-46a5-928f-c51156c46039, #wrap-content-s-38a21b0e-0a18-46a5-928f-c51156c46039 { display: none !important; }}@media (max-width: 767px){#s-38a21b0e-0a18-46a5-928f-c51156c46039 {
  display: none;
}
#s-38a21b0e-0a18-46a5-928f-c51156c46039, #wrap-s-38a21b0e-0a18-46a5-928f-c51156c46039, #wrap-content-s-38a21b0e-0a18-46a5-928f-c51156c46039 { display: none !important; }}
@media (min-width: 0px) {
[id="s-38a21b0e-0a18-46a5-928f-c51156c46039"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-38a21b0e-0a18-46a5-928f-c51156c46039"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38a21b0e-0a18-46a5-928f-c51156c46039"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a21b0e-0a18-46a5-928f-c51156c46039"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8 {
  margin-top: 10px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8 {
  display: none;
}
#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8, #wrap-s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8, #wrap-content-s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8 { display: none !important; }}@media (max-width: 767px){#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8 {
  display: none;
}
#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8, #wrap-s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8, #wrap-content-s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8 { display: none !important; }}

  #s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8-root {
    text-align: center;
  }


#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8-root {
    text-align: center;
  }


#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8-root {
    text-align: center;
  }


#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8-root {
    text-align: center;
  }


#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8-root {
    text-align: center;
  }


#s-68a4a933-eba0-4ec5-b995-d6537e6f1ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 {
  display: none;
}
#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2, #wrap-s-6e4c6678-0d7f-4866-8490-66adb3ea79c2, #wrap-content-s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 {
  display: none;
}
#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2, #wrap-s-6e4c6678-0d7f-4866-8490-66adb3ea79c2, #wrap-content-s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 {
  
}
}@media (max-width: 767px){#s-6e4c6678-0d7f-4866-8490-66adb3ea79c2 {
  
}
}
@media (min-width: 0px) {
[id="s-6e4c6678-0d7f-4866-8490-66adb3ea79c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e4c6678-0d7f-4866-8490-66adb3ea79c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e4c6678-0d7f-4866-8490-66adb3ea79c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e4c6678-0d7f-4866-8490-66adb3ea79c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6cc160fa-35f3-47d8-80d8-80268112a104 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-6cc160fa-35f3-47d8-80d8-80268112a104 {
  
}
}@media (max-width: 767px){#s-6cc160fa-35f3-47d8-80d8-80268112a104 {
  
}
}
#s-cd7a5f1e-9685-4423-b239-78d37866e05b {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-cd7a5f1e-9685-4423-b239-78d37866e05b {
  display: none;
}
#s-cd7a5f1e-9685-4423-b239-78d37866e05b, #wrap-s-cd7a5f1e-9685-4423-b239-78d37866e05b, #wrap-content-s-cd7a5f1e-9685-4423-b239-78d37866e05b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd7a5f1e-9685-4423-b239-78d37866e05b {
  display: none;
}
#s-cd7a5f1e-9685-4423-b239-78d37866e05b, #wrap-s-cd7a5f1e-9685-4423-b239-78d37866e05b, #wrap-content-s-cd7a5f1e-9685-4423-b239-78d37866e05b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd7a5f1e-9685-4423-b239-78d37866e05b {
  
}
}@media (max-width: 767px){#s-cd7a5f1e-9685-4423-b239-78d37866e05b {
  
}
}
@media (min-width: 0px) {
[id="s-cd7a5f1e-9685-4423-b239-78d37866e05b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cd7a5f1e-9685-4423-b239-78d37866e05b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd7a5f1e-9685-4423-b239-78d37866e05b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd7a5f1e-9685-4423-b239-78d37866e05b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c9b8b063-839c-4785-89de-1452e43a2ab5 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-c9b8b063-839c-4785-89de-1452e43a2ab5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9b8b063-839c-4785-89de-1452e43a2ab5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c9b8b063-839c-4785-89de-1452e43a2ab5 {
  
}
}@media (max-width: 767px){#s-c9b8b063-839c-4785-89de-1452e43a2ab5 {
  
}
}

  #s-c9b8b063-839c-4785-89de-1452e43a2ab5-root {
    text-align: center;
  }


#s-c9b8b063-839c-4785-89de-1452e43a2ab5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9b8b063-839c-4785-89de-1452e43a2ab5-root {
    text-align: center;
  }


#s-c9b8b063-839c-4785-89de-1452e43a2ab5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9b8b063-839c-4785-89de-1452e43a2ab5-root {
    text-align: center;
  }


#s-c9b8b063-839c-4785-89de-1452e43a2ab5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9b8b063-839c-4785-89de-1452e43a2ab5-root {
    text-align: center;
  }


#s-c9b8b063-839c-4785-89de-1452e43a2ab5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9b8b063-839c-4785-89de-1452e43a2ab5-root {
    text-align: center;
  }


#s-c9b8b063-839c-4785-89de-1452e43a2ab5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 {
  display: none;
}
#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37, #wrap-s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37, #wrap-content-s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 { display: none !important; }}@media (max-width: 767px){#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 {
  display: none;
}
#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37, #wrap-s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37, #wrap-content-s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 { display: none !important; }}
#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37 {
  cursor: pointer;
}#s-2b28eaa9-7285-4e4a-9e9d-e02d6c71fb37.shg-box.shg-c {
  justify-content: center;
}

#s-2d365ff1-4d8a-471f-94c8-522b30e8038e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d365ff1-4d8a-471f-94c8-522b30e8038e {
  display: none;
}
#s-2d365ff1-4d8a-471f-94c8-522b30e8038e, #wrap-s-2d365ff1-4d8a-471f-94c8-522b30e8038e, #wrap-content-s-2d365ff1-4d8a-471f-94c8-522b30e8038e { display: none !important; }}@media (max-width: 767px){#s-2d365ff1-4d8a-471f-94c8-522b30e8038e {
  display: none;
}
#s-2d365ff1-4d8a-471f-94c8-522b30e8038e, #wrap-s-2d365ff1-4d8a-471f-94c8-522b30e8038e, #wrap-content-s-2d365ff1-4d8a-471f-94c8-522b30e8038e { display: none !important; }}
@media (min-width: 0px) {
[id="s-2d365ff1-4d8a-471f-94c8-522b30e8038e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2d365ff1-4d8a-471f-94c8-522b30e8038e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d365ff1-4d8a-471f-94c8-522b30e8038e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d365ff1-4d8a-471f-94c8-522b30e8038e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db99c779-5b8c-4603-a755-504163d01857 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-db99c779-5b8c-4603-a755-504163d01857 {
  display: none;
}
#s-db99c779-5b8c-4603-a755-504163d01857, #wrap-s-db99c779-5b8c-4603-a755-504163d01857, #wrap-content-s-db99c779-5b8c-4603-a755-504163d01857 { display: none !important; }}@media (max-width: 767px){#s-db99c779-5b8c-4603-a755-504163d01857 {
  display: none;
}
#s-db99c779-5b8c-4603-a755-504163d01857, #wrap-s-db99c779-5b8c-4603-a755-504163d01857, #wrap-content-s-db99c779-5b8c-4603-a755-504163d01857 { display: none !important; }}
#s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd {
  display: none;
}
#s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd, #wrap-s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd, #wrap-content-s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd { display: none !important; }}@media (max-width: 767px){#s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd {
  display: none;
}
#s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd, #wrap-s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd, #wrap-content-s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd { display: none !important; }}
@media (min-width: 0px) {
[id="s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2f50dfa-8698-41a2-beda-a61f1f1bacdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5 {
  display: none;
}
#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5, #wrap-s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5, #wrap-content-s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5 { display: none !important; }}@media (max-width: 767px){#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5 {
  display: none;
}
#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5, #wrap-s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5, #wrap-content-s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5 { display: none !important; }}

  #s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5-root {
    text-align: center;
  }


#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5-root {
    text-align: center;
  }


#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5-root {
    text-align: center;
  }


#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5-root {
    text-align: center;
  }


#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5-root {
    text-align: center;
  }


#s-02210ffd-d2e8-43c5-a1de-1b80f1a904a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-21cd2a26-950a-4cb8-9651-17302ad3ac4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21cd2a26-950a-4cb8-9651-17302ad3ac4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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