.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-ea1d580e-d9c1-41a4-a43e-25e7ed003abc {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc {
  display: none;
}
#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc, #wrap-s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc, #wrap-content-s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc { display: none !important; }}@media (max-width: 767px){#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc {
  display: none;
}
#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc, #wrap-s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc, #wrap-content-s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc { display: none !important; }}
#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc .shg-sld-nav-button.shg-sld-left,
#s-ea1d580e-d9c1-41a4-a43e-25e7ed003abc .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-46d6da90-2f08-4fbc-a884-70317c5e58e7 {
  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-46d6da90-2f08-4fbc-a884-70317c5e58e7 {
  
}
}@media (max-width: 767px){#s-46d6da90-2f08-4fbc-a884-70317c5e58e7 {
  
}
}







#s-46d6da90-2f08-4fbc-a884-70317c5e58e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46d6da90-2f08-4fbc-a884-70317c5e58e7.shg-box.shg-c {
  justify-content: flex-start;
}

.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-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef {
  display: none;
}
#s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef, #wrap-s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef, #wrap-content-s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef { display: none !important; }}@media (max-width: 767px){#s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef {
  display: none;
}
#s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef, #wrap-s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef, #wrap-content-s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef { display: none !important; }}
@media (min-width: 0px) {
[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-016b8be0-38ff-4d7a-85e8-b8fe367ef0ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.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-fb0961ed-576a-4f36-b1a1-6ad8d0999d30 {
  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-fb0961ed-576a-4f36-b1a1-6ad8d0999d30 {
  display: none;
}
#s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30, #wrap-s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30, #wrap-content-s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30 { display: none !important; }}@media (max-width: 767px){#s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30 {
  display: none;
}
#s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30, #wrap-s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30, #wrap-content-s-fb0961ed-576a-4f36-b1a1-6ad8d0999d30 { display: none !important; }}
#s-afb79f91-e0f1-42ca-b71a-57f339664740 {
  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-afb79f91-e0f1-42ca-b71a-57f339664740 {
  display: none;
}
#s-afb79f91-e0f1-42ca-b71a-57f339664740, #wrap-s-afb79f91-e0f1-42ca-b71a-57f339664740, #wrap-content-s-afb79f91-e0f1-42ca-b71a-57f339664740 { display: none !important; }}@media (max-width: 767px){#s-afb79f91-e0f1-42ca-b71a-57f339664740 {
  display: none;
}
#s-afb79f91-e0f1-42ca-b71a-57f339664740, #wrap-s-afb79f91-e0f1-42ca-b71a-57f339664740, #wrap-content-s-afb79f91-e0f1-42ca-b71a-57f339664740 { display: none !important; }}
.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-537c7c3d-d650-4325-b528-9f63add80638 {
  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-537c7c3d-d650-4325-b528-9f63add80638:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-537c7c3d-d650-4325-b528-9f63add80638:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-537c7c3d-d650-4325-b528-9f63add80638 {
  display: none;
}
#s-537c7c3d-d650-4325-b528-9f63add80638, #wrap-s-537c7c3d-d650-4325-b528-9f63add80638, #wrap-content-s-537c7c3d-d650-4325-b528-9f63add80638 { display: none !important; }}@media (max-width: 767px){#s-537c7c3d-d650-4325-b528-9f63add80638 {
  display: none;
}
#s-537c7c3d-d650-4325-b528-9f63add80638, #wrap-s-537c7c3d-d650-4325-b528-9f63add80638, #wrap-content-s-537c7c3d-d650-4325-b528-9f63add80638 { display: none !important; }}

  #s-537c7c3d-d650-4325-b528-9f63add80638-root {
    text-align: center;
  }


#s-537c7c3d-d650-4325-b528-9f63add80638.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-537c7c3d-d650-4325-b528-9f63add80638-root {
    text-align: center;
  }


#s-537c7c3d-d650-4325-b528-9f63add80638.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-537c7c3d-d650-4325-b528-9f63add80638-root {
    text-align: center;
  }


#s-537c7c3d-d650-4325-b528-9f63add80638.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-537c7c3d-d650-4325-b528-9f63add80638-root {
    text-align: center;
  }


#s-537c7c3d-d650-4325-b528-9f63add80638.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-537c7c3d-d650-4325-b528-9f63add80638-root {
    text-align: center;
  }


#s-537c7c3d-d650-4325-b528-9f63add80638.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 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(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 {
  display: none;
}
#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561, #wrap-s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561, #wrap-content-s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 {
  display: none;
}
#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561, #wrap-s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561, #wrap-content-s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 {
  
}
}@media (max-width: 767px){#s-5c4eecdb-8353-4b28-8f7a-0fa03cbc1561 {
  
}
}
#s-a856428c-1478-4b1b-86d5-0ce2528f23b1 {
  margin-top: 250px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 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-a856428c-1478-4b1b-86d5-0ce2528f23b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a856428c-1478-4b1b-86d5-0ce2528f23b1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a856428c-1478-4b1b-86d5-0ce2528f23b1 {
  display: none;
}
#s-a856428c-1478-4b1b-86d5-0ce2528f23b1, #wrap-s-a856428c-1478-4b1b-86d5-0ce2528f23b1, #wrap-content-s-a856428c-1478-4b1b-86d5-0ce2528f23b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a856428c-1478-4b1b-86d5-0ce2528f23b1 {
  display: none;
}
#s-a856428c-1478-4b1b-86d5-0ce2528f23b1, #wrap-s-a856428c-1478-4b1b-86d5-0ce2528f23b1, #wrap-content-s-a856428c-1478-4b1b-86d5-0ce2528f23b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a856428c-1478-4b1b-86d5-0ce2528f23b1 {
  
}
}@media (max-width: 767px){#s-a856428c-1478-4b1b-86d5-0ce2528f23b1 {
  
}
}

  #s-a856428c-1478-4b1b-86d5-0ce2528f23b1-root {
    text-align: center;
  }


#s-a856428c-1478-4b1b-86d5-0ce2528f23b1.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-a856428c-1478-4b1b-86d5-0ce2528f23b1-root {
    text-align: center;
  }


#s-a856428c-1478-4b1b-86d5-0ce2528f23b1.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-a856428c-1478-4b1b-86d5-0ce2528f23b1-root {
    text-align: center;
  }


#s-a856428c-1478-4b1b-86d5-0ce2528f23b1.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-a856428c-1478-4b1b-86d5-0ce2528f23b1-root {
    text-align: center;
  }


#s-a856428c-1478-4b1b-86d5-0ce2528f23b1.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-a856428c-1478-4b1b-86d5-0ce2528f23b1-root {
    text-align: center;
  }


#s-a856428c-1478-4b1b-86d5-0ce2528f23b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c03f7be0-9c35-4e81-8008-4237a72ca8da {
  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-c03f7be0-9c35-4e81-8008-4237a72ca8da {
  
}
}@media (max-width: 767px){#s-c03f7be0-9c35-4e81-8008-4237a72ca8da {
  
}
}







#s-c03f7be0-9c35-4e81-8008-4237a72ca8da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c03f7be0-9c35-4e81-8008-4237a72ca8da.shg-box.shg-c {
  justify-content: flex-start;
}

#s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043 {
  display: none;
}
#s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043, #wrap-s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043, #wrap-content-s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043 { display: none !important; }}@media (max-width: 767px){#s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043 {
  display: none;
}
#s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043, #wrap-s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043, #wrap-content-s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043 { display: none !important; }}
@media (min-width: 0px) {
[id="s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66ed90f5-3d4d-4f08-b768-f9cd1e3ad043"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cd547c88-b759-47f5-a0c4-d15b8c8b1259 {
  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-cd547c88-b759-47f5-a0c4-d15b8c8b1259 {
  display: none;
}
#s-cd547c88-b759-47f5-a0c4-d15b8c8b1259, #wrap-s-cd547c88-b759-47f5-a0c4-d15b8c8b1259, #wrap-content-s-cd547c88-b759-47f5-a0c4-d15b8c8b1259 { display: none !important; }}@media (max-width: 767px){#s-cd547c88-b759-47f5-a0c4-d15b8c8b1259 {
  display: none;
}
#s-cd547c88-b759-47f5-a0c4-d15b8c8b1259, #wrap-s-cd547c88-b759-47f5-a0c4-d15b8c8b1259, #wrap-content-s-cd547c88-b759-47f5-a0c4-d15b8c8b1259 { display: none !important; }}
#s-88076c5a-0103-4b66-8f30-d9ea5317cf00 {
  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-88076c5a-0103-4b66-8f30-d9ea5317cf00 {
  display: none;
}
#s-88076c5a-0103-4b66-8f30-d9ea5317cf00, #wrap-s-88076c5a-0103-4b66-8f30-d9ea5317cf00, #wrap-content-s-88076c5a-0103-4b66-8f30-d9ea5317cf00 { display: none !important; }}@media (max-width: 767px){#s-88076c5a-0103-4b66-8f30-d9ea5317cf00 {
  display: none;
}
#s-88076c5a-0103-4b66-8f30-d9ea5317cf00, #wrap-s-88076c5a-0103-4b66-8f30-d9ea5317cf00, #wrap-content-s-88076c5a-0103-4b66-8f30-d9ea5317cf00 { display: none !important; }}
#s-1a4a1fa9-def2-499f-bf84-fa35f4744942 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a4a1fa9-def2-499f-bf84-fa35f4744942 {
  display: none;
}
#s-1a4a1fa9-def2-499f-bf84-fa35f4744942, #wrap-s-1a4a1fa9-def2-499f-bf84-fa35f4744942, #wrap-content-s-1a4a1fa9-def2-499f-bf84-fa35f4744942 { display: none !important; }}@media (max-width: 767px){#s-1a4a1fa9-def2-499f-bf84-fa35f4744942 {
  display: none;
}
#s-1a4a1fa9-def2-499f-bf84-fa35f4744942, #wrap-s-1a4a1fa9-def2-499f-bf84-fa35f4744942, #wrap-content-s-1a4a1fa9-def2-499f-bf84-fa35f4744942 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1a4a1fa9-def2-499f-bf84-fa35f4744942"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1a4a1fa9-def2-499f-bf84-fa35f4744942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a4a1fa9-def2-499f-bf84-fa35f4744942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a4a1fa9-def2-499f-bf84-fa35f4744942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-50e71282-649b-4d0c-83bb-96b2e3c1499e {
  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-50e71282-649b-4d0c-83bb-96b2e3c1499e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50e71282-649b-4d0c-83bb-96b2e3c1499e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-50e71282-649b-4d0c-83bb-96b2e3c1499e {
  display: none;
}
#s-50e71282-649b-4d0c-83bb-96b2e3c1499e, #wrap-s-50e71282-649b-4d0c-83bb-96b2e3c1499e, #wrap-content-s-50e71282-649b-4d0c-83bb-96b2e3c1499e { display: none !important; }}@media (max-width: 767px){#s-50e71282-649b-4d0c-83bb-96b2e3c1499e {
  display: none;
}
#s-50e71282-649b-4d0c-83bb-96b2e3c1499e, #wrap-s-50e71282-649b-4d0c-83bb-96b2e3c1499e, #wrap-content-s-50e71282-649b-4d0c-83bb-96b2e3c1499e { display: none !important; }}

  #s-50e71282-649b-4d0c-83bb-96b2e3c1499e-root {
    text-align: center;
  }


#s-50e71282-649b-4d0c-83bb-96b2e3c1499e.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-50e71282-649b-4d0c-83bb-96b2e3c1499e-root {
    text-align: center;
  }


#s-50e71282-649b-4d0c-83bb-96b2e3c1499e.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-50e71282-649b-4d0c-83bb-96b2e3c1499e-root {
    text-align: center;
  }


#s-50e71282-649b-4d0c-83bb-96b2e3c1499e.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-50e71282-649b-4d0c-83bb-96b2e3c1499e-root {
    text-align: center;
  }


#s-50e71282-649b-4d0c-83bb-96b2e3c1499e.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-50e71282-649b-4d0c-83bb-96b2e3c1499e-root {
    text-align: center;
  }


#s-50e71282-649b-4d0c-83bb-96b2e3c1499e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8e6b23d2-0393-4462-a544-6de06900fe06 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 10px;
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(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8e6b23d2-0393-4462-a544-6de06900fe06 {
  display: none;
}
#s-8e6b23d2-0393-4462-a544-6de06900fe06, #wrap-s-8e6b23d2-0393-4462-a544-6de06900fe06, #wrap-content-s-8e6b23d2-0393-4462-a544-6de06900fe06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e6b23d2-0393-4462-a544-6de06900fe06 {
  display: none;
}
#s-8e6b23d2-0393-4462-a544-6de06900fe06, #wrap-s-8e6b23d2-0393-4462-a544-6de06900fe06, #wrap-content-s-8e6b23d2-0393-4462-a544-6de06900fe06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e6b23d2-0393-4462-a544-6de06900fe06 {
  
}
}@media (max-width: 767px){#s-8e6b23d2-0393-4462-a544-6de06900fe06 {
  
}
}
#s-29b739c2-99cf-4ec9-8604-9de1597b62d1 {
  margin-top: 320px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 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-29b739c2-99cf-4ec9-8604-9de1597b62d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29b739c2-99cf-4ec9-8604-9de1597b62d1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-29b739c2-99cf-4ec9-8604-9de1597b62d1 {
  display: none;
}
#s-29b739c2-99cf-4ec9-8604-9de1597b62d1, #wrap-s-29b739c2-99cf-4ec9-8604-9de1597b62d1, #wrap-content-s-29b739c2-99cf-4ec9-8604-9de1597b62d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29b739c2-99cf-4ec9-8604-9de1597b62d1 {
  display: none;
}
#s-29b739c2-99cf-4ec9-8604-9de1597b62d1, #wrap-s-29b739c2-99cf-4ec9-8604-9de1597b62d1, #wrap-content-s-29b739c2-99cf-4ec9-8604-9de1597b62d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29b739c2-99cf-4ec9-8604-9de1597b62d1 {
  
}
}@media (max-width: 767px){#s-29b739c2-99cf-4ec9-8604-9de1597b62d1 {
  
}
}

  #s-29b739c2-99cf-4ec9-8604-9de1597b62d1-root {
    text-align: center;
  }


#s-29b739c2-99cf-4ec9-8604-9de1597b62d1.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-29b739c2-99cf-4ec9-8604-9de1597b62d1-root {
    text-align: center;
  }


#s-29b739c2-99cf-4ec9-8604-9de1597b62d1.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-29b739c2-99cf-4ec9-8604-9de1597b62d1-root {
    text-align: center;
  }


#s-29b739c2-99cf-4ec9-8604-9de1597b62d1.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-29b739c2-99cf-4ec9-8604-9de1597b62d1-root {
    text-align: center;
  }


#s-29b739c2-99cf-4ec9-8604-9de1597b62d1.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-29b739c2-99cf-4ec9-8604-9de1597b62d1-root {
    text-align: center;
  }


#s-29b739c2-99cf-4ec9-8604-9de1597b62d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dabf817b-2e38-4598-8fe3-bc894aec36f4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-dabf817b-2e38-4598-8fe3-bc894aec36f4 {
  
}
}







#s-dabf817b-2e38-4598-8fe3-bc894aec36f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dabf817b-2e38-4598-8fe3-bc894aec36f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 {
  margin-top: 10px;
margin-bottom: 220px;
}
@media (min-width: 1200px){#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 {
  display: none;
}
#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9, #wrap-s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9, #wrap-content-s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 {
  display: none;
}
#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9, #wrap-s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9, #wrap-content-s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 {
  display: none;
}
#s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9, #wrap-s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9, #wrap-content-s-7dc01f73-dc5d-4c0c-a5d7-97897cbaa3b9 { display: none !important; }}
#s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe {
  margin-top: 120px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe {
  display: none;
}
#s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe, #wrap-s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe, #wrap-content-s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe { display: none !important; }}
@media (min-width: 0px) {
[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e42fc41a-6efb-470f-b46a-07b1c1aee0fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-137e9301-b6c6-4089-9987-86303da79cf7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 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-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzdhMzJlNjMtNWFjZS00NjgyLWFlOGMtMWE0ODg4N2VkODJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3N2EzMmU2My01YWNlLTQ2ODItYWU4Yy0xYTQ4ODg3ZWQ4MmEpIi8+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-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4-root {
    text-align: center;
  }


#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4.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-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4-root {
    text-align: center;
  }


#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4.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-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4-root {
    text-align: center;
  }


#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4.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-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4-root {
    text-align: center;
  }


#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4.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-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4-root {
    text-align: center;
  }


#s-44edfa8b-43f4-4cf4-a40f-3bc8d6b8e3b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8174fe97-cf4b-45c5-8822-d6a598439dbe {
  border-style: solid;
margin-top: 30px;
margin-bottom: 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-8174fe97-cf4b-45c5-8822-d6a598439dbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8174fe97-cf4b-45c5-8822-d6a598439dbe:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmJmN2U3ZTItMDFhNi00M2E3LWJhNDItODNlZWZlNGUxN2MwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYmY3ZTdlMi0wMWE2LTQzYTctYmE0Mi04M2VlZmU0ZTE3YzApIi8+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-8174fe97-cf4b-45c5-8822-d6a598439dbe {
  display: none;
}
#s-8174fe97-cf4b-45c5-8822-d6a598439dbe, #wrap-s-8174fe97-cf4b-45c5-8822-d6a598439dbe, #wrap-content-s-8174fe97-cf4b-45c5-8822-d6a598439dbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8174fe97-cf4b-45c5-8822-d6a598439dbe {
  display: none;
}
#s-8174fe97-cf4b-45c5-8822-d6a598439dbe, #wrap-s-8174fe97-cf4b-45c5-8822-d6a598439dbe, #wrap-content-s-8174fe97-cf4b-45c5-8822-d6a598439dbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8174fe97-cf4b-45c5-8822-d6a598439dbe {
  display: none;
}
#s-8174fe97-cf4b-45c5-8822-d6a598439dbe, #wrap-s-8174fe97-cf4b-45c5-8822-d6a598439dbe, #wrap-content-s-8174fe97-cf4b-45c5-8822-d6a598439dbe { display: none !important; }}

  #s-8174fe97-cf4b-45c5-8822-d6a598439dbe-root {
    text-align: center;
  }


#s-8174fe97-cf4b-45c5-8822-d6a598439dbe.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-8174fe97-cf4b-45c5-8822-d6a598439dbe-root {
    text-align: center;
  }


#s-8174fe97-cf4b-45c5-8822-d6a598439dbe.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-8174fe97-cf4b-45c5-8822-d6a598439dbe-root {
    text-align: center;
  }


#s-8174fe97-cf4b-45c5-8822-d6a598439dbe.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-8174fe97-cf4b-45c5-8822-d6a598439dbe-root {
    text-align: center;
  }


#s-8174fe97-cf4b-45c5-8822-d6a598439dbe.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-8174fe97-cf4b-45c5-8822-d6a598439dbe-root {
    text-align: center;
  }


#s-8174fe97-cf4b-45c5-8822-d6a598439dbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c9451395-5109-42f1-86b0-d15d4e92b618 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-c9451395-5109-42f1-86b0-d15d4e92b618 {
  display: none;
}
#s-c9451395-5109-42f1-86b0-d15d4e92b618, #wrap-s-c9451395-5109-42f1-86b0-d15d4e92b618, #wrap-content-s-c9451395-5109-42f1-86b0-d15d4e92b618 { display: none !important; }}







#s-c9451395-5109-42f1-86b0-d15d4e92b618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9451395-5109-42f1-86b0-d15d4e92b618.shg-box.shg-c {
  justify-content: center;
}

#s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8 {
  display: none;
}
#s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8, #wrap-s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8, #wrap-content-s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cdebcb3-9dd9-4467-b9cf-a8388f945ea8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2c3e6e8-966a-4266-b506-606bd5861487 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20 {
  display: none;
}
#s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20, #wrap-s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20, #wrap-content-s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f1b66e7-cbef-4bd5-a01a-cd8b0ca91e20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e926ec76-f6ce-4ab0-a298-d8e1858be765 {
  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-e926ec76-f6ce-4ab0-a298-d8e1858be765:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e926ec76-f6ce-4ab0-a298-d8e1858be765:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODgyNzVhNDQtZTgxOC00ZGY3LWE3MTYtZTdhOWExYzY1OWQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ODI3NWE0NC1lODE4LTRkZjctYTcxNi1lN2E5YTFjNjU5ZDApIi8+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-e926ec76-f6ce-4ab0-a298-d8e1858be765-root {
    text-align: center;
  }


#s-e926ec76-f6ce-4ab0-a298-d8e1858be765.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-e926ec76-f6ce-4ab0-a298-d8e1858be765-root {
    text-align: center;
  }


#s-e926ec76-f6ce-4ab0-a298-d8e1858be765.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-e926ec76-f6ce-4ab0-a298-d8e1858be765-root {
    text-align: center;
  }


#s-e926ec76-f6ce-4ab0-a298-d8e1858be765.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-e926ec76-f6ce-4ab0-a298-d8e1858be765-root {
    text-align: center;
  }


#s-e926ec76-f6ce-4ab0-a298-d8e1858be765.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-e926ec76-f6ce-4ab0-a298-d8e1858be765-root {
    text-align: center;
  }


#s-e926ec76-f6ce-4ab0-a298-d8e1858be765.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c {
  display: none;
}
#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c, #wrap-s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c, #wrap-content-s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c { display: none !important; }}@media (max-width: 767px){#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c {
  display: none;
}
#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c, #wrap-s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c, #wrap-content-s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c { display: none !important; }}
#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c {
  cursor: pointer;
}#s-1ae738b3-9e13-4bff-b2d2-02defeb5cf6c.shg-box.shg-c {
  justify-content: center;
}

#s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba {
  
}
}@media (max-width: 767px){#s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba {
  
}
}
@media (min-width: 0px) {
[id="s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01098f75-c9d2-4bbc-a2ce-b5b41ad16eba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-354bc7d6-917c-4b79-9b32-e7e6d3de3bf6 {
  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-354bc7d6-917c-4b79-9b32-e7e6d3de3bf6 {
  
}
}@media (max-width: 767px){#s-354bc7d6-917c-4b79-9b32-e7e6d3de3bf6 {
  
}
}
#s-00b80cf2-ad62-4813-9718-ba8c9bacb70b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00b80cf2-ad62-4813-9718-ba8c9bacb70b {
  
}
}@media (max-width: 767px){#s-00b80cf2-ad62-4813-9718-ba8c9bacb70b {
  
}
}
@media (min-width: 0px) {
[id="s-00b80cf2-ad62-4813-9718-ba8c9bacb70b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-00b80cf2-ad62-4813-9718-ba8c9bacb70b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00b80cf2-ad62-4813-9718-ba8c9bacb70b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00b80cf2-ad62-4813-9718-ba8c9bacb70b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093 {
  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-050afa0d-8acb-40eb-998c-0b7e0c9ed093:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093 {
  
}
}@media (max-width: 767px){#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093 {
  
}
}

  #s-050afa0d-8acb-40eb-998c-0b7e0c9ed093-root {
    text-align: center;
  }


#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093.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-050afa0d-8acb-40eb-998c-0b7e0c9ed093-root {
    text-align: center;
  }


#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093.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-050afa0d-8acb-40eb-998c-0b7e0c9ed093-root {
    text-align: center;
  }


#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093.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-050afa0d-8acb-40eb-998c-0b7e0c9ed093-root {
    text-align: center;
  }


#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093.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-050afa0d-8acb-40eb-998c-0b7e0c9ed093-root {
    text-align: center;
  }


#s-050afa0d-8acb-40eb-998c-0b7e0c9ed093.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-41f6237d-3737-4a66-8189-351ede9a72b0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-41f6237d-3737-4a66-8189-351ede9a72b0 {
  display: none;
}
#s-41f6237d-3737-4a66-8189-351ede9a72b0, #wrap-s-41f6237d-3737-4a66-8189-351ede9a72b0, #wrap-content-s-41f6237d-3737-4a66-8189-351ede9a72b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41f6237d-3737-4a66-8189-351ede9a72b0 {
  display: none;
}
#s-41f6237d-3737-4a66-8189-351ede9a72b0, #wrap-s-41f6237d-3737-4a66-8189-351ede9a72b0, #wrap-content-s-41f6237d-3737-4a66-8189-351ede9a72b0 { display: none !important; }}
#s-41f6237d-3737-4a66-8189-351ede9a72b0 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-41f6237d-3737-4a66-8189-351ede9a72b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41f6237d-3737-4a66-8189-351ede9a72b0.shg-box.shg-c {
  justify-content: flex-start;
}

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

}

@media (min-width: 768px) {
[id="s-7cc97645-65ca-4560-a86c-a99a43b2e918"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cc97645-65ca-4560-a86c-a99a43b2e918"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cc97645-65ca-4560-a86c-a99a43b2e918"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d92711cf-854c-4a3e-a30b-58f67ac94c34 {
  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-d92711cf-854c-4a3e-a30b-58f67ac94c34 {
  display: none;
}
#s-d92711cf-854c-4a3e-a30b-58f67ac94c34, #wrap-s-d92711cf-854c-4a3e-a30b-58f67ac94c34, #wrap-content-s-d92711cf-854c-4a3e-a30b-58f67ac94c34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d92711cf-854c-4a3e-a30b-58f67ac94c34 {
  display: none;
}
#s-d92711cf-854c-4a3e-a30b-58f67ac94c34, #wrap-s-d92711cf-854c-4a3e-a30b-58f67ac94c34, #wrap-content-s-d92711cf-854c-4a3e-a30b-58f67ac94c34 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d92711cf-854c-4a3e-a30b-58f67ac94c34 {
  
}
}@media (max-width: 767px){#s-d92711cf-854c-4a3e-a30b-58f67ac94c34 {
  
}
}
#s-7ce78537-6624-4e4b-87ae-57b931a526b0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-7ce78537-6624-4e4b-87ae-57b931a526b0 {
  display: none;
}
#s-7ce78537-6624-4e4b-87ae-57b931a526b0, #wrap-s-7ce78537-6624-4e4b-87ae-57b931a526b0, #wrap-content-s-7ce78537-6624-4e4b-87ae-57b931a526b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ce78537-6624-4e4b-87ae-57b931a526b0 {
  display: none;
}
#s-7ce78537-6624-4e4b-87ae-57b931a526b0, #wrap-s-7ce78537-6624-4e4b-87ae-57b931a526b0, #wrap-content-s-7ce78537-6624-4e4b-87ae-57b931a526b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ce78537-6624-4e4b-87ae-57b931a526b0 {
  
}
}@media (max-width: 767px){#s-7ce78537-6624-4e4b-87ae-57b931a526b0 {
  display: none;
}
#s-7ce78537-6624-4e4b-87ae-57b931a526b0, #wrap-s-7ce78537-6624-4e4b-87ae-57b931a526b0, #wrap-content-s-7ce78537-6624-4e4b-87ae-57b931a526b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7ce78537-6624-4e4b-87ae-57b931a526b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ce78537-6624-4e4b-87ae-57b931a526b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ce78537-6624-4e4b-87ae-57b931a526b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ce78537-6624-4e4b-87ae-57b931a526b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f68af25-7160-42a8-9c95-a353d49d3f60 {
  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-0f68af25-7160-42a8-9c95-a353d49d3f60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f68af25-7160-42a8-9c95-a353d49d3f60:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0f68af25-7160-42a8-9c95-a353d49d3f60 {
  display: none;
}
#s-0f68af25-7160-42a8-9c95-a353d49d3f60, #wrap-s-0f68af25-7160-42a8-9c95-a353d49d3f60, #wrap-content-s-0f68af25-7160-42a8-9c95-a353d49d3f60 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f68af25-7160-42a8-9c95-a353d49d3f60 {
  display: none;
}
#s-0f68af25-7160-42a8-9c95-a353d49d3f60, #wrap-s-0f68af25-7160-42a8-9c95-a353d49d3f60, #wrap-content-s-0f68af25-7160-42a8-9c95-a353d49d3f60 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f68af25-7160-42a8-9c95-a353d49d3f60 {
  
}
}@media (max-width: 767px){#s-0f68af25-7160-42a8-9c95-a353d49d3f60 {
  display: none;
}
#s-0f68af25-7160-42a8-9c95-a353d49d3f60, #wrap-s-0f68af25-7160-42a8-9c95-a353d49d3f60, #wrap-content-s-0f68af25-7160-42a8-9c95-a353d49d3f60 { display: none !important; }}

  #s-0f68af25-7160-42a8-9c95-a353d49d3f60-root {
    text-align: center;
  }


#s-0f68af25-7160-42a8-9c95-a353d49d3f60.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-0f68af25-7160-42a8-9c95-a353d49d3f60-root {
    text-align: center;
  }


#s-0f68af25-7160-42a8-9c95-a353d49d3f60.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-0f68af25-7160-42a8-9c95-a353d49d3f60-root {
    text-align: center;
  }


#s-0f68af25-7160-42a8-9c95-a353d49d3f60.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-0f68af25-7160-42a8-9c95-a353d49d3f60-root {
    text-align: center;
  }


#s-0f68af25-7160-42a8-9c95-a353d49d3f60.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-0f68af25-7160-42a8-9c95-a353d49d3f60-root {
    text-align: center;
  }


#s-0f68af25-7160-42a8-9c95-a353d49d3f60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-45409ce3-af6d-4c71-b689-3979870f47a2 {
  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-45409ce3-af6d-4c71-b689-3979870f47a2: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-45409ce3-af6d-4c71-b689-3979870f47a2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-45409ce3-af6d-4c71-b689-3979870f47a2 {
  display: none;
}
#s-45409ce3-af6d-4c71-b689-3979870f47a2, #wrap-s-45409ce3-af6d-4c71-b689-3979870f47a2, #wrap-content-s-45409ce3-af6d-4c71-b689-3979870f47a2 { display: none !important; }}@media (max-width: 767px){#s-45409ce3-af6d-4c71-b689-3979870f47a2 {
  display: none;
}
#s-45409ce3-af6d-4c71-b689-3979870f47a2, #wrap-s-45409ce3-af6d-4c71-b689-3979870f47a2, #wrap-content-s-45409ce3-af6d-4c71-b689-3979870f47a2 { display: none !important; }}

  #s-45409ce3-af6d-4c71-b689-3979870f47a2-root {
    text-align: center;
  }


#s-45409ce3-af6d-4c71-b689-3979870f47a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45409ce3-af6d-4c71-b689-3979870f47a2-root {
    text-align: center;
  }


#s-45409ce3-af6d-4c71-b689-3979870f47a2.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-45409ce3-af6d-4c71-b689-3979870f47a2-root {
    text-align: center;
  }


#s-45409ce3-af6d-4c71-b689-3979870f47a2.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-45409ce3-af6d-4c71-b689-3979870f47a2-root {
    text-align: center;
  }


#s-45409ce3-af6d-4c71-b689-3979870f47a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45409ce3-af6d-4c71-b689-3979870f47a2-root {
    text-align: center;
  }


#s-45409ce3-af6d-4c71-b689-3979870f47a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 {
  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-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 {
  display: none;
}
#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0, #wrap-s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0, #wrap-content-s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 {
  display: none;
}
#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0, #wrap-s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0, #wrap-content-s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 {
  display: none;
}
#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0, #wrap-s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0, #wrap-content-s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 { display: none !important; }}@media (max-width: 767px){#s-d6773e8c-41e1-4980-8771-a2d9cbf2bbc0 {
  
}
}
#s-ea981029-255a-4880-aacf-c0f73d18aafe {
  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-ea981029-255a-4880-aacf-c0f73d18aafe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea981029-255a-4880-aacf-c0f73d18aafe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ea981029-255a-4880-aacf-c0f73d18aafe {
  display: none;
}
#s-ea981029-255a-4880-aacf-c0f73d18aafe, #wrap-s-ea981029-255a-4880-aacf-c0f73d18aafe, #wrap-content-s-ea981029-255a-4880-aacf-c0f73d18aafe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea981029-255a-4880-aacf-c0f73d18aafe {
  display: none;
}
#s-ea981029-255a-4880-aacf-c0f73d18aafe, #wrap-s-ea981029-255a-4880-aacf-c0f73d18aafe, #wrap-content-s-ea981029-255a-4880-aacf-c0f73d18aafe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea981029-255a-4880-aacf-c0f73d18aafe {
  display: none;
}
#s-ea981029-255a-4880-aacf-c0f73d18aafe, #wrap-s-ea981029-255a-4880-aacf-c0f73d18aafe, #wrap-content-s-ea981029-255a-4880-aacf-c0f73d18aafe { display: none !important; }}@media (max-width: 767px){#s-ea981029-255a-4880-aacf-c0f73d18aafe {
  
}
}

  #s-ea981029-255a-4880-aacf-c0f73d18aafe-root {
    text-align: center;
  }


#s-ea981029-255a-4880-aacf-c0f73d18aafe.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-ea981029-255a-4880-aacf-c0f73d18aafe-root {
    text-align: center;
  }


#s-ea981029-255a-4880-aacf-c0f73d18aafe.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-ea981029-255a-4880-aacf-c0f73d18aafe-root {
    text-align: center;
  }


#s-ea981029-255a-4880-aacf-c0f73d18aafe.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-ea981029-255a-4880-aacf-c0f73d18aafe-root {
    text-align: center;
  }


#s-ea981029-255a-4880-aacf-c0f73d18aafe.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-ea981029-255a-4880-aacf-c0f73d18aafe-root {
    text-align: center;
  }


#s-ea981029-255a-4880-aacf-c0f73d18aafe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-04c1166c-fe6a-4afb-b889-393ad0256877 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-04c1166c-fe6a-4afb-b889-393ad0256877 {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-04c1166c-fe6a-4afb-b889-393ad0256877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04c1166c-fe6a-4afb-b889-393ad0256877 {
  cursor: pointer;
}#s-04c1166c-fe6a-4afb-b889-393ad0256877.shg-box.shg-c {
  justify-content: flex-start;
}

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

}

@media (min-width: 768px) {
[id="s-d1b7b5a4-9297-4bd1-b13a-8919e4efccd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1b7b5a4-9297-4bd1-b13a-8919e4efccd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1b7b5a4-9297-4bd1-b13a-8919e4efccd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2ab350ff-48bd-4462-b8a8-6d516f54e797 {
  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-2ab350ff-48bd-4462-b8a8-6d516f54e797 {
  display: none;
}
#s-2ab350ff-48bd-4462-b8a8-6d516f54e797, #wrap-s-2ab350ff-48bd-4462-b8a8-6d516f54e797, #wrap-content-s-2ab350ff-48bd-4462-b8a8-6d516f54e797 { display: none !important; }}@media (max-width: 767px){#s-2ab350ff-48bd-4462-b8a8-6d516f54e797 {
  display: none;
}
#s-2ab350ff-48bd-4462-b8a8-6d516f54e797, #wrap-s-2ab350ff-48bd-4462-b8a8-6d516f54e797, #wrap-content-s-2ab350ff-48bd-4462-b8a8-6d516f54e797 { display: none !important; }}
#s-da920138-55e1-43df-a75f-a9af9366a202 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da920138-55e1-43df-a75f-a9af9366a202 {
  display: none;
}
#s-da920138-55e1-43df-a75f-a9af9366a202, #wrap-s-da920138-55e1-43df-a75f-a9af9366a202, #wrap-content-s-da920138-55e1-43df-a75f-a9af9366a202 { display: none !important; }}@media (max-width: 767px){#s-da920138-55e1-43df-a75f-a9af9366a202 {
  display: none;
}
#s-da920138-55e1-43df-a75f-a9af9366a202, #wrap-s-da920138-55e1-43df-a75f-a9af9366a202, #wrap-content-s-da920138-55e1-43df-a75f-a9af9366a202 { display: none !important; }}
@media (min-width: 0px) {
[id="s-da920138-55e1-43df-a75f-a9af9366a202"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-da920138-55e1-43df-a75f-a9af9366a202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da920138-55e1-43df-a75f-a9af9366a202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da920138-55e1-43df-a75f-a9af9366a202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-42cbdd50-614d-434a-a766-bccbdc9721b1 {
  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-42cbdd50-614d-434a-a766-bccbdc9721b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42cbdd50-614d-434a-a766-bccbdc9721b1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-42cbdd50-614d-434a-a766-bccbdc9721b1 {
  display: none;
}
#s-42cbdd50-614d-434a-a766-bccbdc9721b1, #wrap-s-42cbdd50-614d-434a-a766-bccbdc9721b1, #wrap-content-s-42cbdd50-614d-434a-a766-bccbdc9721b1 { display: none !important; }}@media (max-width: 767px){#s-42cbdd50-614d-434a-a766-bccbdc9721b1 {
  display: none;
}
#s-42cbdd50-614d-434a-a766-bccbdc9721b1, #wrap-s-42cbdd50-614d-434a-a766-bccbdc9721b1, #wrap-content-s-42cbdd50-614d-434a-a766-bccbdc9721b1 { display: none !important; }}

  #s-42cbdd50-614d-434a-a766-bccbdc9721b1-root {
    text-align: center;
  }


#s-42cbdd50-614d-434a-a766-bccbdc9721b1.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-42cbdd50-614d-434a-a766-bccbdc9721b1-root {
    text-align: center;
  }


#s-42cbdd50-614d-434a-a766-bccbdc9721b1.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-42cbdd50-614d-434a-a766-bccbdc9721b1-root {
    text-align: center;
  }


#s-42cbdd50-614d-434a-a766-bccbdc9721b1.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-42cbdd50-614d-434a-a766-bccbdc9721b1-root {
    text-align: center;
  }


#s-42cbdd50-614d-434a-a766-bccbdc9721b1.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-42cbdd50-614d-434a-a766-bccbdc9721b1-root {
    text-align: center;
  }


#s-42cbdd50-614d-434a-a766-bccbdc9721b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4e53bc41-8f6f-45d8-a238-14d011c13cfc {
  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-4e53bc41-8f6f-45d8-a238-14d011c13cfc {
  display: none;
}
#s-4e53bc41-8f6f-45d8-a238-14d011c13cfc, #wrap-s-4e53bc41-8f6f-45d8-a238-14d011c13cfc, #wrap-content-s-4e53bc41-8f6f-45d8-a238-14d011c13cfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e53bc41-8f6f-45d8-a238-14d011c13cfc {
  display: none;
}
#s-4e53bc41-8f6f-45d8-a238-14d011c13cfc, #wrap-s-4e53bc41-8f6f-45d8-a238-14d011c13cfc, #wrap-content-s-4e53bc41-8f6f-45d8-a238-14d011c13cfc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e53bc41-8f6f-45d8-a238-14d011c13cfc {
  
}
}@media (max-width: 767px){#s-4e53bc41-8f6f-45d8-a238-14d011c13cfc {
  
}
}
#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 {
  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-6f167d4c-4db3-48f2-9582-1cb111fb70f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 {
  display: none;
}
#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3, #wrap-s-6f167d4c-4db3-48f2-9582-1cb111fb70f3, #wrap-content-s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 {
  display: none;
}
#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3, #wrap-s-6f167d4c-4db3-48f2-9582-1cb111fb70f3, #wrap-content-s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 {
  
}
}@media (max-width: 767px){#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3 {
  
}
}

  #s-6f167d4c-4db3-48f2-9582-1cb111fb70f3-root {
    text-align: center;
  }


#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3.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-6f167d4c-4db3-48f2-9582-1cb111fb70f3-root {
    text-align: center;
  }


#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3.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-6f167d4c-4db3-48f2-9582-1cb111fb70f3-root {
    text-align: center;
  }


#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3.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-6f167d4c-4db3-48f2-9582-1cb111fb70f3-root {
    text-align: center;
  }


#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3.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-6f167d4c-4db3-48f2-9582-1cb111fb70f3-root {
    text-align: center;
  }


#s-6f167d4c-4db3-48f2-9582-1cb111fb70f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-53a68280-644a-475a-b5c5-a3860f946fef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-53a68280-644a-475a-b5c5-a3860f946fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53a68280-644a-475a-b5c5-a3860f946fef.shg-box.shg-c {
  justify-content: center;
}

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

}

@media (min-width: 768px) {
[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ce961c5-0270-419a-8272-e56aeee23bbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d33fda37-906a-46bc-9fc5-8ade6a287091 {
  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);
}
@media (min-width: 768px) and (max-width: 991px){#s-d33fda37-906a-46bc-9fc5-8ade6a287091 {
  display: none;
}
#s-d33fda37-906a-46bc-9fc5-8ade6a287091, #wrap-s-d33fda37-906a-46bc-9fc5-8ade6a287091, #wrap-content-s-d33fda37-906a-46bc-9fc5-8ade6a287091 { display: none !important; }}@media (max-width: 767px){#s-d33fda37-906a-46bc-9fc5-8ade6a287091 {
  display: none;
}
#s-d33fda37-906a-46bc-9fc5-8ade6a287091, #wrap-s-d33fda37-906a-46bc-9fc5-8ade6a287091, #wrap-content-s-d33fda37-906a-46bc-9fc5-8ade6a287091 { display: none !important; }}
#s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4 {
  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);
}
@media (min-width: 768px) and (max-width: 991px){#s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4 {
  display: none;
}
#s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4, #wrap-s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4, #wrap-content-s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4 { display: none !important; }}@media (max-width: 767px){#s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4 {
  display: none;
}
#s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4, #wrap-s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4, #wrap-content-s-5f9bdf1a-7101-41b7-8807-2bfaa0e21fb4 { display: none !important; }}
#s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8 {
  display: none;
}
#s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8, #wrap-s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8, #wrap-content-s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8 { display: none !important; }}@media (max-width: 767px){#s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8 {
  display: none;
}
#s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8, #wrap-s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8, #wrap-content-s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0feb1179-0bbc-4673-b0e7-22c1ba500bc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac {
  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-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac {
  display: none;
}
#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac, #wrap-s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac, #wrap-content-s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac { display: none !important; }}@media (max-width: 767px){#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac {
  display: none;
}
#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac, #wrap-s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac, #wrap-content-s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac { display: none !important; }}

  #s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac-root {
    text-align: center;
  }


#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac.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-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac-root {
    text-align: center;
  }


#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac.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-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac-root {
    text-align: center;
  }


#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac.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-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac-root {
    text-align: center;
  }


#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac.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-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac-root {
    text-align: center;
  }


#s-ea8a5a1f-cd5d-4adc-8387-2c208bd4c2ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f4d74154-d53b-4701-bf38-5d70d7815ded {
  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);
}
@media (min-width: 1200px){#s-f4d74154-d53b-4701-bf38-5d70d7815ded {
  display: none;
}
#s-f4d74154-d53b-4701-bf38-5d70d7815ded, #wrap-s-f4d74154-d53b-4701-bf38-5d70d7815ded, #wrap-content-s-f4d74154-d53b-4701-bf38-5d70d7815ded { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4d74154-d53b-4701-bf38-5d70d7815ded {
  display: none;
}
#s-f4d74154-d53b-4701-bf38-5d70d7815ded, #wrap-s-f4d74154-d53b-4701-bf38-5d70d7815ded, #wrap-content-s-f4d74154-d53b-4701-bf38-5d70d7815ded { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4d74154-d53b-4701-bf38-5d70d7815ded {
  display: none;
}
#s-f4d74154-d53b-4701-bf38-5d70d7815ded, #wrap-s-f4d74154-d53b-4701-bf38-5d70d7815ded, #wrap-content-s-f4d74154-d53b-4701-bf38-5d70d7815ded { display: none !important; }}@media (max-width: 767px){#s-f4d74154-d53b-4701-bf38-5d70d7815ded {
  
}
}
#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c {
  margin-top: 260px;
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-357eb709-96c6-403b-82f5-1f7bc3e79d9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c {
  display: none;
}
#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c, #wrap-s-357eb709-96c6-403b-82f5-1f7bc3e79d9c, #wrap-content-s-357eb709-96c6-403b-82f5-1f7bc3e79d9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c {
  display: none;
}
#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c, #wrap-s-357eb709-96c6-403b-82f5-1f7bc3e79d9c, #wrap-content-s-357eb709-96c6-403b-82f5-1f7bc3e79d9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c {
  display: none;
}
#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c, #wrap-s-357eb709-96c6-403b-82f5-1f7bc3e79d9c, #wrap-content-s-357eb709-96c6-403b-82f5-1f7bc3e79d9c { display: none !important; }}@media (max-width: 767px){#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c {
  
}
}

  #s-357eb709-96c6-403b-82f5-1f7bc3e79d9c-root {
    text-align: center;
  }


#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c.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-357eb709-96c6-403b-82f5-1f7bc3e79d9c-root {
    text-align: center;
  }


#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c.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-357eb709-96c6-403b-82f5-1f7bc3e79d9c-root {
    text-align: center;
  }


#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c.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-357eb709-96c6-403b-82f5-1f7bc3e79d9c-root {
    text-align: center;
  }


#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c.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-357eb709-96c6-403b-82f5-1f7bc3e79d9c-root {
    text-align: center;
  }


#s-357eb709-96c6-403b-82f5-1f7bc3e79d9c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 {
  margin-left: 120px;
margin-bottom: 280px;
margin-right: 120px;
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-c1f1973e-9c7d-41a2-9a25-8c73e920d457 {
  display: none;
}
#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457, #wrap-s-c1f1973e-9c7d-41a2-9a25-8c73e920d457, #wrap-content-s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 {
  display: none;
}
#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457, #wrap-s-c1f1973e-9c7d-41a2-9a25-8c73e920d457, #wrap-content-s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 {
  
}
}@media (max-width: 767px){#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 {
  display: none;
}
#s-c1f1973e-9c7d-41a2-9a25-8c73e920d457, #wrap-s-c1f1973e-9c7d-41a2-9a25-8c73e920d457, #wrap-content-s-c1f1973e-9c7d-41a2-9a25-8c73e920d457 { display: none !important; }}
#s-0e008db5-f194-4063-9948-ab01bac53d79 {
  margin-left: 10px;
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-0e008db5-f194-4063-9948-ab01bac53d79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e008db5-f194-4063-9948-ab01bac53d79:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0e008db5-f194-4063-9948-ab01bac53d79 {
  display: none;
}
#s-0e008db5-f194-4063-9948-ab01bac53d79, #wrap-s-0e008db5-f194-4063-9948-ab01bac53d79, #wrap-content-s-0e008db5-f194-4063-9948-ab01bac53d79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e008db5-f194-4063-9948-ab01bac53d79 {
  display: none;
}
#s-0e008db5-f194-4063-9948-ab01bac53d79, #wrap-s-0e008db5-f194-4063-9948-ab01bac53d79, #wrap-content-s-0e008db5-f194-4063-9948-ab01bac53d79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e008db5-f194-4063-9948-ab01bac53d79 {
  
}
}@media (max-width: 767px){#s-0e008db5-f194-4063-9948-ab01bac53d79 {
  display: none;
}
#s-0e008db5-f194-4063-9948-ab01bac53d79, #wrap-s-0e008db5-f194-4063-9948-ab01bac53d79, #wrap-content-s-0e008db5-f194-4063-9948-ab01bac53d79 { display: none !important; }}

  #s-0e008db5-f194-4063-9948-ab01bac53d79-root {
    text-align: center;
  }


#s-0e008db5-f194-4063-9948-ab01bac53d79.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-0e008db5-f194-4063-9948-ab01bac53d79-root {
    text-align: center;
  }


#s-0e008db5-f194-4063-9948-ab01bac53d79.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-0e008db5-f194-4063-9948-ab01bac53d79-root {
    text-align: center;
  }


#s-0e008db5-f194-4063-9948-ab01bac53d79.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-0e008db5-f194-4063-9948-ab01bac53d79-root {
    text-align: center;
  }


#s-0e008db5-f194-4063-9948-ab01bac53d79.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-0e008db5-f194-4063-9948-ab01bac53d79-root {
    text-align: center;
  }


#s-0e008db5-f194-4063-9948-ab01bac53d79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: 0px center;
}
@media (min-width: 1200px){#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 {
  display: none;
}
#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060, #wrap-s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060, #wrap-content-s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 {
  display: none;
}
#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060, #wrap-s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060, #wrap-content-s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 {
  display: none;
}
#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060, #wrap-s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060, #wrap-content-s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 { display: none !important; }}
#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 {
  background-image: url(https://i.shgcdn.com/ee738e6e-8740-4b79-b881-ea980c4f12c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f8819db-7f6d-46b2-86ca-cb7bd36d7060.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7bbebd18-3a3b-4f93-92b3-cd8364b48217 {
  margin-top: 25px;
margin-bottom: 300px;
}

#s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0 {
  display: none;
}
#s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0, #wrap-s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0, #wrap-content-s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82e7c0a8-c2ae-4eb8-9aa1-c550b503abc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a094f79e-5e56-49f4-8aee-99548c039464 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-2726d80c-e3c5-4f61-81d6-14ca18db4e60 {
  display: none;
}
#s-2726d80c-e3c5-4f61-81d6-14ca18db4e60, #wrap-s-2726d80c-e3c5-4f61-81d6-14ca18db4e60, #wrap-content-s-2726d80c-e3c5-4f61-81d6-14ca18db4e60 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2726d80c-e3c5-4f61-81d6-14ca18db4e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2726d80c-e3c5-4f61-81d6-14ca18db4e60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2726d80c-e3c5-4f61-81d6-14ca18db4e60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2726d80c-e3c5-4f61-81d6-14ca18db4e60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29614ae2-d532-4f60-8048-660215de8847 {
  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-29614ae2-d532-4f60-8048-660215de8847:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29614ae2-d532-4f60-8048-660215de8847: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-29614ae2-d532-4f60-8048-660215de8847-root {
    text-align: center;
  }


#s-29614ae2-d532-4f60-8048-660215de8847.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-29614ae2-d532-4f60-8048-660215de8847-root {
    text-align: center;
  }


#s-29614ae2-d532-4f60-8048-660215de8847.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-29614ae2-d532-4f60-8048-660215de8847-root {
    text-align: center;
  }


#s-29614ae2-d532-4f60-8048-660215de8847.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-29614ae2-d532-4f60-8048-660215de8847-root {
    text-align: center;
  }


#s-29614ae2-d532-4f60-8048-660215de8847.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-29614ae2-d532-4f60-8048-660215de8847-root {
    text-align: center;
  }


#s-29614ae2-d532-4f60-8048-660215de8847.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 {
  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, 0.8);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQ1NDc2ZTUtMThkZi00N2M4LTgzNzQtMmFkZjI2NTk1ZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZDU0NzZlNS0xOGRmLTQ3YzgtODM3NC0yYWRmMjY1OTVkZjgpIi8+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-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 {
  display: none;
}
#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836, #wrap-s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836, #wrap-content-s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 {
  display: none;
}
#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836, #wrap-s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836, #wrap-content-s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 {
  display: none;
}
#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836, #wrap-s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836, #wrap-content-s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836 { display: none !important; }}

  #s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836-root {
    text-align: center;
  }


#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836.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-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836-root {
    text-align: center;
  }


#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836.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-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836-root {
    text-align: center;
  }


#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836.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-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836-root {
    text-align: center;
  }


#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836.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-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836-root {
    text-align: center;
  }


#s-81d8ef4d-436d-4bc3-9bf9-2c50db1a1836.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  display: none;
}
#s-890ea9f5-f37b-469b-b27d-067074c140f5, #wrap-s-890ea9f5-f37b-469b-b27d-067074c140f5, #wrap-content-s-890ea9f5-f37b-469b-b27d-067074c140f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  display: none;
}
#s-890ea9f5-f37b-469b-b27d-067074c140f5, #wrap-s-890ea9f5-f37b-469b-b27d-067074c140f5, #wrap-content-s-890ea9f5-f37b-469b-b27d-067074c140f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  
}
}@media (max-width: 767px){#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  
}
}
#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-890ea9f5-f37b-469b-b27d-067074c140f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-890ea9f5-f37b-469b-b27d-067074c140f5 {
  cursor: pointer;
}#s-890ea9f5-f37b-469b-b27d-067074c140f5.shg-box.shg-c {
  justify-content: center;
}

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

}

@media (min-width: 768px) {
[id="s-2f858571-6b02-4468-a836-6e395063f4fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f858571-6b02-4468-a836-6e395063f4fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f858571-6b02-4468-a836-6e395063f4fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9dddde32-a91b-482d-b22e-c0449b743087 {
  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-9dddde32-a91b-482d-b22e-c0449b743087 {
  display: none;
}
#s-9dddde32-a91b-482d-b22e-c0449b743087, #wrap-s-9dddde32-a91b-482d-b22e-c0449b743087, #wrap-content-s-9dddde32-a91b-482d-b22e-c0449b743087 { display: none !important; }}@media (max-width: 767px){#s-9dddde32-a91b-482d-b22e-c0449b743087 {
  display: none;
}
#s-9dddde32-a91b-482d-b22e-c0449b743087, #wrap-s-9dddde32-a91b-482d-b22e-c0449b743087, #wrap-content-s-9dddde32-a91b-482d-b22e-c0449b743087 { display: none !important; }}
#s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4 {
  display: none;
}
#s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4, #wrap-s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4, #wrap-content-s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4 { display: none !important; }}@media (max-width: 767px){#s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4 {
  display: none;
}
#s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4, #wrap-s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4, #wrap-content-s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6d61f47-5bfd-4009-a1a2-4cbe9f2c90a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f6e0126a-a2ea-430f-baa0-74818906f368 {
  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-f6e0126a-a2ea-430f-baa0-74818906f368:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6e0126a-a2ea-430f-baa0-74818906f368:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f6e0126a-a2ea-430f-baa0-74818906f368 {
  display: none;
}
#s-f6e0126a-a2ea-430f-baa0-74818906f368, #wrap-s-f6e0126a-a2ea-430f-baa0-74818906f368, #wrap-content-s-f6e0126a-a2ea-430f-baa0-74818906f368 { display: none !important; }}@media (max-width: 767px){#s-f6e0126a-a2ea-430f-baa0-74818906f368 {
  display: none;
}
#s-f6e0126a-a2ea-430f-baa0-74818906f368, #wrap-s-f6e0126a-a2ea-430f-baa0-74818906f368, #wrap-content-s-f6e0126a-a2ea-430f-baa0-74818906f368 { display: none !important; }}

  #s-f6e0126a-a2ea-430f-baa0-74818906f368-root {
    text-align: center;
  }


#s-f6e0126a-a2ea-430f-baa0-74818906f368.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-f6e0126a-a2ea-430f-baa0-74818906f368-root {
    text-align: center;
  }


#s-f6e0126a-a2ea-430f-baa0-74818906f368.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-f6e0126a-a2ea-430f-baa0-74818906f368-root {
    text-align: center;
  }


#s-f6e0126a-a2ea-430f-baa0-74818906f368.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-f6e0126a-a2ea-430f-baa0-74818906f368-root {
    text-align: center;
  }


#s-f6e0126a-a2ea-430f-baa0-74818906f368.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-f6e0126a-a2ea-430f-baa0-74818906f368-root {
    text-align: center;
  }


#s-f6e0126a-a2ea-430f-baa0-74818906f368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3f9b7c71-3007-406c-a6ff-26057d6cb903 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-3f9b7c71-3007-406c-a6ff-26057d6cb903 {
  display: none;
}
#s-3f9b7c71-3007-406c-a6ff-26057d6cb903, #wrap-s-3f9b7c71-3007-406c-a6ff-26057d6cb903, #wrap-content-s-3f9b7c71-3007-406c-a6ff-26057d6cb903 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f9b7c71-3007-406c-a6ff-26057d6cb903 {
  display: none;
}
#s-3f9b7c71-3007-406c-a6ff-26057d6cb903, #wrap-s-3f9b7c71-3007-406c-a6ff-26057d6cb903, #wrap-content-s-3f9b7c71-3007-406c-a6ff-26057d6cb903 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f9b7c71-3007-406c-a6ff-26057d6cb903 {
  
}
}@media (max-width: 767px){#s-3f9b7c71-3007-406c-a6ff-26057d6cb903 {
  
}
}
@media (min-width: 0px) {
[id="s-3f9b7c71-3007-406c-a6ff-26057d6cb903"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f9b7c71-3007-406c-a6ff-26057d6cb903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f9b7c71-3007-406c-a6ff-26057d6cb903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f9b7c71-3007-406c-a6ff-26057d6cb903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5bd24199-dd92-46e9-b734-abe6cccf7954 {
  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-5bd24199-dd92-46e9-b734-abe6cccf7954 {
  
}
}@media (max-width: 767px){#s-5bd24199-dd92-46e9-b734-abe6cccf7954 {
  
}
}
#s-02627091-db8e-4f4c-928a-78c96a6710d9 {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-02627091-db8e-4f4c-928a-78c96a6710d9 {
  display: none;
}
#s-02627091-db8e-4f4c-928a-78c96a6710d9, #wrap-s-02627091-db8e-4f4c-928a-78c96a6710d9, #wrap-content-s-02627091-db8e-4f4c-928a-78c96a6710d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02627091-db8e-4f4c-928a-78c96a6710d9 {
  display: none;
}
#s-02627091-db8e-4f4c-928a-78c96a6710d9, #wrap-s-02627091-db8e-4f4c-928a-78c96a6710d9, #wrap-content-s-02627091-db8e-4f4c-928a-78c96a6710d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02627091-db8e-4f4c-928a-78c96a6710d9 {
  
}
}@media (max-width: 767px){#s-02627091-db8e-4f4c-928a-78c96a6710d9 {
  
}
}
@media (min-width: 0px) {
[id="s-02627091-db8e-4f4c-928a-78c96a6710d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02627091-db8e-4f4c-928a-78c96a6710d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02627091-db8e-4f4c-928a-78c96a6710d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02627091-db8e-4f4c-928a-78c96a6710d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c {
  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-34ea4e2a-82a5-454b-bdb0-331e79a53b9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c {
  
}
}@media (max-width: 767px){#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c {
  
}
}

  #s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c-root {
    text-align: center;
  }


#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c.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-34ea4e2a-82a5-454b-bdb0-331e79a53b9c-root {
    text-align: center;
  }


#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c.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-34ea4e2a-82a5-454b-bdb0-331e79a53b9c-root {
    text-align: center;
  }


#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c.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-34ea4e2a-82a5-454b-bdb0-331e79a53b9c-root {
    text-align: center;
  }


#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c.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-34ea4e2a-82a5-454b-bdb0-331e79a53b9c-root {
    text-align: center;
  }


#s-34ea4e2a-82a5-454b-bdb0-331e79a53b9c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf {
  display: none;
}
#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf, #wrap-s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf, #wrap-content-s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf { display: none !important; }}@media (max-width: 767px){#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf {
  display: none;
}
#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf, #wrap-s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf, #wrap-content-s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf { display: none !important; }}
#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf {
  cursor: pointer;
}#s-81bc4122-8d8f-48b0-bb0f-dbbce5d001cf.shg-box.shg-c {
  justify-content: center;
}

#s-d051defa-094b-46e5-a4a7-c100a0765fbf {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d051defa-094b-46e5-a4a7-c100a0765fbf {
  display: none;
}
#s-d051defa-094b-46e5-a4a7-c100a0765fbf, #wrap-s-d051defa-094b-46e5-a4a7-c100a0765fbf, #wrap-content-s-d051defa-094b-46e5-a4a7-c100a0765fbf { display: none !important; }}@media (max-width: 767px){#s-d051defa-094b-46e5-a4a7-c100a0765fbf {
  display: none;
}
#s-d051defa-094b-46e5-a4a7-c100a0765fbf, #wrap-s-d051defa-094b-46e5-a4a7-c100a0765fbf, #wrap-content-s-d051defa-094b-46e5-a4a7-c100a0765fbf { display: none !important; }}
@media (min-width: 0px) {
[id="s-d051defa-094b-46e5-a4a7-c100a0765fbf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d051defa-094b-46e5-a4a7-c100a0765fbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d051defa-094b-46e5-a4a7-c100a0765fbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d051defa-094b-46e5-a4a7-c100a0765fbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3403bc6f-7278-456d-9fb2-8d54550d0fc2 {
  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-3403bc6f-7278-456d-9fb2-8d54550d0fc2 {
  display: none;
}
#s-3403bc6f-7278-456d-9fb2-8d54550d0fc2, #wrap-s-3403bc6f-7278-456d-9fb2-8d54550d0fc2, #wrap-content-s-3403bc6f-7278-456d-9fb2-8d54550d0fc2 { display: none !important; }}@media (max-width: 767px){#s-3403bc6f-7278-456d-9fb2-8d54550d0fc2 {
  display: none;
}
#s-3403bc6f-7278-456d-9fb2-8d54550d0fc2, #wrap-s-3403bc6f-7278-456d-9fb2-8d54550d0fc2, #wrap-content-s-3403bc6f-7278-456d-9fb2-8d54550d0fc2 { display: none !important; }}
#s-412b228a-bbd9-4452-873d-248cdbd5a3d2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-412b228a-bbd9-4452-873d-248cdbd5a3d2 {
  display: none;
}
#s-412b228a-bbd9-4452-873d-248cdbd5a3d2, #wrap-s-412b228a-bbd9-4452-873d-248cdbd5a3d2, #wrap-content-s-412b228a-bbd9-4452-873d-248cdbd5a3d2 { display: none !important; }}@media (max-width: 767px){#s-412b228a-bbd9-4452-873d-248cdbd5a3d2 {
  display: none;
}
#s-412b228a-bbd9-4452-873d-248cdbd5a3d2, #wrap-s-412b228a-bbd9-4452-873d-248cdbd5a3d2, #wrap-content-s-412b228a-bbd9-4452-873d-248cdbd5a3d2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-412b228a-bbd9-4452-873d-248cdbd5a3d2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-412b228a-bbd9-4452-873d-248cdbd5a3d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-412b228a-bbd9-4452-873d-248cdbd5a3d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-412b228a-bbd9-4452-873d-248cdbd5a3d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11 {
  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-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11 {
  display: none;
}
#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11, #wrap-s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11, #wrap-content-s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11 { display: none !important; }}@media (max-width: 767px){#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11 {
  display: none;
}
#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11, #wrap-s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11, #wrap-content-s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11 { display: none !important; }}

  #s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11-root {
    text-align: center;
  }


#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11.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-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11-root {
    text-align: center;
  }


#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11.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-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11-root {
    text-align: center;
  }


#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11.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-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11-root {
    text-align: center;
  }


#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11.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-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11-root {
    text-align: center;
  }


#s-5e7f4682-d6bf-439a-9fb3-7d6da8acaf11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1af90752-b2cc-4a31-9187-5a4fc6a02236 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}
@media (min-width: 1200px){#s-1af90752-b2cc-4a31-9187-5a4fc6a02236 {
  display: none;
}
#s-1af90752-b2cc-4a31-9187-5a4fc6a02236, #wrap-s-1af90752-b2cc-4a31-9187-5a4fc6a02236, #wrap-content-s-1af90752-b2cc-4a31-9187-5a4fc6a02236 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1af90752-b2cc-4a31-9187-5a4fc6a02236 {
  display: none;
}
#s-1af90752-b2cc-4a31-9187-5a4fc6a02236, #wrap-s-1af90752-b2cc-4a31-9187-5a4fc6a02236, #wrap-content-s-1af90752-b2cc-4a31-9187-5a4fc6a02236 { display: none !important; }}
#s-1af90752-b2cc-4a31-9187-5a4fc6a02236 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1af90752-b2cc-4a31-9187-5a4fc6a02236 .shg-sld-nav-button.shg-sld-left,
#s-1af90752-b2cc-4a31-9187-5a4fc6a02236 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-424298be-8a4c-4bb5-bec7-da52fadb3ac0 {
  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-424298be-8a4c-4bb5-bec7-da52fadb3ac0 {
  
}
}@media (max-width: 767px){#s-424298be-8a4c-4bb5-bec7-da52fadb3ac0 {
  
}
}







#s-424298be-8a4c-4bb5-bec7-da52fadb3ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-424298be-8a4c-4bb5-bec7-da52fadb3ac0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10d11828-b054-435d-b585-1975c998c5f1 {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-10d11828-b054-435d-b585-1975c998c5f1 {
  display: none;
}
#s-10d11828-b054-435d-b585-1975c998c5f1, #wrap-s-10d11828-b054-435d-b585-1975c998c5f1, #wrap-content-s-10d11828-b054-435d-b585-1975c998c5f1 { display: none !important; }}@media (max-width: 767px){#s-10d11828-b054-435d-b585-1975c998c5f1 {
  display: none;
}
#s-10d11828-b054-435d-b585-1975c998c5f1, #wrap-s-10d11828-b054-435d-b585-1975c998c5f1, #wrap-content-s-10d11828-b054-435d-b585-1975c998c5f1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-10d11828-b054-435d-b585-1975c998c5f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-10d11828-b054-435d-b585-1975c998c5f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10d11828-b054-435d-b585-1975c998c5f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10d11828-b054-435d-b585-1975c998c5f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a {
  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-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a {
  display: none;
}
#s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a, #wrap-s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a, #wrap-content-s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a { display: none !important; }}@media (max-width: 767px){#s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a {
  display: none;
}
#s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a, #wrap-s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a, #wrap-content-s-4a13dde8-a885-4dc8-90df-a3fbfcd32d0a { display: none !important; }}
#s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1 {
  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-e27b9dc9-38bf-4078-8d99-8b75e96c98d1 {
  display: none;
}
#s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1, #wrap-s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1, #wrap-content-s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1 { display: none !important; }}@media (max-width: 767px){#s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1 {
  display: none;
}
#s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1, #wrap-s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1, #wrap-content-s-e27b9dc9-38bf-4078-8d99-8b75e96c98d1 { display: none !important; }}
#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e {
  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-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e {
  display: none;
}
#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e, #wrap-s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e, #wrap-content-s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e { display: none !important; }}@media (max-width: 767px){#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e {
  display: none;
}
#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e, #wrap-s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e, #wrap-content-s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e { display: none !important; }}

  #s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e-root {
    text-align: center;
  }


#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e.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-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e-root {
    text-align: center;
  }


#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e.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-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e-root {
    text-align: center;
  }


#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e.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-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e-root {
    text-align: center;
  }


#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e.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-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e-root {
    text-align: center;
  }


#s-e4998a8a-e4bf-4d14-a41f-7a212a6a8f7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 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(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 {
  display: none;
}
#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7, #wrap-s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7, #wrap-content-s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 {
  display: none;
}
#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7, #wrap-s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7, #wrap-content-s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 {
  
}
}@media (max-width: 767px){#s-ddef9072-8ec4-4f57-8e23-a0a3fa88f1e7 {
  
}
}
#s-ecb8a583-6840-4bd1-a312-8888317b5143 {
  margin-top: 250px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 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-ecb8a583-6840-4bd1-a312-8888317b5143:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecb8a583-6840-4bd1-a312-8888317b5143:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ecb8a583-6840-4bd1-a312-8888317b5143 {
  display: none;
}
#s-ecb8a583-6840-4bd1-a312-8888317b5143, #wrap-s-ecb8a583-6840-4bd1-a312-8888317b5143, #wrap-content-s-ecb8a583-6840-4bd1-a312-8888317b5143 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecb8a583-6840-4bd1-a312-8888317b5143 {
  display: none;
}
#s-ecb8a583-6840-4bd1-a312-8888317b5143, #wrap-s-ecb8a583-6840-4bd1-a312-8888317b5143, #wrap-content-s-ecb8a583-6840-4bd1-a312-8888317b5143 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecb8a583-6840-4bd1-a312-8888317b5143 {
  
}
}@media (max-width: 767px){#s-ecb8a583-6840-4bd1-a312-8888317b5143 {
  
}
}

  #s-ecb8a583-6840-4bd1-a312-8888317b5143-root {
    text-align: center;
  }


#s-ecb8a583-6840-4bd1-a312-8888317b5143.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-ecb8a583-6840-4bd1-a312-8888317b5143-root {
    text-align: center;
  }


#s-ecb8a583-6840-4bd1-a312-8888317b5143.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-ecb8a583-6840-4bd1-a312-8888317b5143-root {
    text-align: center;
  }


#s-ecb8a583-6840-4bd1-a312-8888317b5143.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-ecb8a583-6840-4bd1-a312-8888317b5143-root {
    text-align: center;
  }


#s-ecb8a583-6840-4bd1-a312-8888317b5143.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-ecb8a583-6840-4bd1-a312-8888317b5143-root {
    text-align: center;
  }


#s-ecb8a583-6840-4bd1-a312-8888317b5143.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e902fc19-4277-483a-8142-380be01e7b45 {
  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-e902fc19-4277-483a-8142-380be01e7b45 {
  
}
}@media (max-width: 767px){#s-e902fc19-4277-483a-8142-380be01e7b45 {
  
}
}







#s-e902fc19-4277-483a-8142-380be01e7b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e902fc19-4277-483a-8142-380be01e7b45.shg-box.shg-c {
  justify-content: flex-start;
}

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

}

@media (min-width: 768px) {
[id="s-e0712d80-c210-421a-991f-9d9980d64e3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0712d80-c210-421a-991f-9d9980d64e3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0712d80-c210-421a-991f-9d9980d64e3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-80030c01-8597-46ca-8107-6d54ff533baa {
  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-80030c01-8597-46ca-8107-6d54ff533baa {
  display: none;
}
#s-80030c01-8597-46ca-8107-6d54ff533baa, #wrap-s-80030c01-8597-46ca-8107-6d54ff533baa, #wrap-content-s-80030c01-8597-46ca-8107-6d54ff533baa { display: none !important; }}@media (max-width: 767px){#s-80030c01-8597-46ca-8107-6d54ff533baa {
  display: none;
}
#s-80030c01-8597-46ca-8107-6d54ff533baa, #wrap-s-80030c01-8597-46ca-8107-6d54ff533baa, #wrap-content-s-80030c01-8597-46ca-8107-6d54ff533baa { display: none !important; }}
#s-5bb54908-3c6c-401a-b77f-bfef69f5bae0 {
  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-5bb54908-3c6c-401a-b77f-bfef69f5bae0 {
  display: none;
}
#s-5bb54908-3c6c-401a-b77f-bfef69f5bae0, #wrap-s-5bb54908-3c6c-401a-b77f-bfef69f5bae0, #wrap-content-s-5bb54908-3c6c-401a-b77f-bfef69f5bae0 { display: none !important; }}@media (max-width: 767px){#s-5bb54908-3c6c-401a-b77f-bfef69f5bae0 {
  display: none;
}
#s-5bb54908-3c6c-401a-b77f-bfef69f5bae0, #wrap-s-5bb54908-3c6c-401a-b77f-bfef69f5bae0, #wrap-content-s-5bb54908-3c6c-401a-b77f-bfef69f5bae0 { display: none !important; }}
#s-d88a70ca-e432-4d8d-a493-2301ab733ce8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d88a70ca-e432-4d8d-a493-2301ab733ce8 {
  display: none;
}
#s-d88a70ca-e432-4d8d-a493-2301ab733ce8, #wrap-s-d88a70ca-e432-4d8d-a493-2301ab733ce8, #wrap-content-s-d88a70ca-e432-4d8d-a493-2301ab733ce8 { display: none !important; }}@media (max-width: 767px){#s-d88a70ca-e432-4d8d-a493-2301ab733ce8 {
  display: none;
}
#s-d88a70ca-e432-4d8d-a493-2301ab733ce8, #wrap-s-d88a70ca-e432-4d8d-a493-2301ab733ce8, #wrap-content-s-d88a70ca-e432-4d8d-a493-2301ab733ce8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d88a70ca-e432-4d8d-a493-2301ab733ce8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d88a70ca-e432-4d8d-a493-2301ab733ce8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d88a70ca-e432-4d8d-a493-2301ab733ce8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d88a70ca-e432-4d8d-a493-2301ab733ce8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e0881aa0-d448-46c6-8214-8931b4cd0747 {
  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-e0881aa0-d448-46c6-8214-8931b4cd0747:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0881aa0-d448-46c6-8214-8931b4cd0747:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e0881aa0-d448-46c6-8214-8931b4cd0747 {
  display: none;
}
#s-e0881aa0-d448-46c6-8214-8931b4cd0747, #wrap-s-e0881aa0-d448-46c6-8214-8931b4cd0747, #wrap-content-s-e0881aa0-d448-46c6-8214-8931b4cd0747 { display: none !important; }}@media (max-width: 767px){#s-e0881aa0-d448-46c6-8214-8931b4cd0747 {
  display: none;
}
#s-e0881aa0-d448-46c6-8214-8931b4cd0747, #wrap-s-e0881aa0-d448-46c6-8214-8931b4cd0747, #wrap-content-s-e0881aa0-d448-46c6-8214-8931b4cd0747 { display: none !important; }}

  #s-e0881aa0-d448-46c6-8214-8931b4cd0747-root {
    text-align: center;
  }


#s-e0881aa0-d448-46c6-8214-8931b4cd0747.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-e0881aa0-d448-46c6-8214-8931b4cd0747-root {
    text-align: center;
  }


#s-e0881aa0-d448-46c6-8214-8931b4cd0747.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-e0881aa0-d448-46c6-8214-8931b4cd0747-root {
    text-align: center;
  }


#s-e0881aa0-d448-46c6-8214-8931b4cd0747.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-e0881aa0-d448-46c6-8214-8931b4cd0747-root {
    text-align: center;
  }


#s-e0881aa0-d448-46c6-8214-8931b4cd0747.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-e0881aa0-d448-46c6-8214-8931b4cd0747-root {
    text-align: center;
  }


#s-e0881aa0-d448-46c6-8214-8931b4cd0747.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-85714b7c-8db9-48a0-8b82-1cf768eab327 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 10px;
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(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-85714b7c-8db9-48a0-8b82-1cf768eab327 {
  display: none;
}
#s-85714b7c-8db9-48a0-8b82-1cf768eab327, #wrap-s-85714b7c-8db9-48a0-8b82-1cf768eab327, #wrap-content-s-85714b7c-8db9-48a0-8b82-1cf768eab327 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85714b7c-8db9-48a0-8b82-1cf768eab327 {
  display: none;
}
#s-85714b7c-8db9-48a0-8b82-1cf768eab327, #wrap-s-85714b7c-8db9-48a0-8b82-1cf768eab327, #wrap-content-s-85714b7c-8db9-48a0-8b82-1cf768eab327 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85714b7c-8db9-48a0-8b82-1cf768eab327 {
  
}
}@media (max-width: 767px){#s-85714b7c-8db9-48a0-8b82-1cf768eab327 {
  
}
}
#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 {
  margin-top: 320px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 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-4f4f2da2-5c7a-48ea-8632-7fb085c56c16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 {
  display: none;
}
#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16, #wrap-s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16, #wrap-content-s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 {
  display: none;
}
#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16, #wrap-s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16, #wrap-content-s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 {
  
}
}@media (max-width: 767px){#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16 {
  
}
}

  #s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16-root {
    text-align: center;
  }


#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16.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-4f4f2da2-5c7a-48ea-8632-7fb085c56c16-root {
    text-align: center;
  }


#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16.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-4f4f2da2-5c7a-48ea-8632-7fb085c56c16-root {
    text-align: center;
  }


#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16.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-4f4f2da2-5c7a-48ea-8632-7fb085c56c16-root {
    text-align: center;
  }


#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16.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-4f4f2da2-5c7a-48ea-8632-7fb085c56c16-root {
    text-align: center;
  }


#s-4f4f2da2-5c7a-48ea-8632-7fb085c56c16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6b748a6b-2781-46da-8461-39f7efef6dd2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-6b748a6b-2781-46da-8461-39f7efef6dd2 {
  
}
}







#s-6b748a6b-2781-46da-8461-39f7efef6dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b748a6b-2781-46da-8461-39f7efef6dd2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3cdd2f76-2173-428e-b223-d47cefddfb42 {
  margin-top: 10px;
margin-bottom: 220px;
}
@media (min-width: 1200px){#s-3cdd2f76-2173-428e-b223-d47cefddfb42 {
  display: none;
}
#s-3cdd2f76-2173-428e-b223-d47cefddfb42, #wrap-s-3cdd2f76-2173-428e-b223-d47cefddfb42, #wrap-content-s-3cdd2f76-2173-428e-b223-d47cefddfb42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cdd2f76-2173-428e-b223-d47cefddfb42 {
  display: none;
}
#s-3cdd2f76-2173-428e-b223-d47cefddfb42, #wrap-s-3cdd2f76-2173-428e-b223-d47cefddfb42, #wrap-content-s-3cdd2f76-2173-428e-b223-d47cefddfb42 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cdd2f76-2173-428e-b223-d47cefddfb42 {
  display: none;
}
#s-3cdd2f76-2173-428e-b223-d47cefddfb42, #wrap-s-3cdd2f76-2173-428e-b223-d47cefddfb42, #wrap-content-s-3cdd2f76-2173-428e-b223-d47cefddfb42 { display: none !important; }}
#s-b4537152-9b54-4a5b-8395-262b880300fa {
  margin-top: 120px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-b4537152-9b54-4a5b-8395-262b880300fa {
  display: none;
}
#s-b4537152-9b54-4a5b-8395-262b880300fa, #wrap-s-b4537152-9b54-4a5b-8395-262b880300fa, #wrap-content-s-b4537152-9b54-4a5b-8395-262b880300fa { display: none !important; }}
@media (min-width: 0px) {
[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4537152-9b54-4a5b-8395-262b880300fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-07cc3dc5-c1ed-4997-b01f-61fa2b41caf0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-23196d0c-d787-4ae2-a478-ddc3b97982eb {
  border-style: solid;
margin-top: 30px;
margin-bottom: 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-23196d0c-d787-4ae2-a478-ddc3b97982eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23196d0c-d787-4ae2-a478-ddc3b97982eb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQwOWE2M2ItMWMxMi00N2Y3LTlhOTYtZGJjMzFhNWZjMmIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDA5YTYzYi0xYzEyLTQ3ZjctOWE5Ni1kYmMzMWE1ZmMyYjIpIi8+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-23196d0c-d787-4ae2-a478-ddc3b97982eb {
  
}
#s-23196d0c-d787-4ae2-a478-ddc3b97982eb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzOGIyZDYtMmVmMS00NzMyLTlmODMtNzdjMWE2ZDkzN2I0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjM4YjJkNi0yZWYxLTQ3MzItOWY4My03N2MxYTZkOTM3YjQpIi8+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-23196d0c-d787-4ae2-a478-ddc3b97982eb-root {
    text-align: center;
  }


#s-23196d0c-d787-4ae2-a478-ddc3b97982eb.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-23196d0c-d787-4ae2-a478-ddc3b97982eb-root {
    text-align: center;
  }


#s-23196d0c-d787-4ae2-a478-ddc3b97982eb.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-23196d0c-d787-4ae2-a478-ddc3b97982eb-root {
    text-align: center;
  }


#s-23196d0c-d787-4ae2-a478-ddc3b97982eb.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-23196d0c-d787-4ae2-a478-ddc3b97982eb-root {
    text-align: center;
  }


#s-23196d0c-d787-4ae2-a478-ddc3b97982eb.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-23196d0c-d787-4ae2-a478-ddc3b97982eb-root {
    text-align: center;
  }


#s-23196d0c-d787-4ae2-a478-ddc3b97982eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmUxN2VmM2YtZWUyMi00NDc2LTk3YmMtZWEwMzY5ZWI4N2I3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZTE3ZWYzZi1lZTIyLTQ0NzYtOTdiYy1lYTAzNjllYjg3YjcpIi8+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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 {
  display: none;
}
#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1, #wrap-s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1, #wrap-content-s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 {
  display: none;
}
#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1, #wrap-s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1, #wrap-content-s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 {
  display: none;
}
#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1, #wrap-s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1, #wrap-content-s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 { display: none !important; }}@media (max-width: 767px){#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1 {
  
}
#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTY3OTIyZTYtYzAwOC00MzY3LWI2ZTgtZGNlMzA5YTVmYTk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Njc5MjJlNi1jMDA4LTQzNjctYjZlOC1kY2UzMDlhNWZhOTQpIi8+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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1-root {
    text-align: center;
  }


#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1.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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1-root {
    text-align: center;
  }


#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1.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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1-root {
    text-align: center;
  }


#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1.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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1-root {
    text-align: center;
  }


#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1.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-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1-root {
    text-align: center;
  }


#s-b4f0c6cf-d7a2-4246-bfd6-1a48c0a275c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3b16398b-dd0f-4f84-bd92-53fb834c7d87 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-3b16398b-dd0f-4f84-bd92-53fb834c7d87 {
  display: none;
}
#s-3b16398b-dd0f-4f84-bd92-53fb834c7d87, #wrap-s-3b16398b-dd0f-4f84-bd92-53fb834c7d87, #wrap-content-s-3b16398b-dd0f-4f84-bd92-53fb834c7d87 { display: none !important; }}







#s-3b16398b-dd0f-4f84-bd92-53fb834c7d87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b16398b-dd0f-4f84-bd92-53fb834c7d87.shg-box.shg-c {
  justify-content: center;
}

#s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07 {
  display: none;
}
#s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07, #wrap-s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07, #wrap-content-s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9b50cf0-bc5d-48b9-98dc-a27b9e6c6e07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ceffab9d-601a-40cf-8805-aca670d53315 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-9d707889-ab88-4caf-a7f8-c1b8168ab522 {
  display: none;
}
#s-9d707889-ab88-4caf-a7f8-c1b8168ab522, #wrap-s-9d707889-ab88-4caf-a7f8-c1b8168ab522, #wrap-content-s-9d707889-ab88-4caf-a7f8-c1b8168ab522 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9d707889-ab88-4caf-a7f8-c1b8168ab522"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d707889-ab88-4caf-a7f8-c1b8168ab522"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d707889-ab88-4caf-a7f8-c1b8168ab522"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d707889-ab88-4caf-a7f8-c1b8168ab522"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4 {
  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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmQzZmEyZjQtMjQyOS00ZWUwLWE1MzctMzU2MmU4OGJiY2E3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZDNmYTJmNC0yNDI5LTRlZTAtYTUzNy0zNTYyZTg4YmJjYTcpIi8+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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4 {
  
}
#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODBmOTEzOGMtZDFmOC00MDI2LWFlOTEtMjgyYmM2OGYwYWFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MGY5MTM4Yy1kMWY4LTQwMjYtYWU5MS0yODJiYzY4ZjBhYWMpIi8+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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4-root {
    text-align: center;
  }


#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4.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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4-root {
    text-align: center;
  }


#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4.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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4-root {
    text-align: center;
  }


#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4.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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4-root {
    text-align: center;
  }


#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4.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-8ba5047a-9398-44e0-8f1a-89f24f74b5f4-root {
    text-align: center;
  }


#s-8ba5047a-9398-44e0-8f1a-89f24f74b5f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-741215bc-8b9d-4454-b805-12902891c5ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-741215bc-8b9d-4454-b805-12902891c5ac {
  display: none;
}
#s-741215bc-8b9d-4454-b805-12902891c5ac, #wrap-s-741215bc-8b9d-4454-b805-12902891c5ac, #wrap-content-s-741215bc-8b9d-4454-b805-12902891c5ac { display: none !important; }}@media (max-width: 767px){#s-741215bc-8b9d-4454-b805-12902891c5ac {
  display: none;
}
#s-741215bc-8b9d-4454-b805-12902891c5ac, #wrap-s-741215bc-8b9d-4454-b805-12902891c5ac, #wrap-content-s-741215bc-8b9d-4454-b805-12902891c5ac { display: none !important; }}
#s-741215bc-8b9d-4454-b805-12902891c5ac {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-741215bc-8b9d-4454-b805-12902891c5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-741215bc-8b9d-4454-b805-12902891c5ac {
  cursor: pointer;
}#s-741215bc-8b9d-4454-b805-12902891c5ac.shg-box.shg-c {
  justify-content: center;
}

#s-050f66ca-b210-48f8-86a5-bff238244d77 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-050f66ca-b210-48f8-86a5-bff238244d77 {
  
}
}@media (max-width: 767px){#s-050f66ca-b210-48f8-86a5-bff238244d77 {
  
}
}
@media (min-width: 0px) {
[id="s-050f66ca-b210-48f8-86a5-bff238244d77"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-050f66ca-b210-48f8-86a5-bff238244d77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-050f66ca-b210-48f8-86a5-bff238244d77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-050f66ca-b210-48f8-86a5-bff238244d77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2c9d35d0-cf97-49f4-b816-65942d66d6ea {
  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-2c9d35d0-cf97-49f4-b816-65942d66d6ea {
  
}
}@media (max-width: 767px){#s-2c9d35d0-cf97-49f4-b816-65942d66d6ea {
  
}
}
#s-68b81e56-9ca3-44e4-a117-bc807b542e85 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68b81e56-9ca3-44e4-a117-bc807b542e85 {
  
}
}@media (max-width: 767px){#s-68b81e56-9ca3-44e4-a117-bc807b542e85 {
  
}
}
@media (min-width: 0px) {
[id="s-68b81e56-9ca3-44e4-a117-bc807b542e85"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-68b81e56-9ca3-44e4-a117-bc807b542e85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68b81e56-9ca3-44e4-a117-bc807b542e85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68b81e56-9ca3-44e4-a117-bc807b542e85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2 {
  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-933bd6c0-9d9a-49f3-8830-5771d5cdafd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2 {
  
}
}@media (max-width: 767px){#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2 {
  
}
}

  #s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2-root {
    text-align: center;
  }


#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2.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-933bd6c0-9d9a-49f3-8830-5771d5cdafd2-root {
    text-align: center;
  }


#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2.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-933bd6c0-9d9a-49f3-8830-5771d5cdafd2-root {
    text-align: center;
  }


#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2.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-933bd6c0-9d9a-49f3-8830-5771d5cdafd2-root {
    text-align: center;
  }


#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2.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-933bd6c0-9d9a-49f3-8830-5771d5cdafd2-root {
    text-align: center;
  }


#s-933bd6c0-9d9a-49f3-8830-5771d5cdafd2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 {
  display: none;
}
#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191, #wrap-s-1cde421c-7dc5-49f2-9e15-91ab5c08c191, #wrap-content-s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 {
  display: none;
}
#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191, #wrap-s-1cde421c-7dc5-49f2-9e15-91ab5c08c191, #wrap-content-s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 { display: none !important; }}
#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cde421c-7dc5-49f2-9e15-91ab5c08c191.shg-box.shg-c {
  justify-content: flex-start;
}

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

}

@media (min-width: 768px) {
[id="s-fe56fbae-548b-4cbd-9071-5e3a88b833dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe56fbae-548b-4cbd-9071-5e3a88b833dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe56fbae-548b-4cbd-9071-5e3a88b833dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf {
  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-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf {
  display: none;
}
#s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf, #wrap-s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf, #wrap-content-s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf {
  display: none;
}
#s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf, #wrap-s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf, #wrap-content-s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf {
  
}
}@media (max-width: 767px){#s-cd4e9fbd-5395-4260-8fb4-cab5e6aed2cf {
  
}
}
#s-932c917f-e655-4c6d-94ee-74855b032311 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-932c917f-e655-4c6d-94ee-74855b032311 {
  display: none;
}
#s-932c917f-e655-4c6d-94ee-74855b032311, #wrap-s-932c917f-e655-4c6d-94ee-74855b032311, #wrap-content-s-932c917f-e655-4c6d-94ee-74855b032311 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-932c917f-e655-4c6d-94ee-74855b032311 {
  display: none;
}
#s-932c917f-e655-4c6d-94ee-74855b032311, #wrap-s-932c917f-e655-4c6d-94ee-74855b032311, #wrap-content-s-932c917f-e655-4c6d-94ee-74855b032311 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-932c917f-e655-4c6d-94ee-74855b032311 {
  
}
}@media (max-width: 767px){#s-932c917f-e655-4c6d-94ee-74855b032311 {
  display: none;
}
#s-932c917f-e655-4c6d-94ee-74855b032311, #wrap-s-932c917f-e655-4c6d-94ee-74855b032311, #wrap-content-s-932c917f-e655-4c6d-94ee-74855b032311 { display: none !important; }}
@media (min-width: 0px) {
[id="s-932c917f-e655-4c6d-94ee-74855b032311"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-932c917f-e655-4c6d-94ee-74855b032311"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-932c917f-e655-4c6d-94ee-74855b032311"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-932c917f-e655-4c6d-94ee-74855b032311"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-671cc232-f61a-46da-88c8-264cc73e057a {
  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-671cc232-f61a-46da-88c8-264cc73e057a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-671cc232-f61a-46da-88c8-264cc73e057a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-671cc232-f61a-46da-88c8-264cc73e057a {
  display: none;
}
#s-671cc232-f61a-46da-88c8-264cc73e057a, #wrap-s-671cc232-f61a-46da-88c8-264cc73e057a, #wrap-content-s-671cc232-f61a-46da-88c8-264cc73e057a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-671cc232-f61a-46da-88c8-264cc73e057a {
  display: none;
}
#s-671cc232-f61a-46da-88c8-264cc73e057a, #wrap-s-671cc232-f61a-46da-88c8-264cc73e057a, #wrap-content-s-671cc232-f61a-46da-88c8-264cc73e057a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-671cc232-f61a-46da-88c8-264cc73e057a {
  
}
}@media (max-width: 767px){#s-671cc232-f61a-46da-88c8-264cc73e057a {
  display: none;
}
#s-671cc232-f61a-46da-88c8-264cc73e057a, #wrap-s-671cc232-f61a-46da-88c8-264cc73e057a, #wrap-content-s-671cc232-f61a-46da-88c8-264cc73e057a { display: none !important; }}

  #s-671cc232-f61a-46da-88c8-264cc73e057a-root {
    text-align: center;
  }


#s-671cc232-f61a-46da-88c8-264cc73e057a.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-671cc232-f61a-46da-88c8-264cc73e057a-root {
    text-align: center;
  }


#s-671cc232-f61a-46da-88c8-264cc73e057a.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-671cc232-f61a-46da-88c8-264cc73e057a-root {
    text-align: center;
  }


#s-671cc232-f61a-46da-88c8-264cc73e057a.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-671cc232-f61a-46da-88c8-264cc73e057a-root {
    text-align: center;
  }


#s-671cc232-f61a-46da-88c8-264cc73e057a.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-671cc232-f61a-46da-88c8-264cc73e057a-root {
    text-align: center;
  }


#s-671cc232-f61a-46da-88c8-264cc73e057a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a {
  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-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a: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-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a {
  display: none;
}
#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a, #wrap-s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a, #wrap-content-s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a { display: none !important; }}@media (max-width: 767px){#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a {
  display: none;
}
#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a, #wrap-s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a, #wrap-content-s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a { display: none !important; }}

  #s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a-root {
    text-align: center;
  }


#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a-root {
    text-align: center;
  }


#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a.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-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a-root {
    text-align: center;
  }


#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a.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-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a-root {
    text-align: center;
  }


#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a-root {
    text-align: center;
  }


#s-94ff89d1-33bc-4421-91e4-4f77a4a2ec4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 {
  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-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 {
  display: none;
}
#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5, #wrap-s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5, #wrap-content-s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 {
  display: none;
}
#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5, #wrap-s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5, #wrap-content-s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 {
  display: none;
}
#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5, #wrap-s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5, #wrap-content-s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 { display: none !important; }}@media (max-width: 767px){#s-f0b4cfaf-8efb-4559-8dc6-f53b306753f5 {
  
}
}
#s-110f33f6-438a-49c7-9673-13a05c0411bf {
  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-110f33f6-438a-49c7-9673-13a05c0411bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-110f33f6-438a-49c7-9673-13a05c0411bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-110f33f6-438a-49c7-9673-13a05c0411bf {
  display: none;
}
#s-110f33f6-438a-49c7-9673-13a05c0411bf, #wrap-s-110f33f6-438a-49c7-9673-13a05c0411bf, #wrap-content-s-110f33f6-438a-49c7-9673-13a05c0411bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-110f33f6-438a-49c7-9673-13a05c0411bf {
  display: none;
}
#s-110f33f6-438a-49c7-9673-13a05c0411bf, #wrap-s-110f33f6-438a-49c7-9673-13a05c0411bf, #wrap-content-s-110f33f6-438a-49c7-9673-13a05c0411bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-110f33f6-438a-49c7-9673-13a05c0411bf {
  display: none;
}
#s-110f33f6-438a-49c7-9673-13a05c0411bf, #wrap-s-110f33f6-438a-49c7-9673-13a05c0411bf, #wrap-content-s-110f33f6-438a-49c7-9673-13a05c0411bf { display: none !important; }}@media (max-width: 767px){#s-110f33f6-438a-49c7-9673-13a05c0411bf {
  
}
}

  #s-110f33f6-438a-49c7-9673-13a05c0411bf-root {
    text-align: center;
  }


#s-110f33f6-438a-49c7-9673-13a05c0411bf.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-110f33f6-438a-49c7-9673-13a05c0411bf-root {
    text-align: center;
  }


#s-110f33f6-438a-49c7-9673-13a05c0411bf.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-110f33f6-438a-49c7-9673-13a05c0411bf-root {
    text-align: center;
  }


#s-110f33f6-438a-49c7-9673-13a05c0411bf.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-110f33f6-438a-49c7-9673-13a05c0411bf-root {
    text-align: center;
  }


#s-110f33f6-438a-49c7-9673-13a05c0411bf.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-110f33f6-438a-49c7-9673-13a05c0411bf-root {
    text-align: center;
  }


#s-110f33f6-438a-49c7-9673-13a05c0411bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a831d511-9fb3-463c-b73c-2bb23638f4d4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-a831d511-9fb3-463c-b73c-2bb23638f4d4 {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a831d511-9fb3-463c-b73c-2bb23638f4d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a831d511-9fb3-463c-b73c-2bb23638f4d4 {
  cursor: pointer;
}#s-a831d511-9fb3-463c-b73c-2bb23638f4d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-09034b82-32d1-402a-83ce-94a47177cd20 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09034b82-32d1-402a-83ce-94a47177cd20 {
  display: none;
}
#s-09034b82-32d1-402a-83ce-94a47177cd20, #wrap-s-09034b82-32d1-402a-83ce-94a47177cd20, #wrap-content-s-09034b82-32d1-402a-83ce-94a47177cd20 { display: none !important; }}@media (max-width: 767px){#s-09034b82-32d1-402a-83ce-94a47177cd20 {
  display: none;
}
#s-09034b82-32d1-402a-83ce-94a47177cd20, #wrap-s-09034b82-32d1-402a-83ce-94a47177cd20, #wrap-content-s-09034b82-32d1-402a-83ce-94a47177cd20 { display: none !important; }}
@media (min-width: 0px) {
[id="s-09034b82-32d1-402a-83ce-94a47177cd20"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-09034b82-32d1-402a-83ce-94a47177cd20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-09034b82-32d1-402a-83ce-94a47177cd20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-09034b82-32d1-402a-83ce-94a47177cd20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-25deb6d0-7645-4476-a5c1-91f0354225fb {
  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-25deb6d0-7645-4476-a5c1-91f0354225fb {
  display: none;
}
#s-25deb6d0-7645-4476-a5c1-91f0354225fb, #wrap-s-25deb6d0-7645-4476-a5c1-91f0354225fb, #wrap-content-s-25deb6d0-7645-4476-a5c1-91f0354225fb { display: none !important; }}@media (max-width: 767px){#s-25deb6d0-7645-4476-a5c1-91f0354225fb {
  display: none;
}
#s-25deb6d0-7645-4476-a5c1-91f0354225fb, #wrap-s-25deb6d0-7645-4476-a5c1-91f0354225fb, #wrap-content-s-25deb6d0-7645-4476-a5c1-91f0354225fb { display: none !important; }}
#s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab {
  display: none;
}
#s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab, #wrap-s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab, #wrap-content-s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab { display: none !important; }}@media (max-width: 767px){#s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab {
  display: none;
}
#s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab, #wrap-s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab, #wrap-content-s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc54d0b3-7567-422c-83a1-2d0e13fff9ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-894d9cfc-0936-4285-a37b-efb391c68522 {
  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-894d9cfc-0936-4285-a37b-efb391c68522:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-894d9cfc-0936-4285-a37b-efb391c68522:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-894d9cfc-0936-4285-a37b-efb391c68522 {
  display: none;
}
#s-894d9cfc-0936-4285-a37b-efb391c68522, #wrap-s-894d9cfc-0936-4285-a37b-efb391c68522, #wrap-content-s-894d9cfc-0936-4285-a37b-efb391c68522 { display: none !important; }}@media (max-width: 767px){#s-894d9cfc-0936-4285-a37b-efb391c68522 {
  display: none;
}
#s-894d9cfc-0936-4285-a37b-efb391c68522, #wrap-s-894d9cfc-0936-4285-a37b-efb391c68522, #wrap-content-s-894d9cfc-0936-4285-a37b-efb391c68522 { display: none !important; }}

  #s-894d9cfc-0936-4285-a37b-efb391c68522-root {
    text-align: center;
  }


#s-894d9cfc-0936-4285-a37b-efb391c68522.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-894d9cfc-0936-4285-a37b-efb391c68522-root {
    text-align: center;
  }


#s-894d9cfc-0936-4285-a37b-efb391c68522.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-894d9cfc-0936-4285-a37b-efb391c68522-root {
    text-align: center;
  }


#s-894d9cfc-0936-4285-a37b-efb391c68522.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-894d9cfc-0936-4285-a37b-efb391c68522-root {
    text-align: center;
  }


#s-894d9cfc-0936-4285-a37b-efb391c68522.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-894d9cfc-0936-4285-a37b-efb391c68522-root {
    text-align: center;
  }


#s-894d9cfc-0936-4285-a37b-efb391c68522.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ccb63686-ec53-4369-a95b-119b2cd543b1 {
  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-ccb63686-ec53-4369-a95b-119b2cd543b1 {
  display: none;
}
#s-ccb63686-ec53-4369-a95b-119b2cd543b1, #wrap-s-ccb63686-ec53-4369-a95b-119b2cd543b1, #wrap-content-s-ccb63686-ec53-4369-a95b-119b2cd543b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccb63686-ec53-4369-a95b-119b2cd543b1 {
  display: none;
}
#s-ccb63686-ec53-4369-a95b-119b2cd543b1, #wrap-s-ccb63686-ec53-4369-a95b-119b2cd543b1, #wrap-content-s-ccb63686-ec53-4369-a95b-119b2cd543b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccb63686-ec53-4369-a95b-119b2cd543b1 {
  
}
}@media (max-width: 767px){#s-ccb63686-ec53-4369-a95b-119b2cd543b1 {
  
}
}
#s-24ab3f46-6e69-4abf-89b6-d5138963d90e {
  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-24ab3f46-6e69-4abf-89b6-d5138963d90e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24ab3f46-6e69-4abf-89b6-d5138963d90e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-24ab3f46-6e69-4abf-89b6-d5138963d90e {
  display: none;
}
#s-24ab3f46-6e69-4abf-89b6-d5138963d90e, #wrap-s-24ab3f46-6e69-4abf-89b6-d5138963d90e, #wrap-content-s-24ab3f46-6e69-4abf-89b6-d5138963d90e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24ab3f46-6e69-4abf-89b6-d5138963d90e {
  display: none;
}
#s-24ab3f46-6e69-4abf-89b6-d5138963d90e, #wrap-s-24ab3f46-6e69-4abf-89b6-d5138963d90e, #wrap-content-s-24ab3f46-6e69-4abf-89b6-d5138963d90e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24ab3f46-6e69-4abf-89b6-d5138963d90e {
  
}
}@media (max-width: 767px){#s-24ab3f46-6e69-4abf-89b6-d5138963d90e {
  
}
}

  #s-24ab3f46-6e69-4abf-89b6-d5138963d90e-root {
    text-align: center;
  }


#s-24ab3f46-6e69-4abf-89b6-d5138963d90e.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-24ab3f46-6e69-4abf-89b6-d5138963d90e-root {
    text-align: center;
  }


#s-24ab3f46-6e69-4abf-89b6-d5138963d90e.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-24ab3f46-6e69-4abf-89b6-d5138963d90e-root {
    text-align: center;
  }


#s-24ab3f46-6e69-4abf-89b6-d5138963d90e.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-24ab3f46-6e69-4abf-89b6-d5138963d90e-root {
    text-align: center;
  }


#s-24ab3f46-6e69-4abf-89b6-d5138963d90e.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-24ab3f46-6e69-4abf-89b6-d5138963d90e-root {
    text-align: center;
  }


#s-24ab3f46-6e69-4abf-89b6-d5138963d90e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-db718154-de45-441c-9794-4a773edbbb05 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-db718154-de45-441c-9794-4a773edbbb05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db718154-de45-441c-9794-4a773edbbb05.shg-box.shg-c {
  justify-content: center;
}

#s-2c3eb778-3173-4386-a164-75ceed5c1744 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c3eb778-3173-4386-a164-75ceed5c1744 {
  display: none;
}
#s-2c3eb778-3173-4386-a164-75ceed5c1744, #wrap-s-2c3eb778-3173-4386-a164-75ceed5c1744, #wrap-content-s-2c3eb778-3173-4386-a164-75ceed5c1744 { display: none !important; }}@media (max-width: 767px){#s-2c3eb778-3173-4386-a164-75ceed5c1744 {
  display: none;
}
#s-2c3eb778-3173-4386-a164-75ceed5c1744, #wrap-s-2c3eb778-3173-4386-a164-75ceed5c1744, #wrap-content-s-2c3eb778-3173-4386-a164-75ceed5c1744 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2c3eb778-3173-4386-a164-75ceed5c1744"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2c3eb778-3173-4386-a164-75ceed5c1744"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c3eb778-3173-4386-a164-75ceed5c1744"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c3eb778-3173-4386-a164-75ceed5c1744"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0acc9643-6854-47bd-b7be-2eedda4539e8 {
  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);
}
@media (min-width: 768px) and (max-width: 991px){#s-0acc9643-6854-47bd-b7be-2eedda4539e8 {
  display: none;
}
#s-0acc9643-6854-47bd-b7be-2eedda4539e8, #wrap-s-0acc9643-6854-47bd-b7be-2eedda4539e8, #wrap-content-s-0acc9643-6854-47bd-b7be-2eedda4539e8 { display: none !important; }}@media (max-width: 767px){#s-0acc9643-6854-47bd-b7be-2eedda4539e8 {
  display: none;
}
#s-0acc9643-6854-47bd-b7be-2eedda4539e8, #wrap-s-0acc9643-6854-47bd-b7be-2eedda4539e8, #wrap-content-s-0acc9643-6854-47bd-b7be-2eedda4539e8 { display: none !important; }}
#s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643 {
  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);
}
@media (min-width: 768px) and (max-width: 991px){#s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643 {
  display: none;
}
#s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643, #wrap-s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643, #wrap-content-s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643 { display: none !important; }}@media (max-width: 767px){#s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643 {
  display: none;
}
#s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643, #wrap-s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643, #wrap-content-s-a51fa52b-e453-4ae3-9d1f-172c5e0fc643 { display: none !important; }}
#s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9 {
  display: none;
}
#s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9, #wrap-s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9, #wrap-content-s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9 { display: none !important; }}@media (max-width: 767px){#s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9 {
  display: none;
}
#s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9, #wrap-s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9, #wrap-content-s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2fdfe1c-74e1-4585-b9a7-ddcba8d043e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8 {
  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-6e758dfd-990d-4f23-99aa-eb146c2e31d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8 {
  display: none;
}
#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8, #wrap-s-6e758dfd-990d-4f23-99aa-eb146c2e31d8, #wrap-content-s-6e758dfd-990d-4f23-99aa-eb146c2e31d8 { display: none !important; }}@media (max-width: 767px){#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8 {
  display: none;
}
#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8, #wrap-s-6e758dfd-990d-4f23-99aa-eb146c2e31d8, #wrap-content-s-6e758dfd-990d-4f23-99aa-eb146c2e31d8 { display: none !important; }}

  #s-6e758dfd-990d-4f23-99aa-eb146c2e31d8-root {
    text-align: center;
  }


#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8.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-6e758dfd-990d-4f23-99aa-eb146c2e31d8-root {
    text-align: center;
  }


#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8.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-6e758dfd-990d-4f23-99aa-eb146c2e31d8-root {
    text-align: center;
  }


#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8.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-6e758dfd-990d-4f23-99aa-eb146c2e31d8-root {
    text-align: center;
  }


#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8.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-6e758dfd-990d-4f23-99aa-eb146c2e31d8-root {
    text-align: center;
  }


#s-6e758dfd-990d-4f23-99aa-eb146c2e31d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 {
  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);
}
@media (min-width: 1200px){#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 {
  display: none;
}
#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66, #wrap-s-640b6aef-d296-457b-a2b8-9c4a23f0ab66, #wrap-content-s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 {
  display: none;
}
#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66, #wrap-s-640b6aef-d296-457b-a2b8-9c4a23f0ab66, #wrap-content-s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 {
  display: none;
}
#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66, #wrap-s-640b6aef-d296-457b-a2b8-9c4a23f0ab66, #wrap-content-s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 { display: none !important; }}@media (max-width: 767px){#s-640b6aef-d296-457b-a2b8-9c4a23f0ab66 {
  
}
}
#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 {
  margin-top: 260px;
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-03c8ab7d-63e6-4f04-bd08-bee8f416be12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 {
  display: none;
}
#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12, #wrap-s-03c8ab7d-63e6-4f04-bd08-bee8f416be12, #wrap-content-s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 {
  display: none;
}
#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12, #wrap-s-03c8ab7d-63e6-4f04-bd08-bee8f416be12, #wrap-content-s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 {
  display: none;
}
#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12, #wrap-s-03c8ab7d-63e6-4f04-bd08-bee8f416be12, #wrap-content-s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 { display: none !important; }}@media (max-width: 767px){#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12 {
  
}
}

  #s-03c8ab7d-63e6-4f04-bd08-bee8f416be12-root {
    text-align: center;
  }


#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12.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-03c8ab7d-63e6-4f04-bd08-bee8f416be12-root {
    text-align: center;
  }


#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12.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-03c8ab7d-63e6-4f04-bd08-bee8f416be12-root {
    text-align: center;
  }


#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12.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-03c8ab7d-63e6-4f04-bd08-bee8f416be12-root {
    text-align: center;
  }


#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12.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-03c8ab7d-63e6-4f04-bd08-bee8f416be12-root {
    text-align: center;
  }


#s-03c8ab7d-63e6-4f04-bd08-bee8f416be12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 {
  margin-left: 120px;
margin-bottom: 280px;
margin-right: 120px;
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-7af03a43-b517-4fe1-8e69-e27cbfea49a0 {
  display: none;
}
#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0, #wrap-s-7af03a43-b517-4fe1-8e69-e27cbfea49a0, #wrap-content-s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 {
  display: none;
}
#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0, #wrap-s-7af03a43-b517-4fe1-8e69-e27cbfea49a0, #wrap-content-s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 {
  
}
}@media (max-width: 767px){#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 {
  display: none;
}
#s-7af03a43-b517-4fe1-8e69-e27cbfea49a0, #wrap-s-7af03a43-b517-4fe1-8e69-e27cbfea49a0, #wrap-content-s-7af03a43-b517-4fe1-8e69-e27cbfea49a0 { display: none !important; }}
#s-390c1f65-074e-4266-9751-120ae1889709 {
  margin-left: 10px;
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-390c1f65-074e-4266-9751-120ae1889709:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-390c1f65-074e-4266-9751-120ae1889709:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-390c1f65-074e-4266-9751-120ae1889709 {
  display: none;
}
#s-390c1f65-074e-4266-9751-120ae1889709, #wrap-s-390c1f65-074e-4266-9751-120ae1889709, #wrap-content-s-390c1f65-074e-4266-9751-120ae1889709 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-390c1f65-074e-4266-9751-120ae1889709 {
  display: none;
}
#s-390c1f65-074e-4266-9751-120ae1889709, #wrap-s-390c1f65-074e-4266-9751-120ae1889709, #wrap-content-s-390c1f65-074e-4266-9751-120ae1889709 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-390c1f65-074e-4266-9751-120ae1889709 {
  
}
}@media (max-width: 767px){#s-390c1f65-074e-4266-9751-120ae1889709 {
  display: none;
}
#s-390c1f65-074e-4266-9751-120ae1889709, #wrap-s-390c1f65-074e-4266-9751-120ae1889709, #wrap-content-s-390c1f65-074e-4266-9751-120ae1889709 { display: none !important; }}

  #s-390c1f65-074e-4266-9751-120ae1889709-root {
    text-align: center;
  }


#s-390c1f65-074e-4266-9751-120ae1889709.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-390c1f65-074e-4266-9751-120ae1889709-root {
    text-align: center;
  }


#s-390c1f65-074e-4266-9751-120ae1889709.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-390c1f65-074e-4266-9751-120ae1889709-root {
    text-align: center;
  }


#s-390c1f65-074e-4266-9751-120ae1889709.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-390c1f65-074e-4266-9751-120ae1889709-root {
    text-align: center;
  }


#s-390c1f65-074e-4266-9751-120ae1889709.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-390c1f65-074e-4266-9751-120ae1889709-root {
    text-align: center;
  }


#s-390c1f65-074e-4266-9751-120ae1889709.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-375c72f0-10d9-4b9a-8095-f01d0fc28247 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: 0px center;
}
@media (min-width: 1200px){#s-375c72f0-10d9-4b9a-8095-f01d0fc28247 {
  display: none;
}
#s-375c72f0-10d9-4b9a-8095-f01d0fc28247, #wrap-s-375c72f0-10d9-4b9a-8095-f01d0fc28247, #wrap-content-s-375c72f0-10d9-4b9a-8095-f01d0fc28247 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-375c72f0-10d9-4b9a-8095-f01d0fc28247 {
  display: none;
}
#s-375c72f0-10d9-4b9a-8095-f01d0fc28247, #wrap-s-375c72f0-10d9-4b9a-8095-f01d0fc28247, #wrap-content-s-375c72f0-10d9-4b9a-8095-f01d0fc28247 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-375c72f0-10d9-4b9a-8095-f01d0fc28247 {
  display: none;
}
#s-375c72f0-10d9-4b9a-8095-f01d0fc28247, #wrap-s-375c72f0-10d9-4b9a-8095-f01d0fc28247, #wrap-content-s-375c72f0-10d9-4b9a-8095-f01d0fc28247 { display: none !important; }}







#s-375c72f0-10d9-4b9a-8095-f01d0fc28247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-375c72f0-10d9-4b9a-8095-f01d0fc28247.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec7cd75f-4e99-4ada-800a-546b3e06abaa {
  margin-top: 25px;
margin-bottom: 300px;
}

#s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a {
  display: none;
}
#s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a, #wrap-s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a, #wrap-content-s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a { display: none !important; }}
@media (min-width: 0px) {
[id="s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e0a9409-529a-40e6-9b9f-a2a33ac6328a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-170d4943-d0ca-4c63-88d0-81efb77b5e6a {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62 {
  display: none;
}
#s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62, #wrap-s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62, #wrap-content-s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b82423dc-e5d1-41c7-b0e1-d3fd33ba4b62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53649530-eb9f-4358-a8a8-122c0ce05d5b {
  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-53649530-eb9f-4358-a8a8-122c0ce05d5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53649530-eb9f-4358-a8a8-122c0ce05d5b: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-53649530-eb9f-4358-a8a8-122c0ce05d5b-root {
    text-align: center;
  }


#s-53649530-eb9f-4358-a8a8-122c0ce05d5b.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-53649530-eb9f-4358-a8a8-122c0ce05d5b-root {
    text-align: center;
  }


#s-53649530-eb9f-4358-a8a8-122c0ce05d5b.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-53649530-eb9f-4358-a8a8-122c0ce05d5b-root {
    text-align: center;
  }


#s-53649530-eb9f-4358-a8a8-122c0ce05d5b.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-53649530-eb9f-4358-a8a8-122c0ce05d5b-root {
    text-align: center;
  }


#s-53649530-eb9f-4358-a8a8-122c0ce05d5b.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-53649530-eb9f-4358-a8a8-122c0ce05d5b-root {
    text-align: center;
  }


#s-53649530-eb9f-4358-a8a8-122c0ce05d5b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a31dc515-9081-44ba-9a8c-5dae8636fc89 {
  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, 0.8);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a31dc515-9081-44ba-9a8c-5dae8636fc89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a31dc515-9081-44ba-9a8c-5dae8636fc89:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2RhN2E5NzAtMTU3Mi00MTkzLTkwMGUtMWEzMDEyYWYyNmU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZGE3YTk3MC0xNTcyLTQxOTMtOTAwZS0xYTMwMTJhZjI2ZTUpIi8+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-a31dc515-9081-44ba-9a8c-5dae8636fc89 {
  display: none;
}
#s-a31dc515-9081-44ba-9a8c-5dae8636fc89, #wrap-s-a31dc515-9081-44ba-9a8c-5dae8636fc89, #wrap-content-s-a31dc515-9081-44ba-9a8c-5dae8636fc89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a31dc515-9081-44ba-9a8c-5dae8636fc89 {
  display: none;
}
#s-a31dc515-9081-44ba-9a8c-5dae8636fc89, #wrap-s-a31dc515-9081-44ba-9a8c-5dae8636fc89, #wrap-content-s-a31dc515-9081-44ba-9a8c-5dae8636fc89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a31dc515-9081-44ba-9a8c-5dae8636fc89 {
  display: none;
}
#s-a31dc515-9081-44ba-9a8c-5dae8636fc89, #wrap-s-a31dc515-9081-44ba-9a8c-5dae8636fc89, #wrap-content-s-a31dc515-9081-44ba-9a8c-5dae8636fc89 { display: none !important; }}@media (max-width: 767px){#s-a31dc515-9081-44ba-9a8c-5dae8636fc89 {
  
}
#s-a31dc515-9081-44ba-9a8c-5dae8636fc89:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjllYTk4ZjMtYTVjZS00ZjEwLWEzMjItM2M0MWExMjEzY2U3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOWVhOThmMy1hNWNlLTRmMTAtYTMyMi0zYzQxYTEyMTNjZTcpIi8+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-a31dc515-9081-44ba-9a8c-5dae8636fc89-root {
    text-align: center;
  }


#s-a31dc515-9081-44ba-9a8c-5dae8636fc89.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-a31dc515-9081-44ba-9a8c-5dae8636fc89-root {
    text-align: center;
  }


#s-a31dc515-9081-44ba-9a8c-5dae8636fc89.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-a31dc515-9081-44ba-9a8c-5dae8636fc89-root {
    text-align: center;
  }


#s-a31dc515-9081-44ba-9a8c-5dae8636fc89.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-a31dc515-9081-44ba-9a8c-5dae8636fc89-root {
    text-align: center;
  }


#s-a31dc515-9081-44ba-9a8c-5dae8636fc89.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-a31dc515-9081-44ba-9a8c-5dae8636fc89-root {
    text-align: center;
  }


#s-a31dc515-9081-44ba-9a8c-5dae8636fc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  display: none;
}
#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46, #wrap-s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46, #wrap-content-s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  display: none;
}
#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46, #wrap-s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46, #wrap-content-s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  
}
}@media (max-width: 767px){#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  
}
}
#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46 {
  cursor: pointer;
}#s-90b10fe3-09ac-4fb4-9dd0-2526761f3f46.shg-box.shg-c {
  justify-content: center;
}

#s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8 {
  display: none;
}
#s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8, #wrap-s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8, #wrap-content-s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8 { display: none !important; }}@media (max-width: 767px){#s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8 {
  display: none;
}
#s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8, #wrap-s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8, #wrap-content-s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a71a56d-a177-4d29-831f-1f6ae06fa6a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7 {
  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-15d54d89-a022-4f17-8c3f-9315d4ccc5e7 {
  display: none;
}
#s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7, #wrap-s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7, #wrap-content-s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7 { display: none !important; }}@media (max-width: 767px){#s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7 {
  display: none;
}
#s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7, #wrap-s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7, #wrap-content-s-15d54d89-a022-4f17-8c3f-9315d4ccc5e7 { display: none !important; }}
#s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a {
  display: none;
}
#s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a, #wrap-s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a, #wrap-content-s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a { display: none !important; }}@media (max-width: 767px){#s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a {
  display: none;
}
#s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a, #wrap-s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a, #wrap-content-s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a { display: none !important; }}
@media (min-width: 0px) {
[id="s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0089e14-d8a0-4022-9447-3ef6e1a7b68a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd {
  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-f32445d6-2457-4e8d-b270-ba7c4a1c50cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd {
  display: none;
}
#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd, #wrap-s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd, #wrap-content-s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd { display: none !important; }}@media (max-width: 767px){#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd {
  display: none;
}
#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd, #wrap-s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd, #wrap-content-s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd { display: none !important; }}

  #s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd-root {
    text-align: center;
  }


#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd.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-f32445d6-2457-4e8d-b270-ba7c4a1c50cd-root {
    text-align: center;
  }


#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd.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-f32445d6-2457-4e8d-b270-ba7c4a1c50cd-root {
    text-align: center;
  }


#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd.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-f32445d6-2457-4e8d-b270-ba7c4a1c50cd-root {
    text-align: center;
  }


#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd.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-f32445d6-2457-4e8d-b270-ba7c4a1c50cd-root {
    text-align: center;
  }


#s-f32445d6-2457-4e8d-b270-ba7c4a1c50cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 {
  display: none;
}
#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3, #wrap-s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3, #wrap-content-s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 {
  display: none;
}
#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3, #wrap-s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3, #wrap-content-s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 {
  
}
}@media (max-width: 767px){#s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3 {
  
}
}
@media (min-width: 0px) {
[id="s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2241bbb-cd4a-4300-ae08-c7e7a501b2f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f992ee79-00c0-45e2-b43e-e895fddb1cbd {
  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-f992ee79-00c0-45e2-b43e-e895fddb1cbd {
  
}
}@media (max-width: 767px){#s-f992ee79-00c0-45e2-b43e-e895fddb1cbd {
  
}
}
#s-426d5898-b159-4b05-954d-ef59c66b39a6 {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-426d5898-b159-4b05-954d-ef59c66b39a6 {
  display: none;
}
#s-426d5898-b159-4b05-954d-ef59c66b39a6, #wrap-s-426d5898-b159-4b05-954d-ef59c66b39a6, #wrap-content-s-426d5898-b159-4b05-954d-ef59c66b39a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-426d5898-b159-4b05-954d-ef59c66b39a6 {
  display: none;
}
#s-426d5898-b159-4b05-954d-ef59c66b39a6, #wrap-s-426d5898-b159-4b05-954d-ef59c66b39a6, #wrap-content-s-426d5898-b159-4b05-954d-ef59c66b39a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-426d5898-b159-4b05-954d-ef59c66b39a6 {
  
}
}@media (max-width: 767px){#s-426d5898-b159-4b05-954d-ef59c66b39a6 {
  
}
}
@media (min-width: 0px) {
[id="s-426d5898-b159-4b05-954d-ef59c66b39a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-426d5898-b159-4b05-954d-ef59c66b39a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-426d5898-b159-4b05-954d-ef59c66b39a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-426d5898-b159-4b05-954d-ef59c66b39a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c007de56-3346-4162-8b23-b44a8a468d22 {
  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-c007de56-3346-4162-8b23-b44a8a468d22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c007de56-3346-4162-8b23-b44a8a468d22:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c007de56-3346-4162-8b23-b44a8a468d22 {
  
}
}@media (max-width: 767px){#s-c007de56-3346-4162-8b23-b44a8a468d22 {
  
}
}

  #s-c007de56-3346-4162-8b23-b44a8a468d22-root {
    text-align: center;
  }


#s-c007de56-3346-4162-8b23-b44a8a468d22.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-c007de56-3346-4162-8b23-b44a8a468d22-root {
    text-align: center;
  }


#s-c007de56-3346-4162-8b23-b44a8a468d22.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-c007de56-3346-4162-8b23-b44a8a468d22-root {
    text-align: center;
  }


#s-c007de56-3346-4162-8b23-b44a8a468d22.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-c007de56-3346-4162-8b23-b44a8a468d22-root {
    text-align: center;
  }


#s-c007de56-3346-4162-8b23-b44a8a468d22.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-c007de56-3346-4162-8b23-b44a8a468d22-root {
    text-align: center;
  }


#s-c007de56-3346-4162-8b23-b44a8a468d22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4e80c926-f8ed-41c5-8225-bcf892c11d66 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e80c926-f8ed-41c5-8225-bcf892c11d66 {
  display: none;
}
#s-4e80c926-f8ed-41c5-8225-bcf892c11d66, #wrap-s-4e80c926-f8ed-41c5-8225-bcf892c11d66, #wrap-content-s-4e80c926-f8ed-41c5-8225-bcf892c11d66 { display: none !important; }}@media (max-width: 767px){#s-4e80c926-f8ed-41c5-8225-bcf892c11d66 {
  display: none;
}
#s-4e80c926-f8ed-41c5-8225-bcf892c11d66, #wrap-s-4e80c926-f8ed-41c5-8225-bcf892c11d66, #wrap-content-s-4e80c926-f8ed-41c5-8225-bcf892c11d66 { display: none !important; }}
#s-4e80c926-f8ed-41c5-8225-bcf892c11d66 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4e80c926-f8ed-41c5-8225-bcf892c11d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e80c926-f8ed-41c5-8225-bcf892c11d66 {
  cursor: pointer;
}#s-4e80c926-f8ed-41c5-8225-bcf892c11d66.shg-box.shg-c {
  justify-content: center;
}

#s-ced897e7-3edc-48bb-bb47-244fa44b1b28 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ced897e7-3edc-48bb-bb47-244fa44b1b28 {
  display: none;
}
#s-ced897e7-3edc-48bb-bb47-244fa44b1b28, #wrap-s-ced897e7-3edc-48bb-bb47-244fa44b1b28, #wrap-content-s-ced897e7-3edc-48bb-bb47-244fa44b1b28 { display: none !important; }}@media (max-width: 767px){#s-ced897e7-3edc-48bb-bb47-244fa44b1b28 {
  display: none;
}
#s-ced897e7-3edc-48bb-bb47-244fa44b1b28, #wrap-s-ced897e7-3edc-48bb-bb47-244fa44b1b28, #wrap-content-s-ced897e7-3edc-48bb-bb47-244fa44b1b28 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ced897e7-3edc-48bb-bb47-244fa44b1b28"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ced897e7-3edc-48bb-bb47-244fa44b1b28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ced897e7-3edc-48bb-bb47-244fa44b1b28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ced897e7-3edc-48bb-bb47-244fa44b1b28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08981858-a998-4d76-ab46-6303681598e3 {
  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-08981858-a998-4d76-ab46-6303681598e3 {
  display: none;
}
#s-08981858-a998-4d76-ab46-6303681598e3, #wrap-s-08981858-a998-4d76-ab46-6303681598e3, #wrap-content-s-08981858-a998-4d76-ab46-6303681598e3 { display: none !important; }}@media (max-width: 767px){#s-08981858-a998-4d76-ab46-6303681598e3 {
  display: none;
}
#s-08981858-a998-4d76-ab46-6303681598e3, #wrap-s-08981858-a998-4d76-ab46-6303681598e3, #wrap-content-s-08981858-a998-4d76-ab46-6303681598e3 { display: none !important; }}
#s-b3f2b322-ab1e-445b-b797-6fe94bdf382f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3f2b322-ab1e-445b-b797-6fe94bdf382f {
  display: none;
}
#s-b3f2b322-ab1e-445b-b797-6fe94bdf382f, #wrap-s-b3f2b322-ab1e-445b-b797-6fe94bdf382f, #wrap-content-s-b3f2b322-ab1e-445b-b797-6fe94bdf382f { display: none !important; }}@media (max-width: 767px){#s-b3f2b322-ab1e-445b-b797-6fe94bdf382f {
  display: none;
}
#s-b3f2b322-ab1e-445b-b797-6fe94bdf382f, #wrap-s-b3f2b322-ab1e-445b-b797-6fe94bdf382f, #wrap-content-s-b3f2b322-ab1e-445b-b797-6fe94bdf382f { display: none !important; }}
@media (min-width: 0px) {
[id="s-b3f2b322-ab1e-445b-b797-6fe94bdf382f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b3f2b322-ab1e-445b-b797-6fe94bdf382f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3f2b322-ab1e-445b-b797-6fe94bdf382f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3f2b322-ab1e-445b-b797-6fe94bdf382f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3dda7529-455e-48e8-bb68-6f636c8a7a21 {
  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-3dda7529-455e-48e8-bb68-6f636c8a7a21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dda7529-455e-48e8-bb68-6f636c8a7a21:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3dda7529-455e-48e8-bb68-6f636c8a7a21 {
  display: none;
}
#s-3dda7529-455e-48e8-bb68-6f636c8a7a21, #wrap-s-3dda7529-455e-48e8-bb68-6f636c8a7a21, #wrap-content-s-3dda7529-455e-48e8-bb68-6f636c8a7a21 { display: none !important; }}@media (max-width: 767px){#s-3dda7529-455e-48e8-bb68-6f636c8a7a21 {
  display: none;
}
#s-3dda7529-455e-48e8-bb68-6f636c8a7a21, #wrap-s-3dda7529-455e-48e8-bb68-6f636c8a7a21, #wrap-content-s-3dda7529-455e-48e8-bb68-6f636c8a7a21 { display: none !important; }}

  #s-3dda7529-455e-48e8-bb68-6f636c8a7a21-root {
    text-align: center;
  }


#s-3dda7529-455e-48e8-bb68-6f636c8a7a21.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-3dda7529-455e-48e8-bb68-6f636c8a7a21-root {
    text-align: center;
  }


#s-3dda7529-455e-48e8-bb68-6f636c8a7a21.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-3dda7529-455e-48e8-bb68-6f636c8a7a21-root {
    text-align: center;
  }


#s-3dda7529-455e-48e8-bb68-6f636c8a7a21.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-3dda7529-455e-48e8-bb68-6f636c8a7a21-root {
    text-align: center;
  }


#s-3dda7529-455e-48e8-bb68-6f636c8a7a21.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-3dda7529-455e-48e8-bb68-6f636c8a7a21-root {
    text-align: center;
  }


#s-3dda7529-455e-48e8-bb68-6f636c8a7a21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  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-9ac3effd-4761-4c18-b3dc-ff9eb360901b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ac3effd-4761-4c18-b3dc-ff9eb360901b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

#s-293101b8-fec7-4d43-b87b-0df5d806fd59 hr {
  border-top: 2px solid #ddd;
}

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