.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-16212d0d-4797-4719-be98-05b558823e02 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -60px;
margin-bottom: -60px;
padding-top: 7%;
padding-bottom: 7%;
background-position: center center;
}
@media (min-width: 1200px){#s-16212d0d-4797-4719-be98-05b558823e02 {
  display: none;
}
#s-16212d0d-4797-4719-be98-05b558823e02, #wrap-s-16212d0d-4797-4719-be98-05b558823e02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16212d0d-4797-4719-be98-05b558823e02 {
  display: none;
}
#s-16212d0d-4797-4719-be98-05b558823e02, #wrap-s-16212d0d-4797-4719-be98-05b558823e02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16212d0d-4797-4719-be98-05b558823e02 {
  
}
}@media (max-width: 767px){#s-16212d0d-4797-4719-be98-05b558823e02 {
  display: none;
}
#s-16212d0d-4797-4719-be98-05b558823e02, #wrap-s-16212d0d-4797-4719-be98-05b558823e02 { display: none !important; }}
#s-16212d0d-4797-4719-be98-05b558823e02 {
  background-image: url(https://i.shgcdn.com/d28a4f8c-d496-49d5-bbc5-7e2e8373411e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-16212d0d-4797-4719-be98-05b558823e02 > .shg-box-overlay {
  background-color: rgba(44, 44, 44, 1);
  opacity: 0;
  display: block;
}#s-16212d0d-4797-4719-be98-05b558823e02.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-184d7af0-4bf1-4411-870b-b21c0a3677e4 {
  margin-top: 120px;
margin-bottom: 120px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-184d7af0-4bf1-4411-870b-b21c0a3677e4 {
  
}
}@media (max-width: 767px){#s-184d7af0-4bf1-4411-870b-b21c0a3677e4 {
  
}
}
@media (min-width: 0px) {
[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-184d7af0-4bf1-4411-870b-b21c0a3677e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.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-9afd2bd5-515b-4269-8517-2154f046e0c5 {
  margin-top: 20px;
margin-bottom: 60px;
}

.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-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc {
  box-shadow:1px 1px 8px 2px rgba(212, 8, 151, 1);
border-style: solid;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
background-color: rgba(212, 8, 151, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc-root {
    text-align: left;
  }


#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc-root {
    text-align: left;
  }


#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc-root {
    text-align: left;
  }


#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc-root {
    text-align: left;
  }


#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc-root {
    text-align: left;
  }


#s-ec7c2f5a-61ea-47a7-8e6e-3be783bf5dfc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -60px;
background-position: center center;
}
@media (min-width: 1200px){#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 {
  display: none;
}
#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3, #wrap-s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 {
  display: none;
}
#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3, #wrap-s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 {
  display: none;
}
#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3, #wrap-s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 { display: none !important; }}@media (max-width: 767px){#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 {
  
}
}
#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 {
  background-image: url(https://i.shgcdn.com/d28a4f8c-d496-49d5-bbc5-7e2e8373411e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3 > .shg-box-overlay {
  background-color: rgba(44, 44, 44, 1);
  opacity: 0;
  display: block;
}#s-7d4df3b5-9491-4237-8eb3-7a951bde14c3.shg-box.shg-c {
  justify-content: center;
}

#s-3a2db997-4645-4593-bb34-957a5e6c96ef {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a2db997-4645-4593-bb34-957a5e6c96ef {
  
}
}@media (max-width: 767px){#s-3a2db997-4645-4593-bb34-957a5e6c96ef {
  
}
}
@media (min-width: 0px) {
[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a2db997-4645-4593-bb34-957a5e6c96ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-65db988e-7d63-4141-a082-1f487a4def4e {
  padding-bottom: 50px;
}

#s-6866a658-4a6a-47a3-a437-73338fe0c7ef {
  box-shadow:1px 1px 8px 2px rgba(48, 16, 75, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2NjMGI2MDItNzYwMC00ZTc5LWFjYTctYjIyZjQ5ZTAxM2UxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3Y2MwYjYwMi03NjAwLTRlNzktYWNhNy1iMjJmNDllMDEzZTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 60px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f76cbd"}, {"id"=>3, "pos"=>1, "color"=>"#f30d48"}];
hover-type: gradient;
}
#s-6866a658-4a6a-47a3-a437-73338fe0c7ef:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWQ5YWMyNTItMzQwYy00ZDZlLTk3NWEtMWQ5ZGE2Zjc2NTRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZDlhYzI1Mi0zNDBjLTRkNmUtOTc1YS0xZDlkYTZmNzY1NGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f76cbd"}, {"id"=>2, "pos"=>1, "color"=>"#f30d48"}] !important;
hover-type: gradient !important;}#s-6866a658-4a6a-47a3-a437-73338fe0c7ef:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjkxZTQwODItZjNhZS00MDExLWE3N2MtMGVkYmNjNDk4MmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOTFlNDA4Mi1mM2FlLTQwMTEtYTc3Yy0wZWRiY2M0OTgyYmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f76cbd"}, {"id"=>2, "pos"=>1, "color"=>"#f30d48"}] !important;
hover-type: gradient !important;}

  #s-6866a658-4a6a-47a3-a437-73338fe0c7ef-root {
    text-align: center;
  }


#s-6866a658-4a6a-47a3-a437-73338fe0c7ef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6866a658-4a6a-47a3-a437-73338fe0c7ef-root {
    text-align: center;
  }


#s-6866a658-4a6a-47a3-a437-73338fe0c7ef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6866a658-4a6a-47a3-a437-73338fe0c7ef-root {
    text-align: center;
  }


#s-6866a658-4a6a-47a3-a437-73338fe0c7ef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6866a658-4a6a-47a3-a437-73338fe0c7ef-root {
    text-align: center;
  }


#s-6866a658-4a6a-47a3-a437-73338fe0c7ef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6866a658-4a6a-47a3-a437-73338fe0c7ef-root {
    text-align: center;
  }


#s-6866a658-4a6a-47a3-a437-73338fe0c7ef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-1220a643-219d-4397-b7e7-fde26bb7e7bc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -60px;
margin-bottom: -60px;
padding-top: 7%;
padding-bottom: 7%;
background-position: center center;
}
@media (min-width: 1200px){#s-1220a643-219d-4397-b7e7-fde26bb7e7bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1220a643-219d-4397-b7e7-fde26bb7e7bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1220a643-219d-4397-b7e7-fde26bb7e7bc {
  display: none;
}
#s-1220a643-219d-4397-b7e7-fde26bb7e7bc, #wrap-s-1220a643-219d-4397-b7e7-fde26bb7e7bc { display: none !important; }}@media (max-width: 767px){#s-1220a643-219d-4397-b7e7-fde26bb7e7bc {
  display: none;
}
#s-1220a643-219d-4397-b7e7-fde26bb7e7bc, #wrap-s-1220a643-219d-4397-b7e7-fde26bb7e7bc { display: none !important; }}
#s-1220a643-219d-4397-b7e7-fde26bb7e7bc {
  background-image: url(https://i.shgcdn.com/d28a4f8c-d496-49d5-bbc5-7e2e8373411e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1220a643-219d-4397-b7e7-fde26bb7e7bc > .shg-box-overlay {
  background-color: rgba(44, 44, 44, 1);
  opacity: 0;
  display: block;
}#s-1220a643-219d-4397-b7e7-fde26bb7e7bc.shg-box.shg-c {
  justify-content: center;
}

#s-2bab8862-acc7-4c5f-89af-8c716757fe33 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bab8862-acc7-4c5f-89af-8c716757fe33 {
  
}
}@media (max-width: 767px){#s-2bab8862-acc7-4c5f-89af-8c716757fe33 {
  
}
}
@media (min-width: 0px) {
[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2bab8862-acc7-4c5f-89af-8c716757fe33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-49c7079e-b0ae-4969-a603-dadba87e81c1 {
  padding-bottom: 50px;
}

#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3 {
  box-shadow:1px 1px 8px 2px rgba(48, 16, 75, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2NjMGI2MDItNzYwMC00ZTc5LWFjYTctYjIyZjQ5ZTAxM2UxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3Y2MwYjYwMi03NjAwLTRlNzktYWNhNy1iMjJmNDllMDEzZTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 60px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f76cbd"}, {"id"=>3, "pos"=>1, "color"=>"#f30d48"}];
hover-type: gradient;
}
#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWQ5YWMyNTItMzQwYy00ZDZlLTk3NWEtMWQ5ZGE2Zjc2NTRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZDlhYzI1Mi0zNDBjLTRkNmUtOTc1YS0xZDlkYTZmNzY1NGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f76cbd"}, {"id"=>2, "pos"=>1, "color"=>"#f30d48"}] !important;
hover-type: gradient !important;}#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTg0YmY1NGItZDc2Ni00MjYxLWFmMzgtZjM5M2YzZDdlZDYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhODRiZjU0Yi1kNzY2LTQyNjEtYWYzOC1mMzkzZjNkN2VkNjIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f76cbd"}, {"id"=>2, "pos"=>1, "color"=>"#f30d48"}] !important;
hover-type: gradient !important;}

  #s-9768a0ef-b276-4f42-94cf-2e98674e9aa3-root {
    text-align: left;
  }


#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9768a0ef-b276-4f42-94cf-2e98674e9aa3-root {
    text-align: left;
  }


#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9768a0ef-b276-4f42-94cf-2e98674e9aa3-root {
    text-align: left;
  }


#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9768a0ef-b276-4f42-94cf-2e98674e9aa3-root {
    text-align: left;
  }


#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9768a0ef-b276-4f42-94cf-2e98674e9aa3-root {
    text-align: left;
  }


#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  margin-top: -100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  display: none;
}
#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7, #wrap-s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  display: none;
}
#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7, #wrap-s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  
}
}@media (max-width: 767px){#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  display: none;
}
#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7, #wrap-s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 { display: none !important; }}







#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 > .shg-box-overlay {
  background-color: rgba(44, 44, 44, 1);
  opacity: 0;
  display: block;
}#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7.shg-box.shg-c {
  justify-content: center;
}

#s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 40px;
padding-bottom: 100px;
padding-right: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 {
  display: none;
}
#s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00, #wrap-s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 { display: none !important; }}@media (max-width: 767px){#s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 {
  display: none;
}
#s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00, #wrap-s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

.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-27824640-0e99-4dca-8d77-878e53855ab5 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-27824640-0e99-4dca-8d77-878e53855ab5 .shogun-heading-component h2 {
  color: rgba(36, 36, 36, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-a406922c-bc19-4650-92b4-ae77ca0f4765 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}

#s-a406922c-bc19-4650-92b4-ae77ca0f4765 .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-bceba271-3ade-468b-9ffe-1d2297181767 {
  box-shadow:0px 0px 1px 1px rgba(255, 255, 255, 0);
margin-top: 30px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bceba271-3ade-468b-9ffe-1d2297181767 .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a920bb72-154a-469e-be1d-b895d5b5dfbd {
  box-shadow:1px 1px 8px 2px rgba(10, 122, 78, 1);
border-style: solid;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 15px;
background-color: rgba(9, 176, 111, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a920bb72-154a-469e-be1d-b895d5b5dfbd:hover {background-color: rgba(9, 176, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a920bb72-154a-469e-be1d-b895d5b5dfbd:active {background-color: rgba(9, 176, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a920bb72-154a-469e-be1d-b895d5b5dfbd-root {
    text-align: left;
  }


#s-a920bb72-154a-469e-be1d-b895d5b5dfbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a920bb72-154a-469e-be1d-b895d5b5dfbd-root {
    text-align: left;
  }


#s-a920bb72-154a-469e-be1d-b895d5b5dfbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a920bb72-154a-469e-be1d-b895d5b5dfbd-root {
    text-align: left;
  }


#s-a920bb72-154a-469e-be1d-b895d5b5dfbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a920bb72-154a-469e-be1d-b895d5b5dfbd-root {
    text-align: left;
  }


#s-a920bb72-154a-469e-be1d-b895d5b5dfbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a920bb72-154a-469e-be1d-b895d5b5dfbd-root {
    text-align: left;
  }


#s-a920bb72-154a-469e-be1d-b895d5b5dfbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-c45656f8-2ce7-4757-8fa4-5259b124d3e2 {
  background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(18, 1, 53, 1);
}
@media (max-width: 767px){#s-c45656f8-2ce7-4757-8fa4-5259b124d3e2 {
  display: none;
}
#s-c45656f8-2ce7-4757-8fa4-5259b124d3e2, #wrap-s-c45656f8-2ce7-4757-8fa4-5259b124d3e2 { display: none !important; }}







#s-c45656f8-2ce7-4757-8fa4-5259b124d3e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c45656f8-2ce7-4757-8fa4-5259b124d3e2.shg-box.shg-c {
  justify-content: center;
}

#s-8c104464-c16b-4ffa-92f4-cb453d3bb6ab {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8c104464-c16b-4ffa-92f4-cb453d3bb6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c104464-c16b-4ffa-92f4-cb453d3bb6ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c104464-c16b-4ffa-92f4-cb453d3bb6ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c104464-c16b-4ffa-92f4-cb453d3bb6ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-312c7e80-efac-41e1-a7dd-fd403110ff8c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-312c7e80-efac-41e1-a7dd-fd403110ff8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-312c7e80-efac-41e1-a7dd-fd403110ff8c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-830d1505-11f6-486a-aa33-d061b3f78661 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-830d1505-11f6-486a-aa33-d061b3f78661 img.shogun-image {
    

    
    
    
  }


#s-830d1505-11f6-486a-aa33-d061b3f78661 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b27276-61fe-4358-b0fa-86f14208e705 {
  padding-left: 20%;
padding-right: 20%;
}

#s-329cb8de-3441-4981-b8f9-1a150fb5ca3d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-329cb8de-3441-4981-b8f9-1a150fb5ca3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-329cb8de-3441-4981-b8f9-1a150fb5ca3d.shg-box.shg-c {
  justify-content: center;
}

#s-4506e691-9707-47d8-8073-c3684b284713 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-4506e691-9707-47d8-8073-c3684b284713 img.shogun-image {
    

    
    
    
  }


#s-4506e691-9707-47d8-8073-c3684b284713 .shogun-image-content {
  
    align-items: center;
  
}

#s-c499396e-3d4b-4780-badf-c24012c1ebb5 {
  padding-left: 20%;
padding-right: 20%;
}

#s-198fba5b-6e37-4419-987e-53f44bf228da {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
}








#s-198fba5b-6e37-4419-987e-53f44bf228da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-198fba5b-6e37-4419-987e-53f44bf228da.shg-box.shg-c {
  justify-content: center;
}

#s-c622a215-0622-49e6-935a-39735be85274 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-c622a215-0622-49e6-935a-39735be85274 img.shogun-image {
    

    
    
    
  }


#s-c622a215-0622-49e6-935a-39735be85274 .shogun-image-content {
  
    align-items: center;
  
}

#s-cddcdbeb-8d97-4d79-bcf7-255c0121131c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-cddcdbeb-8d97-4d79-bcf7-255c0121131c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cddcdbeb-8d97-4d79-bcf7-255c0121131c.shg-box.shg-c {
  justify-content: center;
}

#s-85efc3dd-c461-415c-ac10-a76465c4f3ac {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-85efc3dd-c461-415c-ac10-a76465c4f3ac img.shogun-image {
    

    
    
    
  }


#s-85efc3dd-c461-415c-ac10-a76465c4f3ac .shogun-image-content {
  
    align-items: center;
  
}

#s-f3741d86-dae0-46d5-8c29-055927db599c {
  padding-left: 20%;
padding-right: 20%;
}

#s-ca8f1e41-26fb-4a0a-bb3f-5f34abfbee29 {
  min-height: 50px;
}








#s-ca8f1e41-26fb-4a0a-bb3f-5f34abfbee29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca8f1e41-26fb-4a0a-bb3f-5f34abfbee29.shg-box.shg-c {
  justify-content: center;
}

#s-836668c9-209e-4317-9109-a1dbfb2e7839 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-836668c9-209e-4317-9109-a1dbfb2e7839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-836668c9-209e-4317-9109-a1dbfb2e7839.shg-box.shg-c {
  justify-content: center;
}

#s-12428dff-b989-4cff-a9fd-551d40e98718 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-12428dff-b989-4cff-a9fd-551d40e98718 img.shogun-image {
    

    
    
    
  }


#s-12428dff-b989-4cff-a9fd-551d40e98718 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e903674-9bc5-41ad-b3b9-06ecd024e3a0 {
  padding-left: 20%;
padding-right: 20%;
}

#s-e3118a18-fa56-4233-b476-49fccdf9413c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-e3118a18-fa56-4233-b476-49fccdf9413c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3118a18-fa56-4233-b476-49fccdf9413c.shg-box.shg-c {
  justify-content: center;
}

#s-99975008-07da-406c-bf37-056d2f9e59e6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-99975008-07da-406c-bf37-056d2f9e59e6 img.shogun-image {
    

    
    
    
  }


#s-99975008-07da-406c-bf37-056d2f9e59e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d984ef1f-60f1-4c25-b061-39b7750c945b {
  padding-left: 20%;
padding-right: 20%;
}

#s-15401608-7885-4f42-a1f5-deedca7bc7b5 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-15401608-7885-4f42-a1f5-deedca7bc7b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15401608-7885-4f42-a1f5-deedca7bc7b5.shg-box.shg-c {
  justify-content: center;
}

#s-4ecdd58a-199b-499d-b454-fa889797893e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-4ecdd58a-199b-499d-b454-fa889797893e img.shogun-image {
    

    
    
    
  }


#s-4ecdd58a-199b-499d-b454-fa889797893e .shogun-image-content {
  
    align-items: center;
  
}

#s-38381bf8-9cc8-45f5-8da5-b80bc63a347e {
  padding-left: 20%;
padding-right: 20%;
}

#s-6b8ed229-6333-4630-8d1c-a324dea021a9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-6b8ed229-6333-4630-8d1c-a324dea021a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b8ed229-6333-4630-8d1c-a324dea021a9.shg-box.shg-c {
  justify-content: center;
}

#s-59cd86f3-180c-495f-9c2f-6648ce1ea4d8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-59cd86f3-180c-495f-9c2f-6648ce1ea4d8 img.shogun-image {
    

    
    
    
  }


#s-59cd86f3-180c-495f-9c2f-6648ce1ea4d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-40f9ea19-2254-49cb-b588-5fdea25bd45c {
  padding-left: 20%;
padding-right: 20%;
}

#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 {
  background-size: cover;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 {
  display: none;
}
#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31, #wrap-s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 {
  display: none;
}
#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31, #wrap-s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 {
  display: none;
}
#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31, #wrap-s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 { display: none !important; }}







#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b91dcf4c-02b3-440c-b25b-5e958d2bca31.shg-box.shg-c {
  justify-content: center;
}

#s-bc7f2724-f56f-4b52-9e72-33f65f1c7639 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bc7f2724-f56f-4b52-9e72-33f65f1c7639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc7f2724-f56f-4b52-9e72-33f65f1c7639"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc7f2724-f56f-4b52-9e72-33f65f1c7639"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc7f2724-f56f-4b52-9e72-33f65f1c7639"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-768aaf91-d4fc-4d78-aa81-22b07c6c8e98 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-768aaf91-d4fc-4d78-aa81-22b07c6c8e98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-768aaf91-d4fc-4d78-aa81-22b07c6c8e98.shg-box.shg-c {
  justify-content: center;
}

#s-7dfa8c18-3a6d-466b-85cb-93b88957f7ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-7dfa8c18-3a6d-466b-85cb-93b88957f7ef img.shogun-image {
    

    
    
    
  }


#s-7dfa8c18-3a6d-466b-85cb-93b88957f7ef .shogun-image-content {
  
    align-items: center;
  
}

#s-b82dd452-dda3-4799-843e-b31cd3c748ab {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-b82dd452-dda3-4799-843e-b31cd3c748ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b82dd452-dda3-4799-843e-b31cd3c748ab.shg-box.shg-c {
  justify-content: center;
}

#s-bcd6c3e9-d2f2-4f61-875e-399254ab51dd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-bcd6c3e9-d2f2-4f61-875e-399254ab51dd img.shogun-image {
    

    
    
    
  }


#s-bcd6c3e9-d2f2-4f61-875e-399254ab51dd .shogun-image-content {
  
    align-items: center;
  
}

#s-51bf21d8-402e-40da-8182-c0c957d2ed85 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-51bf21d8-402e-40da-8182-c0c957d2ed85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51bf21d8-402e-40da-8182-c0c957d2ed85.shg-box.shg-c {
  justify-content: center;
}

#s-7af5ab43-9990-45ab-9526-3eb6eb6d7ab0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-7af5ab43-9990-45ab-9526-3eb6eb6d7ab0 img.shogun-image {
    

    
    
    
  }


#s-7af5ab43-9990-45ab-9526-3eb6eb6d7ab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2f46017-3dd7-433f-835e-becab9ee92d8 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-f2f46017-3dd7-433f-835e-becab9ee92d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2f46017-3dd7-433f-835e-becab9ee92d8.shg-box.shg-c {
  justify-content: center;
}

#s-1c04efde-d611-491e-89a9-a7e6809d9f5f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-1c04efde-d611-491e-89a9-a7e6809d9f5f img.shogun-image {
    

    
    
    
  }


#s-1c04efde-d611-491e-89a9-a7e6809d9f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-9e42d99b-6d9f-4f70-85fb-34498135992b {
  min-height: 50px;
}








#s-9e42d99b-6d9f-4f70-85fb-34498135992b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e42d99b-6d9f-4f70-85fb-34498135992b.shg-box.shg-c {
  justify-content: center;
}

#s-3b139a04-9bb1-4991-864e-b28af6ac9417 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-3b139a04-9bb1-4991-864e-b28af6ac9417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b139a04-9bb1-4991-864e-b28af6ac9417.shg-box.shg-c {
  justify-content: center;
}

#s-ff12e20a-fd3e-4528-9374-bdcc4507c188 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-ff12e20a-fd3e-4528-9374-bdcc4507c188 img.shogun-image {
    

    
    
    
  }


#s-ff12e20a-fd3e-4528-9374-bdcc4507c188 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ebe43fb-1f81-487f-8a83-88f47f7e7c12 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-4ebe43fb-1f81-487f-8a83-88f47f7e7c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ebe43fb-1f81-487f-8a83-88f47f7e7c12.shg-box.shg-c {
  justify-content: center;
}

#s-1cd309c2-a95a-4c69-a8b8-84606f47c4e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-1cd309c2-a95a-4c69-a8b8-84606f47c4e7 img.shogun-image {
    

    
    
    
  }


#s-1cd309c2-a95a-4c69-a8b8-84606f47c4e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc3a213-a107-4cba-b8d3-035605777329 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ebc3a213-a107-4cba-b8d3-035605777329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebc3a213-a107-4cba-b8d3-035605777329.shg-box.shg-c {
  justify-content: center;
}

#s-d0e6690d-89a7-4cc2-957a-420234a15ece {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-d0e6690d-89a7-4cc2-957a-420234a15ece img.shogun-image {
    

    
    
    
  }


#s-d0e6690d-89a7-4cc2-957a-420234a15ece .shogun-image-content {
  
    align-items: center;
  
}

#s-2ac21b1c-dcce-4f90-814b-68e60ef4fde1 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-2ac21b1c-dcce-4f90-814b-68e60ef4fde1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ac21b1c-dcce-4f90-814b-68e60ef4fde1.shg-box.shg-c {
  justify-content: center;
}

#s-6e3312ca-9697-4383-a3ee-c1953956d156 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-6e3312ca-9697-4383-a3ee-c1953956d156 img.shogun-image {
    

    
    
    
  }


#s-6e3312ca-9697-4383-a3ee-c1953956d156 .shogun-image-content {
  
    align-items: center;
  
}

#s-7292b9c0-46eb-4cf8-b190-a5d1249453cf {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (max-width: 767px){#s-7292b9c0-46eb-4cf8-b190-a5d1249453cf {
  display: none;
}
#s-7292b9c0-46eb-4cf8-b190-a5d1249453cf, #wrap-s-7292b9c0-46eb-4cf8-b190-a5d1249453cf { display: none !important; }}







#s-7292b9c0-46eb-4cf8-b190-a5d1249453cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7292b9c0-46eb-4cf8-b190-a5d1249453cf.shg-box.shg-c {
  justify-content: center;
}

#s-749fd05c-c5c0-4f87-8077-a8848c42bd5f {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-749fd05c-c5c0-4f87-8077-a8848c42bd5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-dd98a886-2c1b-42d8-88e2-9162311345a8 {
  margin-top: 20px;
}

#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  display: none;
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  display: none;
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  display: none;
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 { display: none !important; }}@media (max-width: 767px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  
}
}







#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532.shg-box.shg-c {
  justify-content: center;
}

#s-fd92eb02-caf9-4069-899a-e76ff354ff5a {
  margin-top: 20px;
}

#s-b8ed732a-9f86-4423-bc21-a6ad964f2045 {
  border-style: solid;
margin-top: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b8ed732a-9f86-4423-bc21-a6ad964f2045:hover {border-style: solid !important;
border-color: rgba(212, 8, 151, 1) !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8ed732a-9f86-4423-bc21-a6ad964f2045:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8ed732a-9f86-4423-bc21-a6ad964f2045-root {
    text-align: center;
  }


#s-b8ed732a-9f86-4423-bc21-a6ad964f2045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8ed732a-9f86-4423-bc21-a6ad964f2045-root {
    text-align: center;
  }


#s-b8ed732a-9f86-4423-bc21-a6ad964f2045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8ed732a-9f86-4423-bc21-a6ad964f2045-root {
    text-align: center;
  }


#s-b8ed732a-9f86-4423-bc21-a6ad964f2045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8ed732a-9f86-4423-bc21-a6ad964f2045-root {
    text-align: center;
  }


#s-b8ed732a-9f86-4423-bc21-a6ad964f2045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8ed732a-9f86-4423-bc21-a6ad964f2045-root {
    text-align: center;
  }


#s-b8ed732a-9f86-4423-bc21-a6ad964f2045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(18, 1, 53, 1);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  
}
}@media (max-width: 767px){#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  display: none;
}
#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b, #wrap-s-d2afe9e0-e23a-4e60-9650-048ec035ca1b { display: none !important; }}







#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8b0abf4-c71a-4946-b26e-5460056e9ca9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (max-width: 767px){#s-498af9bf-f8d7-42bf-b56d-9a188a96b979 {
  
}
}
#s-cc7ad72d-bd94-4786-91af-dedd50ca8c5a {
  padding-top: 10px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-5b95749a-ad06-45dd-b9fc-534f2efa8099"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b95749a-ad06-45dd-b9fc-534f2efa8099"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5b95749a-ad06-45dd-b9fc-534f2efa8099"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b95749a-ad06-45dd-b9fc-534f2efa8099"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px){#s-cc3c0c79-9df7-436c-a469-c1f72ec67523 {
  
}
}
#s-6fb583dd-6d35-4784-8b2a-99bf6f79851e {
  text-align: right;
}

@media (max-width: 767px){#s-cad373b5-956c-4608-909d-faa4360dc938 {
  
}
}
#s-01e49792-60a1-4011-b134-b2dc4a7751ba {
  text-align: right;
}

@media (max-width: 767px){#s-7b3ebfc1-a1a9-4d2e-b8a1-84e1df2b00e9 {
  
}
}
@media (max-width: 767px){#s-5b2558b7-535b-4867-ab14-ca35ec5b261d {
  
}
}
#s-1a253719-9859-433a-b5ad-0f8d464c69e6 {
  background-size: cover;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(18, 1, 53, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-1a253719-9859-433a-b5ad-0f8d464c69e6 {
  display: none;
}
#s-1a253719-9859-433a-b5ad-0f8d464c69e6, #wrap-s-1a253719-9859-433a-b5ad-0f8d464c69e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a253719-9859-433a-b5ad-0f8d464c69e6 {
  display: none;
}
#s-1a253719-9859-433a-b5ad-0f8d464c69e6, #wrap-s-1a253719-9859-433a-b5ad-0f8d464c69e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a253719-9859-433a-b5ad-0f8d464c69e6 {
  display: none;
}
#s-1a253719-9859-433a-b5ad-0f8d464c69e6, #wrap-s-1a253719-9859-433a-b5ad-0f8d464c69e6 { display: none !important; }}@media (max-width: 767px){#s-1a253719-9859-433a-b5ad-0f8d464c69e6 {
  
}
}







#s-1a253719-9859-433a-b5ad-0f8d464c69e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a253719-9859-433a-b5ad-0f8d464c69e6.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-dc37ac16-3659-4dcf-b52c-51f6b439cb74 {
  
}
}
#s-02dadf37-104e-4b8c-a43b-6d05faf6736e {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-4270b61f-176f-4e3e-9a88-17cb5b8ea277 {
  background-color: rgba(18, 1, 53, 1);
}

#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 {
  padding-left: 15%;
padding-right: 15%;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 {
  display: none;
}
#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52, #wrap-s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 {
  display: none;
}
#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52, #wrap-s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 {
  display: none;
}
#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52, #wrap-s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 { display: none !important; }}@media (max-width: 767px){#s-e299944b-b17e-4dbd-aaf9-4ff31c15fb52 {
  
}
}
#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 {
  display: none;
}
#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721, #wrap-s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 {
  display: none;
}
#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721, #wrap-s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 {
  display: none;
}
#s-a5b9e4f0-9075-4eb8-9734-16b18aa67721, #wrap-s-a5b9e4f0-9075-4eb8-9734-16b18aa67721 { display: none !important; }}
#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 {
  padding-left: 15%;
padding-right: 15%;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 {
  display: none;
}
#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002, #wrap-s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 {
  display: none;
}
#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002, #wrap-s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 {
  display: none;
}
#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002, #wrap-s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 { display: none !important; }}@media (max-width: 767px){#s-e7c43a6a-727b-4e8c-ae68-7f53d27f0002 {
  
}
}
#s-23ab5076-5cb1-4761-8010-788ca733a778 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-23ab5076-5cb1-4761-8010-788ca733a778 {
  display: none;
}
#s-23ab5076-5cb1-4761-8010-788ca733a778, #wrap-s-23ab5076-5cb1-4761-8010-788ca733a778 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23ab5076-5cb1-4761-8010-788ca733a778 {
  display: none;
}
#s-23ab5076-5cb1-4761-8010-788ca733a778, #wrap-s-23ab5076-5cb1-4761-8010-788ca733a778 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23ab5076-5cb1-4761-8010-788ca733a778 {
  display: none;
}
#s-23ab5076-5cb1-4761-8010-788ca733a778, #wrap-s-23ab5076-5cb1-4761-8010-788ca733a778 { display: none !important; }}
#s-40213e57-82a4-44bf-bc55-377336f55447 {
  padding-left: 15%;
padding-right: 15%;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-40213e57-82a4-44bf-bc55-377336f55447 {
  display: none;
}
#s-40213e57-82a4-44bf-bc55-377336f55447, #wrap-s-40213e57-82a4-44bf-bc55-377336f55447 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40213e57-82a4-44bf-bc55-377336f55447 {
  display: none;
}
#s-40213e57-82a4-44bf-bc55-377336f55447, #wrap-s-40213e57-82a4-44bf-bc55-377336f55447 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40213e57-82a4-44bf-bc55-377336f55447 {
  display: none;
}
#s-40213e57-82a4-44bf-bc55-377336f55447, #wrap-s-40213e57-82a4-44bf-bc55-377336f55447 { display: none !important; }}@media (max-width: 767px){#s-40213e57-82a4-44bf-bc55-377336f55447 {
  
}
}
#s-05ffbdf0-1052-420f-9781-4d79b905061f {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-05ffbdf0-1052-420f-9781-4d79b905061f {
  display: none;
}
#s-05ffbdf0-1052-420f-9781-4d79b905061f, #wrap-s-05ffbdf0-1052-420f-9781-4d79b905061f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05ffbdf0-1052-420f-9781-4d79b905061f {
  display: none;
}
#s-05ffbdf0-1052-420f-9781-4d79b905061f, #wrap-s-05ffbdf0-1052-420f-9781-4d79b905061f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05ffbdf0-1052-420f-9781-4d79b905061f {
  display: none;
}
#s-05ffbdf0-1052-420f-9781-4d79b905061f, #wrap-s-05ffbdf0-1052-420f-9781-4d79b905061f { display: none !important; }}
#s-70953687-650e-4453-b3cf-fad3ff5c4eed {
  padding-left: 15%;
padding-right: 15%;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-70953687-650e-4453-b3cf-fad3ff5c4eed {
  display: none;
}
#s-70953687-650e-4453-b3cf-fad3ff5c4eed, #wrap-s-70953687-650e-4453-b3cf-fad3ff5c4eed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70953687-650e-4453-b3cf-fad3ff5c4eed {
  display: none;
}
#s-70953687-650e-4453-b3cf-fad3ff5c4eed, #wrap-s-70953687-650e-4453-b3cf-fad3ff5c4eed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70953687-650e-4453-b3cf-fad3ff5c4eed {
  display: none;
}
#s-70953687-650e-4453-b3cf-fad3ff5c4eed, #wrap-s-70953687-650e-4453-b3cf-fad3ff5c4eed { display: none !important; }}@media (max-width: 767px){#s-70953687-650e-4453-b3cf-fad3ff5c4eed {
  
}
}
#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 {
  margin-bottom: -60px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 {
  display: none;
}
#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15, #wrap-s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 { display: none !important; }}@media (max-width: 767px){#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 {
  display: none;
}
#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15, #wrap-s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 { display: none !important; }}







#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15.shg-box.shg-c {
  justify-content: center;
}

#s-93f715e9-1ccb-4c34-8724-60833308c144 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-93f715e9-1ccb-4c34-8724-60833308c144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93f715e9-1ccb-4c34-8724-60833308c144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-93f715e9-1ccb-4c34-8724-60833308c144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-93f715e9-1ccb-4c34-8724-60833308c144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px){#s-b0bf0cd6-7ee2-41ce-bbe6-6c20bb0a587b {
  
}
}
#s-ef877502-165b-497d-9501-b1047c1b2bc2 {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-e1639523-a727-4f96-bbfa-bb8b726f635a {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-bd8afc11-e40b-4f58-9a44-3426f6b25328 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
}

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

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

#s-c35ef437-f9c7-46d0-9243-325b63629986 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-3bbc2a48-b138-4da0-a6ad-09fee900a154 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-0b1015a8-6e81-40b0-8ec6-01bda776e809 {
  text-align: center;
}

#s-0b1015a8-6e81-40b0-8ec6-01bda776e809 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-0b1015a8-6e81-40b0-8ec6-01bda776e809 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-0b1015a8-6e81-40b0-8ec6-01bda776e809 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
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: rgba(212, 8, 151, 1);
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6: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: rgba(212, 8, 151, 1) !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(212, 8, 151, 1) !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6-atc-btn-wrapper {
    text-align: center;
  }


#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6-atc-btn-wrapper {
    text-align: center;
  }


#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6-atc-btn-wrapper {
    text-align: center;
  }


#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6-atc-btn-wrapper {
    text-align: center;
  }


#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6-atc-btn-wrapper {
    text-align: center;
  }


#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-27c8f1b0-870e-4e6a-8c4a-f3d419d56bb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 {
  margin-bottom: -60px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 {
  display: none;
}
#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4, #wrap-s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 {
  display: none;
}
#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4, #wrap-s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 { display: none !important; }}@media (max-width: 767px){#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 {
  display: none;
}
#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4, #wrap-s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 { display: none !important; }}







#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbeeab02-1af0-499d-b8e4-8c2d321929a4.shg-box.shg-c {
  justify-content: center;
}

#s-bbae383f-3c9f-4493-8d8c-c56b4c0491f0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-bbae383f-3c9f-4493-8d8c-c56b4c0491f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbae383f-3c9f-4493-8d8c-c56b4c0491f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-bbae383f-3c9f-4493-8d8c-c56b4c0491f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbae383f-3c9f-4493-8d8c-c56b4c0491f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px){#s-06abcf8d-6b61-497b-bd21-20abcd051c00 {
  
}
}
#s-00d4a3a4-64b8-4d0f-9a54-270d8e9f16a2 {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-bfc334da-7155-40e0-8576-6cba83f450a9 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-550366d8-3d1b-40c4-8119-b552171f613c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
}

#s-ccc24989-dc1e-480b-8f4f-eca05045dc65 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-d60ca0cf-171b-4c2d-890f-b16bf9e43190 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-5c5588e9-4ff0-48fa-a4a0-17c608e4f0cd {
  text-align: center;
}

#s-5c5588e9-4ff0-48fa-a4a0-17c608e4f0cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-5c5588e9-4ff0-48fa-a4a0-17c608e4f0cd .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-5c5588e9-4ff0-48fa-a4a0-17c608e4f0cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1-atc-btn-wrapper {
    text-align: center;
  }


#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1-atc-btn-wrapper {
    text-align: center;
  }


#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1-atc-btn-wrapper {
    text-align: center;
  }


#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1-atc-btn-wrapper {
    text-align: center;
  }


#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1-atc-btn-wrapper {
    text-align: center;
  }


#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ce14a8b3-d5c3-4a52-81cd-7ed192d34db1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 {
  display: none;
}
#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6, #wrap-s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 {
  display: none;
}
#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6, #wrap-s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 {
  display: none;
}
#s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6, #wrap-s-7a3889c8-8e24-4eb7-93ac-ed4f0d6d9ff6 { display: none !important; }}
#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  margin-bottom: -60px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  display: none;
}
#s-f5c86eb4-5468-440a-a627-e611a8b20f6f, #wrap-s-f5c86eb4-5468-440a-a627-e611a8b20f6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  display: none;
}
#s-f5c86eb4-5468-440a-a627-e611a8b20f6f, #wrap-s-f5c86eb4-5468-440a-a627-e611a8b20f6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  display: none;
}
#s-f5c86eb4-5468-440a-a627-e611a8b20f6f, #wrap-s-f5c86eb4-5468-440a-a627-e611a8b20f6f { display: none !important; }}@media (max-width: 767px){#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  
}
}







#s-f5c86eb4-5468-440a-a627-e611a8b20f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5c86eb4-5468-440a-a627-e611a8b20f6f.shg-box.shg-c {
  justify-content: center;
}

#s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (max-width: 767px){#s-e0390f7e-ee33-42b8-b5eb-ed0e75f1c163 {
  
}
}
#s-27b61f70-d24b-4a75-a6eb-cf4242694f7a {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-9319f4be-4265-44d3-a30c-36adde3365f1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-2e87ff07-c5a8-4130-93a6-2c8aff877d05 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-95fd9ff2-16e5-42aa-b2ca-8fff942cdd7d {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-95fd9ff2-16e5-42aa-b2ca-8fff942cdd7d hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-68458fa5-b948-48bb-b4a0-16e745f6c51a {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-68458fa5-b948-48bb-b4a0-16e745f6c51a hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-821aef3e-e1d6-44b3-83b4-f03e7d314006 {
  text-align: center;
}

#s-821aef3e-e1d6-44b3-83b4-f03e7d314006 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-821aef3e-e1d6-44b3-83b4-f03e7d314006 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-821aef3e-e1d6-44b3-83b4-f03e7d314006 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06-atc-btn-wrapper {
    text-align: center;
  }


#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06-atc-btn-wrapper {
    text-align: center;
  }


#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06-atc-btn-wrapper {
    text-align: center;
  }


#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06-atc-btn-wrapper {
    text-align: center;
  }


#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06-atc-btn-wrapper {
    text-align: center;
  }


#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c9fbb6c0-4227-4bb0-bc06-f8dfdf145e06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
