.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-dd47322f-ee89-402e-863e-38b826922afe {
  margin-bottom: 50px;
}

.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 {
  margin-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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDIzZjBhNWQtY2Q1My00Mzk4LWI3ZDUtNzIxN2M2OTViMGI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MjNmMGE1ZC1jZDUzLTQzOTgtYjdkNS03MjE3YzY5NWIwYjQpIi8+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 {
  margin-bottom: 70px;
}

#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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWUxNGU1MzItOWZlYS00OTI5LThiMTEtNGMwZjgxOWZhYmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc2Y2JkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjMwZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTE0ZTUzMi05ZmVhLTQ5MjktOGIxMS00YzBmODE5ZmFiZWYpIi8+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-bottom: 30px;
}

#s-910251f7-5019-4038-86b5-14d021560f71 {
  padding-bottom: 30px;
}

#s-e85cd162-1098-40ea-817f-a42cae092cd7 {
  padding-bottom: 30px;
}

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

#s-6d8b85b1-d6ec-4a69-b743-6089efadea90 {
  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(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-6d8b85b1-d6ec-4a69-b743-6089efadea90 {
  display: none;
}
#s-6d8b85b1-d6ec-4a69-b743-6089efadea90, #wrap-s-6d8b85b1-d6ec-4a69-b743-6089efadea90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d8b85b1-d6ec-4a69-b743-6089efadea90 {
  display: none;
}
#s-6d8b85b1-d6ec-4a69-b743-6089efadea90, #wrap-s-6d8b85b1-d6ec-4a69-b743-6089efadea90 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d8b85b1-d6ec-4a69-b743-6089efadea90 {
  display: none;
}
#s-6d8b85b1-d6ec-4a69-b743-6089efadea90, #wrap-s-6d8b85b1-d6ec-4a69-b743-6089efadea90 { display: none !important; }}







#s-6d8b85b1-d6ec-4a69-b743-6089efadea90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d8b85b1-d6ec-4a69-b743-6089efadea90.shg-box.shg-c {
  justify-content: center;
}

#s-9a231923-dfc4-48c8-ba6f-3df3c2f29bff {
  padding-bottom: 30px;
}

#s-39182ae8-a21f-4a5e-be77-eb1f6eaa4cf6 {
  padding-bottom: 30px;
}

#s-d60c4b59-554e-4aa7-85c0-3b417cfb195c {
  padding-bottom: 30px;
}

#s-64f69dc9-25c9-486d-b40c-52f488d18879 {
  padding-bottom: 40px;
}

#s-33a30f04-6d4e-4397-ade5-08da06aa290b {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (max-width: 767px){#s-33a30f04-6d4e-4397-ade5-08da06aa290b {
  display: none;
}
#s-33a30f04-6d4e-4397-ade5-08da06aa290b, #wrap-s-33a30f04-6d4e-4397-ade5-08da06aa290b { display: none !important; }}







#s-33a30f04-6d4e-4397-ade5-08da06aa290b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33a30f04-6d4e-4397-ade5-08da06aa290b.shg-box.shg-c {
  justify-content: center;
}

#s-598d1fc3-b6e9-4ec8-889a-b2a3df12a351 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(249, 250, 243, 0);
}

@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-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 {
  display: none;
}
#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571, #wrap-s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 {
  display: none;
}
#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571, #wrap-s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 {
  display: none;
}
#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571, #wrap-s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 { display: none !important; }}







#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa0d15ff-9d54-4ae5-b5ae-b62e9d932571.shg-box.shg-c {
  justify-content: center;
}

#s-800aa2e5-9bd1-4350-a458-658c3231eded {
  margin-top: 0px;
margin-bottom: 0px;
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;
}

@media (min-width: 0px) {
[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8829157-b1cb-4a35-a3bc-6095ac220b39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-b8633c8f-f388-41c4-9e00-e1687213874e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-b8633c8f-f388-41c4-9e00-e1687213874e img.shogun-image {
    

    
    
    
  }


#s-b8633c8f-f388-41c4-9e00-e1687213874e .shogun-image-content {
  
    align-items: center;
  
}

#s-3c33668e-265f-49b1-8500-95718c75dbba {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d {
  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-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d {
  display: none;
}
#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d, #wrap-s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d {
  display: none;
}
#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d, #wrap-s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d {
  display: none;
}
#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d, #wrap-s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d { display: none !important; }}







#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c59cb37-400d-4819-a4bf-5b8ff7c23d4d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-036e2570-d326-4514-aaee-9065d42328c6 {
  display: none;
}
#s-036e2570-d326-4514-aaee-9065d42328c6, #wrap-s-036e2570-d326-4514-aaee-9065d42328c6 { display: none !important; }}@media (max-width: 767px){#s-036e2570-d326-4514-aaee-9065d42328c6 {
  display: none;
}
#s-036e2570-d326-4514-aaee-9065d42328c6, #wrap-s-036e2570-d326-4514-aaee-9065d42328c6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-036e2570-d326-4514-aaee-9065d42328c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-11a119c2-bb3b-452e-af00-286627b5485f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-11a119c2-bb3b-452e-af00-286627b5485f img.shogun-image {
    

    
    
    
  }


#s-11a119c2-bb3b-452e-af00-286627b5485f .shogun-image-content {
  
    align-items: center;
  
}

#s-8081efb5-607b-4653-9d58-8c372b937060 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-8081efb5-607b-4653-9d58-8c372b937060 {
  display: none;
}
#s-8081efb5-607b-4653-9d58-8c372b937060, #wrap-s-8081efb5-607b-4653-9d58-8c372b937060 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8081efb5-607b-4653-9d58-8c372b937060 {
  display: none;
}
#s-8081efb5-607b-4653-9d58-8c372b937060, #wrap-s-8081efb5-607b-4653-9d58-8c372b937060 { display: none !important; }}






  #s-8081efb5-607b-4653-9d58-8c372b937060 img.shogun-image {
    

    
    
    
  }


#s-8081efb5-607b-4653-9d58-8c372b937060 .shogun-image-content {
  
    align-items: center;
  
}

#s-12e7bdd1-6415-4a86-ad7c-7eaff7244532 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

#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-1 {
  width: calc(8.333333333333334% - 20.0px);
}

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

}

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

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

}

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

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

}

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

#s-22ca4c86-3437-46d3-ad7f-a1447568d88d {
  border-style: solid;
margin-top: 60px;
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-22ca4c86-3437-46d3-ad7f-a1447568d88d:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22ca4c86-3437-46d3-ad7f-a1447568d88d:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-22ca4c86-3437-46d3-ad7f-a1447568d88d-root {
    text-align: center;
  }


#s-22ca4c86-3437-46d3-ad7f-a1447568d88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22ca4c86-3437-46d3-ad7f-a1447568d88d-root {
    text-align: center;
  }


#s-22ca4c86-3437-46d3-ad7f-a1447568d88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22ca4c86-3437-46d3-ad7f-a1447568d88d-root {
    text-align: center;
  }


#s-22ca4c86-3437-46d3-ad7f-a1447568d88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22ca4c86-3437-46d3-ad7f-a1447568d88d-root {
    text-align: center;
  }


#s-22ca4c86-3437-46d3-ad7f-a1447568d88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22ca4c86-3437-46d3-ad7f-a1447568d88d-root {
    text-align: center;
  }


#s-22ca4c86-3437-46d3-ad7f-a1447568d88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d {
  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-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d {
  display: none;
}
#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d, #wrap-s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d {
  display: none;
}
#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d, #wrap-s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d {
  display: none;
}
#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d, #wrap-s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d { display: none !important; }}@media (max-width: 767px){#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d {
  
}
}







#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9f03b28-b5f6-4dc3-bc25-9b590b58cd5d.shg-box.shg-c {
  justify-content: center;
}

#s-54d221ab-84e6-48ae-b5f2-8dc7418f771e {
  margin-top: 20px;
}

#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620 {
  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-3c2dd087-1cfd-4ef4-9513-01d4d90dc620:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620-root {
    text-align: center;
  }


#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620-root {
    text-align: center;
  }


#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620-root {
    text-align: center;
  }


#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620-root {
    text-align: center;
  }


#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620-root {
    text-align: center;
  }


#s-3c2dd087-1cfd-4ef4-9513-01d4d90dc620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  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;
}

@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-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-90f3f578-3e57-432d-9dbf-15c5816fa48e {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-90f3f578-3e57-432d-9dbf-15c5816fa48e {
  display: none;
}
#s-90f3f578-3e57-432d-9dbf-15c5816fa48e, #wrap-s-90f3f578-3e57-432d-9dbf-15c5816fa48e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90f3f578-3e57-432d-9dbf-15c5816fa48e {
  display: none;
}
#s-90f3f578-3e57-432d-9dbf-15c5816fa48e, #wrap-s-90f3f578-3e57-432d-9dbf-15c5816fa48e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90f3f578-3e57-432d-9dbf-15c5816fa48e {
  display: none;
}
#s-90f3f578-3e57-432d-9dbf-15c5816fa48e, #wrap-s-90f3f578-3e57-432d-9dbf-15c5816fa48e { 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-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 {
  display: none;
}
#s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6, #wrap-s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 {
  display: none;
}
#s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6, #wrap-s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 {
  display: none;
}
#s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6, #wrap-s-111c43a1-f0fa-4a4e-85e1-a17ef19cb8f6 { 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-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 {
  display: none;
}
#s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62, #wrap-s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 {
  display: none;
}
#s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62, #wrap-s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 {
  display: none;
}
#s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62, #wrap-s-d2336d3e-10ca-4f69-83c7-bca97a7f8c62 { 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-755b51d2-d6b7-47d8-955e-d41751c6113e {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-755b51d2-d6b7-47d8-955e-d41751c6113e {
  display: none;
}
#s-755b51d2-d6b7-47d8-955e-d41751c6113e, #wrap-s-755b51d2-d6b7-47d8-955e-d41751c6113e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-755b51d2-d6b7-47d8-955e-d41751c6113e {
  display: none;
}
#s-755b51d2-d6b7-47d8-955e-d41751c6113e, #wrap-s-755b51d2-d6b7-47d8-955e-d41751c6113e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-755b51d2-d6b7-47d8-955e-d41751c6113e {
  display: none;
}
#s-755b51d2-d6b7-47d8-955e-d41751c6113e, #wrap-s-755b51d2-d6b7-47d8-955e-d41751c6113e { display: none !important; }}
#s-e3aebea5-da74-45eb-9fed-7c7ffba55866 {
  padding-top: 7%;
padding-left: 10%;
padding-bottom: 7%;
padding-right: 10%;
min-height: 50px;
background-repeat: no-repeat;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e3aebea5-da74-45eb-9fed-7c7ffba55866 {
  
}
}@media (max-width: 767px){#s-e3aebea5-da74-45eb-9fed-7c7ffba55866 {
  display: none;
}
#s-e3aebea5-da74-45eb-9fed-7c7ffba55866, #wrap-s-e3aebea5-da74-45eb-9fed-7c7ffba55866 { display: none !important; }}







#s-e3aebea5-da74-45eb-9fed-7c7ffba55866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3aebea5-da74-45eb-9fed-7c7ffba55866.shg-box.shg-c {
  justify-content: center;
}

#s-d41714d7-9f90-4bef-8336-9858d7f37871 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 40px;
}

#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5c86eb4-5468-440a-a627-e611a8b20f6f {
  
}
}@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 {
  display: none;
}
#s-f5c86eb4-5468-440a-a627-e611a8b20f6f, #wrap-s-f5c86eb4-5468-440a-a627-e611a8b20f6f { display: none !important; }}







#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-6 {
  width: calc(50.0% - 30.0px);
}

}

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

}

@media (min-width: 1200px) {
[id="s-2ad8d51a-2b9a-42c6-9e16-2b181d07a494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

#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 {
  padding-top: 20px;
padding-bottom: 20px;
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;
}

.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-c55150d0-03bf-40d7-8929-8db61d998174 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
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-c55150d0-03bf-40d7-8929-8db61d998174:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c55150d0-03bf-40d7-8929-8db61d998174:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c55150d0-03bf-40d7-8929-8db61d998174-atc-btn-wrapper {
    text-align: center;
  }


#s-c55150d0-03bf-40d7-8929-8db61d998174 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c55150d0-03bf-40d7-8929-8db61d998174-atc-btn-wrapper {
    text-align: center;
  }


#s-c55150d0-03bf-40d7-8929-8db61d998174 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c55150d0-03bf-40d7-8929-8db61d998174-atc-btn-wrapper {
    text-align: center;
  }


#s-c55150d0-03bf-40d7-8929-8db61d998174 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c55150d0-03bf-40d7-8929-8db61d998174-atc-btn-wrapper {
    text-align: center;
  }


#s-c55150d0-03bf-40d7-8929-8db61d998174 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c55150d0-03bf-40d7-8929-8db61d998174-atc-btn-wrapper {
    text-align: center;
  }


#s-c55150d0-03bf-40d7-8929-8db61d998174 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c55150d0-03bf-40d7-8929-8db61d998174.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 {
  padding-top: 7%;
padding-left: 5%;
padding-bottom: 7%;
padding-right: 5%;
min-height: 50px;
background-repeat: no-repeat;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 {
  display: none;
}
#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0, #wrap-s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 {
  display: none;
}
#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0, #wrap-s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 {
  display: none;
}
#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0, #wrap-s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 { display: none !important; }}@media (max-width: 767px){#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 {
  
}
}







#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6d33531-d6c0-4e53-89cd-a9130a2369f0.shg-box.shg-c {
  justify-content: center;
}

#s-47803a74-8ad4-4a06-ab11-4c0abbaa88ce {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 40px;
}

#s-970ec3f8-9c54-482b-958b-f776540987b1 {
  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-970ec3f8-9c54-482b-958b-f776540987b1 {
  display: none;
}
#s-970ec3f8-9c54-482b-958b-f776540987b1, #wrap-s-970ec3f8-9c54-482b-958b-f776540987b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-970ec3f8-9c54-482b-958b-f776540987b1 {
  display: none;
}
#s-970ec3f8-9c54-482b-958b-f776540987b1, #wrap-s-970ec3f8-9c54-482b-958b-f776540987b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-970ec3f8-9c54-482b-958b-f776540987b1 {
  
}
}@media (max-width: 767px){#s-970ec3f8-9c54-482b-958b-f776540987b1 {
  
}
}







#s-970ec3f8-9c54-482b-958b-f776540987b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-970ec3f8-9c54-482b-958b-f776540987b1.shg-box.shg-c {
  justify-content: center;
}

#s-4bf875ac-acba-46c9-93f5-48623a71b340 {
  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-4bf875ac-acba-46c9-93f5-48623a71b340"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bf875ac-acba-46c9-93f5-48623a71b340"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-4bf875ac-acba-46c9-93f5-48623a71b340"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bf875ac-acba-46c9-93f5-48623a71b340"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px){#s-b1d47a3d-dbcf-4d4d-a62d-8d0cbf9e0bbd {
  
}
}
#s-1895c211-705b-41fa-82e7-9eef165150d6 {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-629c1288-2644-4094-b2e3-6b266a068322 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-dd69946f-a332-48f8-a106-8de40f38a690 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2e47df68-e18c-43a4-ac85-aa4d3087b59a {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-2e47df68-e18c-43a4-ac85-aa4d3087b59a hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-f2c473ff-de17-4862-b1d5-ebb0ec259e6b {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-f2c473ff-de17-4862-b1d5-ebb0ec259e6b hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-e9f074bb-cf4f-4fdb-a55c-6b338d58567c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-e9f074bb-cf4f-4fdb-a55c-6b338d58567c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e9f074bb-cf4f-4fdb-a55c-6b338d58567c .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-e9f074bb-cf4f-4fdb-a55c-6b338d58567c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e6073633-3a74-4487-8c41-47955804bac3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
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-e6073633-3a74-4487-8c41-47955804bac3:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6073633-3a74-4487-8c41-47955804bac3:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6073633-3a74-4487-8c41-47955804bac3-atc-btn-wrapper {
    text-align: center;
  }


#s-e6073633-3a74-4487-8c41-47955804bac3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e6073633-3a74-4487-8c41-47955804bac3-atc-btn-wrapper {
    text-align: center;
  }


#s-e6073633-3a74-4487-8c41-47955804bac3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6073633-3a74-4487-8c41-47955804bac3-atc-btn-wrapper {
    text-align: center;
  }


#s-e6073633-3a74-4487-8c41-47955804bac3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e6073633-3a74-4487-8c41-47955804bac3-atc-btn-wrapper {
    text-align: center;
  }


#s-e6073633-3a74-4487-8c41-47955804bac3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e6073633-3a74-4487-8c41-47955804bac3-atc-btn-wrapper {
    text-align: center;
  }


#s-e6073633-3a74-4487-8c41-47955804bac3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e6073633-3a74-4487-8c41-47955804bac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 {
  margin-bottom: -60px;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 {
  display: none;
}
#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1, #wrap-s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 { display: none !important; }}@media (max-width: 767px){#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 {
  display: none;
}
#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1, #wrap-s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 { display: none !important; }}







#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11bf8fbd-e883-40d5-a1b7-c8f28a8bd8e1.shg-box.shg-c {
  justify-content: center;
}

#s-06dc369f-4048-4b53-bcde-8a08e4079c80 {
  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-06dc369f-4048-4b53-bcde-8a08e4079c80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06dc369f-4048-4b53-bcde-8a08e4079c80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-06dc369f-4048-4b53-bcde-8a08e4079c80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-06dc369f-4048-4b53-bcde-8a08e4079c80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-eefb9624-1a2a-45fd-85b3-31423a225bbb {
  padding-top: 10px;
padding-bottom: 10px;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
      position: relative;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  
  
  
  
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
      position: relative;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  
  
  
  
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
      position: relative;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  
  
  
  
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
      position: relative;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  
  
  
  
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container {
      position: relative;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5ebc1c-a5fe-4cf8-8754-55b5b403b1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-8e1a17a1-848c-487c-a5fe-af695297d135 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-aa85b101-32ab-4518-902a-b92fb3949c17 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-58480864-419d-4080-bc0a-87469ef01ecc {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-58480864-419d-4080-bc0a-87469ef01ecc hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-e9d34297-efe8-4e6a-b64f-fb9b0965b438 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-e9d34297-efe8-4e6a-b64f-fb9b0965b438 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-9204f5c0-f18d-44f5-aff2-34efdc095893 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-9204f5c0-f18d-44f5-aff2-34efdc095893 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9204f5c0-f18d-44f5-aff2-34efdc095893 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-9204f5c0-f18d-44f5-aff2-34efdc095893 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
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-cbb5da13-6931-435b-bc4f-664b1db41721:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbb5da13-6931-435b-bc4f-664b1db41721:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cbb5da13-6931-435b-bc4f-664b1db41721-atc-btn-wrapper {
    text-align: center;
  }


#s-cbb5da13-6931-435b-bc4f-664b1db41721 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cbb5da13-6931-435b-bc4f-664b1db41721-atc-btn-wrapper {
    text-align: center;
  }


#s-cbb5da13-6931-435b-bc4f-664b1db41721 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbb5da13-6931-435b-bc4f-664b1db41721-atc-btn-wrapper {
    text-align: center;
  }


#s-cbb5da13-6931-435b-bc4f-664b1db41721 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cbb5da13-6931-435b-bc4f-664b1db41721-atc-btn-wrapper {
    text-align: center;
  }


#s-cbb5da13-6931-435b-bc4f-664b1db41721 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cbb5da13-6931-435b-bc4f-664b1db41721-atc-btn-wrapper {
    text-align: center;
  }


#s-cbb5da13-6931-435b-bc4f-664b1db41721 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cbb5da13-6931-435b-bc4f-664b1db41721.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd {
  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-ecd08b11-04ac-4249-8ed5-28918f63b3dd {
  display: none;
}
#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd, #wrap-s-ecd08b11-04ac-4249-8ed5-28918f63b3dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd {
  display: none;
}
#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd, #wrap-s-ecd08b11-04ac-4249-8ed5-28918f63b3dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd {
  
}
}@media (max-width: 767px){#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd {
  
}
}







#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecd08b11-04ac-4249-8ed5-28918f63b3dd.shg-box.shg-c {
  justify-content: center;
}

#s-58fa5712-3094-489a-ab63-6a770c39df34 {
  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-58fa5712-3094-489a-ab63-6a770c39df34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58fa5712-3094-489a-ab63-6a770c39df34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-58fa5712-3094-489a-ab63-6a770c39df34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-58fa5712-3094-489a-ab63-6a770c39df34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-828002d9-2c7c-445c-9063-a627b2a4b416 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-content {
  
    align-items: center;
  
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e0b10a6-d04d-4495-a276-06be4482396f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
      position: relative;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4e0b10a6-d04d-4495-a276-06be4482396f {
  
  
  
  
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-content {
  
    align-items: center;
  
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e0b10a6-d04d-4495-a276-06be4482396f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
      position: relative;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4e0b10a6-d04d-4495-a276-06be4482396f {
  
  
  
  
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-content {
  
    align-items: center;
  
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e0b10a6-d04d-4495-a276-06be4482396f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
      position: relative;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4e0b10a6-d04d-4495-a276-06be4482396f {
  
  
  
  
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-content {
  
    align-items: center;
  
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e0b10a6-d04d-4495-a276-06be4482396f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
      position: relative;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4e0b10a6-d04d-4495-a276-06be4482396f {
  
  
  
  
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e0b10a6-d04d-4495-a276-06be4482396f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-4e0b10a6-d04d-4495-a276-06be4482396f .shogun-image-content {
  
    align-items: center;
  
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e0b10a6-d04d-4495-a276-06be4482396f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container {
      position: relative;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e0b10a6-d04d-4495-a276-06be4482396f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-8c5bf780-afeb-4014-aafe-c203cb49d276 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-9a086809-feaa-45af-bcac-2bff3781628f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-068e6c0d-4a12-4761-957a-1b91eb842804 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-068e6c0d-4a12-4761-957a-1b91eb842804 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-2a215081-685b-4bbf-b1c8-1e362549365b {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-2a215081-685b-4bbf-b1c8-1e362549365b hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-63e8a99d-83ae-40bd-82c4-4c1d77791499 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-63e8a99d-83ae-40bd-82c4-4c1d77791499 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-63e8a99d-83ae-40bd-82c4-4c1d77791499 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-63e8a99d-83ae-40bd-82c4-4c1d77791499 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
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-f19a32bd-0312-4808-8f00-e021a1a2c9a6:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f19a32bd-0312-4808-8f00-e021a1a2c9a6-atc-btn-wrapper {
    text-align: center;
  }


#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f19a32bd-0312-4808-8f00-e021a1a2c9a6-atc-btn-wrapper {
    text-align: center;
  }


#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f19a32bd-0312-4808-8f00-e021a1a2c9a6-atc-btn-wrapper {
    text-align: center;
  }


#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f19a32bd-0312-4808-8f00-e021a1a2c9a6-atc-btn-wrapper {
    text-align: center;
  }


#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f19a32bd-0312-4808-8f00-e021a1a2c9a6-atc-btn-wrapper {
    text-align: center;
  }


#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f19a32bd-0312-4808-8f00-e021a1a2c9a6.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;
  }
}
