.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-0e9ad3c8-73cc-4cd2-9521-5de2223776d0 {
  margin-top: 20px;
margin-bottom: 60px;
}

#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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ0MDBhNjAtNDkxZC00ZDY5LWFlN2ItYzcwMTU2ZTlkNmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDQwMGE2MC00OTFkLTRkNjktYWU3Yi1jNzAxNTZlOWQ2ZDcpIi8+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-177f45d5-c782-4b16-aa86-0f3c858b2851 {
  margin-top: 20px;
margin-bottom: 60px;
}

#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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTI5MzM1ZmQtZTMwNC00ZDkyLWE2ZTctNzFiNDZjYmE4ZGJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MjkzMzVmZC1lMzA0LTRkOTItYTZlNy03MWI0NmNiYThkYmEpIi8+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 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -100px;
min-height: 50px;
background-position: center center;
}
@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-a91be92c-d72f-45e6-ae6d-ce8eb7617d47 {
  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 (min-width: 768px) and (max-width: 991px){#s-a91be92c-d72f-45e6-ae6d-ce8eb7617d47 {
  
}
}@media (max-width: 767px){#s-a91be92c-d72f-45e6-ae6d-ce8eb7617d47 {
  display: none;
}
#s-a91be92c-d72f-45e6-ae6d-ce8eb7617d47, #wrap-s-a91be92c-d72f-45e6-ae6d-ce8eb7617d47 { display: none !important; }}







#s-a91be92c-d72f-45e6-ae6d-ce8eb7617d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a91be92c-d72f-45e6-ae6d-ce8eb7617d47.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8116200d-a5b3-4084-a177-18551af75d6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-252aeae8-aa15-4298-b6b9-2140632cf52a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ef8e583b-3a8b-47e3-a949-db8128c78e76 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-1311a8e9-fd20-48a4-8c56-9ddbc2897ee7 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-5907f5e2-7036-4b92-aaaa-44b71bec4400 {
  padding-bottom: 40px;
}

#s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351 {
  padding-top: 7%;
padding-left: 5%;
padding-bottom: 7%;
padding-right: 5%;
background-color: rgba(249, 250, 243, 1);
}
@media (max-width: 767px){#s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351 {
  display: none;
}
#s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351, #wrap-s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351 { display: none !important; }}
@media (min-width: 0px) {
[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-155adb55-d225-4033-a3f4-7a146d9c0772 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ce806b36-f197-4417-8eae-4f67118e8e87 {
  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(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ce806b36-f197-4417-8eae-4f67118e8e87 {
  display: none;
}
#s-ce806b36-f197-4417-8eae-4f67118e8e87, #wrap-s-ce806b36-f197-4417-8eae-4f67118e8e87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce806b36-f197-4417-8eae-4f67118e8e87 {
  display: none;
}
#s-ce806b36-f197-4417-8eae-4f67118e8e87, #wrap-s-ce806b36-f197-4417-8eae-4f67118e8e87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce806b36-f197-4417-8eae-4f67118e8e87 {
  display: none;
}
#s-ce806b36-f197-4417-8eae-4f67118e8e87, #wrap-s-ce806b36-f197-4417-8eae-4f67118e8e87 { display: none !important; }}@media (max-width: 767px){#s-ce806b36-f197-4417-8eae-4f67118e8e87 {
  
}
}







#s-ce806b36-f197-4417-8eae-4f67118e8e87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce806b36-f197-4417-8eae-4f67118e8e87.shg-box.shg-c {
  justify-content: center;
}

#s-6e6a62ae-aec7-4848-890b-1a9b2188d222 {
  padding-top: 7%;
padding-left: 5%;
padding-bottom: 7%;
padding-right: 5%;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-6e6a62ae-aec7-4848-890b-1a9b2188d222 {
  display: none;
}
#s-6e6a62ae-aec7-4848-890b-1a9b2188d222, #wrap-s-6e6a62ae-aec7-4848-890b-1a9b2188d222 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6a62ae-aec7-4848-890b-1a9b2188d222 {
  display: none;
}
#s-6e6a62ae-aec7-4848-890b-1a9b2188d222, #wrap-s-6e6a62ae-aec7-4848-890b-1a9b2188d222 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e6a62ae-aec7-4848-890b-1a9b2188d222 {
  display: none;
}
#s-6e6a62ae-aec7-4848-890b-1a9b2188d222, #wrap-s-6e6a62ae-aec7-4848-890b-1a9b2188d222 { display: none !important; }}@media (max-width: 767px){#s-6e6a62ae-aec7-4848-890b-1a9b2188d222 {
  
}
}
@media (min-width: 0px) {
[id="s-6e6a62ae-aec7-4848-890b-1a9b2188d222"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e6a62ae-aec7-4848-890b-1a9b2188d222"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e6a62ae-aec7-4848-890b-1a9b2188d222"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e6a62ae-aec7-4848-890b-1a9b2188d222"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16a43797-288c-44cf-b6ea-6367dbb1e937 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

#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;
}

.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-84ceaa0d-4a79-4a65-8336-7da09687a548 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-84ceaa0d-4a79-4a65-8336-7da09687a548 img.shogun-image {
    

    
    
    
  }


#s-84ceaa0d-4a79-4a65-8336-7da09687a548 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e3cf282-3bb1-4bb4-b1f4-7fd3c6fa166f {
  padding-bottom: 40px;
}

#s-4a20d3b0-4e4d-480f-b0a0-c9dcde26e603 {
  padding-bottom: 40px;
}

#s-751b6404-4270-4da2-99a3-c627d766ee19 {
  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 (min-width: 1200px){#s-751b6404-4270-4da2-99a3-c627d766ee19 {
  display: none;
}
#s-751b6404-4270-4da2-99a3-c627d766ee19, #wrap-s-751b6404-4270-4da2-99a3-c627d766ee19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-751b6404-4270-4da2-99a3-c627d766ee19 {
  display: none;
}
#s-751b6404-4270-4da2-99a3-c627d766ee19, #wrap-s-751b6404-4270-4da2-99a3-c627d766ee19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-751b6404-4270-4da2-99a3-c627d766ee19 {
  display: none;
}
#s-751b6404-4270-4da2-99a3-c627d766ee19, #wrap-s-751b6404-4270-4da2-99a3-c627d766ee19 { display: none !important; }}@media (max-width: 767px){#s-751b6404-4270-4da2-99a3-c627d766ee19 {
  
}
}







#s-751b6404-4270-4da2-99a3-c627d766ee19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-751b6404-4270-4da2-99a3-c627d766ee19.shg-box.shg-c {
  justify-content: center;
}

#s-7835cd79-436a-4b0f-9f3b-90b605b66d7e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-7835cd79-436a-4b0f-9f3b-90b605b66d7e img.shogun-image {
    

    
    
    
  }


#s-7835cd79-436a-4b0f-9f3b-90b605b66d7e .shogun-image-content {
  
    align-items: center;
  
}

#s-f656f601-13b9-4647-a609-22162641bd07 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-51e245de-84f2-47c2-95ee-91198736627b {
  padding-bottom: 40px;
}

#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: 5%;
padding-left: 5%;
padding-bottom: 5%;
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-3df5f529-8900-4181-a34f-3c83a3d50938 {
  margin-top: 60px;
margin-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-3df5f529-8900-4181-a34f-3c83a3d50938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3df5f529-8900-4181-a34f-3c83a3d50938"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3df5f529-8900-4181-a34f-3c83a3d50938"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3df5f529-8900-4181-a34f-3c83a3d50938"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#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 {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: 18px;
  
  
  
  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: 18px;
  
  
  
  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: 18px;
  
  
  
  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: 18px;
  
  
  
  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: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  background-size: cover;
padding-top: 3%;
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: 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;
}

#s-d8b0abf4-c71a-4946-b26e-5460056e9ca9 {
  padding-bottom: 40px;
}

@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 {
  
}
}
@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-4270b61f-176f-4e3e-9a88-17cb5b8ea277 {
  background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-4270b61f-176f-4e3e-9a88-17cb5b8ea277 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4270b61f-176f-4e3e-9a88-17cb5b8ea277 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4270b61f-176f-4e3e-9a88-17cb5b8ea277 {
  
}
}
#s-07ceab48-fe8d-4418-b542-ec90263ef617 {
  background-size: cover;
padding-top: 3%;
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-07ceab48-fe8d-4418-b542-ec90263ef617 {
  display: none;
}
#s-07ceab48-fe8d-4418-b542-ec90263ef617, #wrap-s-07ceab48-fe8d-4418-b542-ec90263ef617 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07ceab48-fe8d-4418-b542-ec90263ef617 {
  display: none;
}
#s-07ceab48-fe8d-4418-b542-ec90263ef617, #wrap-s-07ceab48-fe8d-4418-b542-ec90263ef617 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07ceab48-fe8d-4418-b542-ec90263ef617 {
  display: none;
}
#s-07ceab48-fe8d-4418-b542-ec90263ef617, #wrap-s-07ceab48-fe8d-4418-b542-ec90263ef617 { display: none !important; }}@media (max-width: 767px){#s-07ceab48-fe8d-4418-b542-ec90263ef617 {
  
}
}







#s-07ceab48-fe8d-4418-b542-ec90263ef617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07ceab48-fe8d-4418-b542-ec90263ef617.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-49d80b98-ece0-41ed-93ab-d23614918607 {
  
}
}
#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-da866d72-ffd5-4443-bcf7-72d2a42b72a9 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-da866d72-ffd5-4443-bcf7-72d2a42b72a9 {
  display: none;
}
#s-da866d72-ffd5-4443-bcf7-72d2a42b72a9, #wrap-s-da866d72-ffd5-4443-bcf7-72d2a42b72a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da866d72-ffd5-4443-bcf7-72d2a42b72a9 {
  display: none;
}
#s-da866d72-ffd5-4443-bcf7-72d2a42b72a9, #wrap-s-da866d72-ffd5-4443-bcf7-72d2a42b72a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da866d72-ffd5-4443-bcf7-72d2a42b72a9 {
  display: none;
}
#s-da866d72-ffd5-4443-bcf7-72d2a42b72a9, #wrap-s-da866d72-ffd5-4443-bcf7-72d2a42b72a9 { 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-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc {
  display: none;
}
#s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc, #wrap-s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc {
  display: none;
}
#s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc, #wrap-s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc {
  display: none;
}
#s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc, #wrap-s-76d3f54c-ebe5-422f-b79a-8c5ecdf62edc { 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-f8544c11-0d40-4f28-86fa-236924233fac {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-f8544c11-0d40-4f28-86fa-236924233fac {
  display: none;
}
#s-f8544c11-0d40-4f28-86fa-236924233fac, #wrap-s-f8544c11-0d40-4f28-86fa-236924233fac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8544c11-0d40-4f28-86fa-236924233fac {
  display: none;
}
#s-f8544c11-0d40-4f28-86fa-236924233fac, #wrap-s-f8544c11-0d40-4f28-86fa-236924233fac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8544c11-0d40-4f28-86fa-236924233fac {
  display: none;
}
#s-f8544c11-0d40-4f28-86fa-236924233fac, #wrap-s-f8544c11-0d40-4f28-86fa-236924233fac { 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 (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: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 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: 0px;
padding-bottom: 0px;
}

.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 {
  padding-top: 20px;
padding-bottom: 20px;
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-03fc1df9-1da6-4b1a-9908-9f28f82cac3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b-atc-btn-wrapper {
    text-align: center;
  }


#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b-atc-btn-wrapper {
    text-align: center;
  }


#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b-atc-btn-wrapper {
    text-align: center;
  }


#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b-atc-btn-wrapper {
    text-align: center;
  }


#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b-atc-btn-wrapper {
    text-align: center;
  }


#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03fc1df9-1da6-4b1a-9908-9f28f82cac3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6575919a-a8a9-477b-94b2-419d62557f95 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-6575919a-a8a9-477b-94b2-419d62557f95 {
  display: none;
}
#s-6575919a-a8a9-477b-94b2-419d62557f95, #wrap-s-6575919a-a8a9-477b-94b2-419d62557f95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6575919a-a8a9-477b-94b2-419d62557f95 {
  display: none;
}
#s-6575919a-a8a9-477b-94b2-419d62557f95, #wrap-s-6575919a-a8a9-477b-94b2-419d62557f95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6575919a-a8a9-477b-94b2-419d62557f95 {
  display: none;
}
#s-6575919a-a8a9-477b-94b2-419d62557f95, #wrap-s-6575919a-a8a9-477b-94b2-419d62557f95 { display: none !important; }}
#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  margin-bottom: -80px;
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-0eeb759e-13bc-4b31-995a-fc469c68c870 {
  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: 50px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0eeb759e-13bc-4b31-995a-fc469c68c870:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0eeb759e-13bc-4b31-995a-fc469c68c870:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0eeb759e-13bc-4b31-995a-fc469c68c870-atc-btn-wrapper {
    text-align: center;
  }


#s-0eeb759e-13bc-4b31-995a-fc469c68c870 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0eeb759e-13bc-4b31-995a-fc469c68c870-atc-btn-wrapper {
    text-align: center;
  }


#s-0eeb759e-13bc-4b31-995a-fc469c68c870 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0eeb759e-13bc-4b31-995a-fc469c68c870-atc-btn-wrapper {
    text-align: center;
  }


#s-0eeb759e-13bc-4b31-995a-fc469c68c870 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0eeb759e-13bc-4b31-995a-fc469c68c870-atc-btn-wrapper {
    text-align: center;
  }


#s-0eeb759e-13bc-4b31-995a-fc469c68c870 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0eeb759e-13bc-4b31-995a-fc469c68c870-atc-btn-wrapper {
    text-align: center;
  }


#s-0eeb759e-13bc-4b31-995a-fc469c68c870 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0eeb759e-13bc-4b31-995a-fc469c68c870.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;
  }
}
