.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, #wrap-content-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, #wrap-content-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, #wrap-content-s-16212d0d-4797-4719-be98-05b558823e02 { display: none !important; }}
#s-16212d0d-4797-4719-be98-05b558823e02 {
  background-image: url(https://i.shgcdn.com/d28a4f8c-d496-49d5-bbc5-7e2e8373411e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








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

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

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

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

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

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

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

}

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

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

}

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-9afd2bd5-515b-4269-8517-2154f046e0c5 {
  margin-top: 20px;
margin-bottom: 60px;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

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

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


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


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


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


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


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








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

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

}

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

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

}

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

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

}

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

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

}

#s-0e9ad3c8-73cc-4cd2-9521-5de2223776d0 {
  margin-top: 20px;
margin-bottom: 60px;
}

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

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

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


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


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


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


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


#s-9768a0ef-b276-4f42-94cf-2e98674e9aa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  margin-top: -100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7 {
  display: none;
}
#s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7, #wrap-s-7b4cbd29-2470-4dca-a2a0-e80ff19038b7, #wrap-content-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, #wrap-content-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, #wrap-content-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, #wrap-content-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, #wrap-content-s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f7fdc41-b0cb-4b21-8d00-3718c403bb00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

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

}

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

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

}

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

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

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-27824640-0e99-4dca-8d77-878e53855ab5 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

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



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

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



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

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



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

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


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


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


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


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


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







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

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

#s-f0826ac3-2760-44c0-8dae-872f4f75a8c3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f0826ac3-2760-44c0-8dae-872f4f75a8c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0826ac3-2760-44c0-8dae-872f4f75a8c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0826ac3-2760-44c0-8dae-872f4f75a8c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0826ac3-2760-44c0-8dae-872f4f75a8c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0af2d700-e4a7-4931-9509-35e192493d46 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-0af2d700-e4a7-4931-9509-35e192493d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0af2d700-e4a7-4931-9509-35e192493d46.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-0617ed7b-82e2-48f2-9570-920fa9742696 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-0617ed7b-82e2-48f2-9570-920fa9742696 {
  overflow: hidden;
}







  #s-0617ed7b-82e2-48f2-9570-920fa9742696 img.shogun-image {
    

    
    
    
  }


#s-0617ed7b-82e2-48f2-9570-920fa9742696 .shogun-image-content {
  
    justify-content: center;
  
}

#s-24b32f0b-3e4a-4eea-944c-30eb4ecd499a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-24b32f0b-3e4a-4eea-944c-30eb4ecd499a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24b32f0b-3e4a-4eea-944c-30eb4ecd499a.shg-box.shg-c {
  justify-content: center;
}

#s-7e854bc3-bff7-43cd-8248-cc3471ca00c8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-7e854bc3-bff7-43cd-8248-cc3471ca00c8 {
  overflow: hidden;
}







  #s-7e854bc3-bff7-43cd-8248-cc3471ca00c8 img.shogun-image {
    

    
    
    
  }


#s-7e854bc3-bff7-43cd-8248-cc3471ca00c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b29d34c8-3424-426b-900a-0468262e2af1 {
  min-height: 50px;
}








#s-b29d34c8-3424-426b-900a-0468262e2af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b29d34c8-3424-426b-900a-0468262e2af1.shg-box.shg-c {
  justify-content: center;
}

#s-101d663f-4e15-4ce1-9cab-45815ecd9176 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-101d663f-4e15-4ce1-9cab-45815ecd9176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-101d663f-4e15-4ce1-9cab-45815ecd9176.shg-box.shg-c {
  justify-content: center;
}

#s-07b54538-5054-49e7-86e8-e7c06231617d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-07b54538-5054-49e7-86e8-e7c06231617d {
  overflow: hidden;
}







  #s-07b54538-5054-49e7-86e8-e7c06231617d img.shogun-image {
    

    
    
    
  }


#s-07b54538-5054-49e7-86e8-e7c06231617d .shogun-image-content {
  
    justify-content: center;
  
}

#s-35874602-e65e-4b87-8c34-61071c3a71ef {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-35874602-e65e-4b87-8c34-61071c3a71ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35874602-e65e-4b87-8c34-61071c3a71ef.shg-box.shg-c {
  justify-content: center;
}

#s-0561dc02-999b-4139-bb90-8884e25cf5d2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-0561dc02-999b-4139-bb90-8884e25cf5d2 {
  overflow: hidden;
}







  #s-0561dc02-999b-4139-bb90-8884e25cf5d2 img.shogun-image {
    

    
    
    
  }


#s-0561dc02-999b-4139-bb90-8884e25cf5d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-945bebd0-e5a9-42a1-a5e3-89d8594c25f4 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-945bebd0-e5a9-42a1-a5e3-89d8594c25f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-945bebd0-e5a9-42a1-a5e3-89d8594c25f4.shg-box.shg-c {
  justify-content: center;
}

#s-14e0edab-ef2f-429c-b2ed-86ac28531dbc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-14e0edab-ef2f-429c-b2ed-86ac28531dbc {
  overflow: hidden;
}







  #s-14e0edab-ef2f-429c-b2ed-86ac28531dbc img.shogun-image {
    

    
    
    
  }


#s-14e0edab-ef2f-429c-b2ed-86ac28531dbc .shogun-image-content {
  
    justify-content: center;
  
}

#s-a4871720-5f4d-40e0-8846-d40d06022ffd {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-a4871720-5f4d-40e0-8846-d40d06022ffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4871720-5f4d-40e0-8846-d40d06022ffd.shg-box.shg-c {
  justify-content: center;
}

#s-37db3756-f8b8-4028-8f62-0556a5a9f01d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-37db3756-f8b8-4028-8f62-0556a5a9f01d {
  overflow: hidden;
}







  #s-37db3756-f8b8-4028-8f62-0556a5a9f01d img.shogun-image {
    

    
    
    
  }


#s-37db3756-f8b8-4028-8f62-0556a5a9f01d .shogun-image-content {
  
    justify-content: center;
  
}

#s-010035b6-a1fc-4d8a-93c7-0069e01839b7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-010035b6-a1fc-4d8a-93c7-0069e01839b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-010035b6-a1fc-4d8a-93c7-0069e01839b7.shg-box.shg-c {
  justify-content: center;
}

#s-2bee97b2-fa98-4216-aa6e-79c492eb1d7c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-2bee97b2-fa98-4216-aa6e-79c492eb1d7c {
  overflow: hidden;
}







  #s-2bee97b2-fa98-4216-aa6e-79c492eb1d7c img.shogun-image {
    

    
    
    
  }


#s-2bee97b2-fa98-4216-aa6e-79c492eb1d7c .shogun-image-content {
  
    justify-content: center;
  
}

#s-d53ff713-df25-4eb2-997e-63c64768bdaf {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-d53ff713-df25-4eb2-997e-63c64768bdaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d53ff713-df25-4eb2-997e-63c64768bdaf.shg-box.shg-c {
  justify-content: center;
}

#s-7b8d1061-df6d-4a97-bed6-78c11d77dbf3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-7b8d1061-df6d-4a97-bed6-78c11d77dbf3 {
  overflow: hidden;
}







  #s-7b8d1061-df6d-4a97-bed6-78c11d77dbf3 img.shogun-image {
    

    
    
    
  }


#s-7b8d1061-df6d-4a97-bed6-78c11d77dbf3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d1d9741e-7c70-4001-953f-12a4d80affe3 {
  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-d1d9741e-7c70-4001-953f-12a4d80affe3 {
  display: none;
}
#s-d1d9741e-7c70-4001-953f-12a4d80affe3, #wrap-s-d1d9741e-7c70-4001-953f-12a4d80affe3, #wrap-content-s-d1d9741e-7c70-4001-953f-12a4d80affe3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1d9741e-7c70-4001-953f-12a4d80affe3 {
  display: none;
}
#s-d1d9741e-7c70-4001-953f-12a4d80affe3, #wrap-s-d1d9741e-7c70-4001-953f-12a4d80affe3, #wrap-content-s-d1d9741e-7c70-4001-953f-12a4d80affe3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1d9741e-7c70-4001-953f-12a4d80affe3 {
  display: none;
}
#s-d1d9741e-7c70-4001-953f-12a4d80affe3, #wrap-s-d1d9741e-7c70-4001-953f-12a4d80affe3, #wrap-content-s-d1d9741e-7c70-4001-953f-12a4d80affe3 { display: none !important; }}







#s-d1d9741e-7c70-4001-953f-12a4d80affe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1d9741e-7c70-4001-953f-12a4d80affe3.shg-box.shg-c {
  justify-content: center;
}

#s-c03c5010-84c4-47a5-a1b4-32d0a15c27ac {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-a429ad9b-85ab-4668-92c0-4c97959f8c7e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a429ad9b-85ab-4668-92c0-4c97959f8c7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a429ad9b-85ab-4668-92c0-4c97959f8c7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a429ad9b-85ab-4668-92c0-4c97959f8c7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a429ad9b-85ab-4668-92c0-4c97959f8c7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adb36389-6a25-4b6c-9a24-68bed471cf24 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-adb36389-6a25-4b6c-9a24-68bed471cf24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adb36389-6a25-4b6c-9a24-68bed471cf24.shg-box.shg-c {
  justify-content: center;
}

#s-faeae3b0-c278-4168-8a82-cb82b52d2e7b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-faeae3b0-c278-4168-8a82-cb82b52d2e7b {
  overflow: hidden;
}







  #s-faeae3b0-c278-4168-8a82-cb82b52d2e7b img.shogun-image {
    

    
    
    
  }


#s-faeae3b0-c278-4168-8a82-cb82b52d2e7b .shogun-image-content {
  
    justify-content: center;
  
}

#s-1a076fdf-a8b4-4412-80a6-6b77a8c10358 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-1a076fdf-a8b4-4412-80a6-6b77a8c10358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a076fdf-a8b4-4412-80a6-6b77a8c10358.shg-box.shg-c {
  justify-content: center;
}

#s-bd991bc6-ab96-4b69-8167-8458ed3bb12c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-bd991bc6-ab96-4b69-8167-8458ed3bb12c {
  overflow: hidden;
}







  #s-bd991bc6-ab96-4b69-8167-8458ed3bb12c img.shogun-image {
    

    
    
    
  }


#s-bd991bc6-ab96-4b69-8167-8458ed3bb12c .shogun-image-content {
  
    justify-content: center;
  
}

#s-72d3b9f1-8d46-4e59-9ac1-dd943f5c3cc6 {
  min-height: 50px;
}








#s-72d3b9f1-8d46-4e59-9ac1-dd943f5c3cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72d3b9f1-8d46-4e59-9ac1-dd943f5c3cc6.shg-box.shg-c {
  justify-content: center;
}

#s-9f7bbfcf-9bf9-4cb8-9fc2-aaa9bba9cd24 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-9f7bbfcf-9bf9-4cb8-9fc2-aaa9bba9cd24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f7bbfcf-9bf9-4cb8-9fc2-aaa9bba9cd24.shg-box.shg-c {
  justify-content: center;
}

#s-fc0a80a6-3e1b-48db-8c18-6d2dfadf4705 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-fc0a80a6-3e1b-48db-8c18-6d2dfadf4705 {
  overflow: hidden;
}







  #s-fc0a80a6-3e1b-48db-8c18-6d2dfadf4705 img.shogun-image {
    

    
    
    
  }


#s-fc0a80a6-3e1b-48db-8c18-6d2dfadf4705 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f898be8d-7dc6-4fa8-8d03-7d0f310fef86 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-f898be8d-7dc6-4fa8-8d03-7d0f310fef86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f898be8d-7dc6-4fa8-8d03-7d0f310fef86.shg-box.shg-c {
  justify-content: center;
}

#s-b16c0a7f-2937-41ed-b69a-7bdbdf2083f4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-b16c0a7f-2937-41ed-b69a-7bdbdf2083f4 {
  overflow: hidden;
}







  #s-b16c0a7f-2937-41ed-b69a-7bdbdf2083f4 img.shogun-image {
    

    
    
    
  }


#s-b16c0a7f-2937-41ed-b69a-7bdbdf2083f4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-56fd79ce-583d-4c5d-87f1-cd970a2dea19 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-56fd79ce-583d-4c5d-87f1-cd970a2dea19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56fd79ce-583d-4c5d-87f1-cd970a2dea19.shg-box.shg-c {
  justify-content: center;
}

#s-2984da5d-b581-464e-b44a-345399bef1d3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-2984da5d-b581-464e-b44a-345399bef1d3 {
  overflow: hidden;
}







  #s-2984da5d-b581-464e-b44a-345399bef1d3 img.shogun-image {
    

    
    
    
  }


#s-2984da5d-b581-464e-b44a-345399bef1d3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-41590807-cc09-4b77-a7c5-be7159862c27 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-41590807-cc09-4b77-a7c5-be7159862c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41590807-cc09-4b77-a7c5-be7159862c27.shg-box.shg-c {
  justify-content: center;
}

#s-6e4259a6-390e-4efb-ae85-1c9af08550d0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-6e4259a6-390e-4efb-ae85-1c9af08550d0 {
  overflow: hidden;
}







  #s-6e4259a6-390e-4efb-ae85-1c9af08550d0 img.shogun-image {
    

    
    
    
  }


#s-6e4259a6-390e-4efb-ae85-1c9af08550d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ce633c92-cfdb-4946-a72f-d3dbeb135912 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ce633c92-cfdb-4946-a72f-d3dbeb135912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce633c92-cfdb-4946-a72f-d3dbeb135912.shg-box.shg-c {
  justify-content: center;
}

#s-cbdd0ea6-c64c-49fb-9d84-cc6bf1ec862c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-cbdd0ea6-c64c-49fb-9d84-cc6bf1ec862c {
  overflow: hidden;
}







  #s-cbdd0ea6-c64c-49fb-9d84-cc6bf1ec862c img.shogun-image {
    

    
    
    
  }


#s-cbdd0ea6-c64c-49fb-9d84-cc6bf1ec862c .shogun-image-content {
  
    justify-content: center;
  
}

#s-01ee4b6b-0e47-4687-83a7-35904c5d5ca8 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-01ee4b6b-0e47-4687-83a7-35904c5d5ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01ee4b6b-0e47-4687-83a7-35904c5d5ca8.shg-box.shg-c {
  justify-content: center;
}

#s-c868a71b-61b5-4451-85f6-de53fd0da340 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-c868a71b-61b5-4451-85f6-de53fd0da340 {
  overflow: hidden;
}







  #s-c868a71b-61b5-4451-85f6-de53fd0da340 img.shogun-image {
    

    
    
    
  }


#s-c868a71b-61b5-4451-85f6-de53fd0da340 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

}

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

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

}

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

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

}

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

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

}

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

#s-dffa496f-4231-4a86-87d6-c5927ea52013 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2VlYTJjNTgtMDQ3Ni00NTkxLThjMmMtOGQ1YzczYWY3MDY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZWVhMmM1OC0wNDc2LTQ1OTEtOGMyYy04ZDVjNzNhZjcwNjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
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;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}];
hover-type: gradient;
}
#s-dffa496f-4231-4a86-87d6-c5927ea52013:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDA3M2QxMjktYzNiNy00YzY0LTgyOGUtNWUxNWY1ZGUyY2IzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMDczZDEyOS1jM2I3LTRjNjQtODI4ZS01ZTE1ZjVkZTJjYjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}#s-dffa496f-4231-4a86-87d6-c5927ea52013:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2QzNTE3ZjYtZTYxMy00YzU1LTg0YWEtNDk1ZjIxNzI5MDc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZDM1MTdmNi1lNjEzLTRjNTUtODRhYS00OTVmMjE3MjkwNzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}

  #s-dffa496f-4231-4a86-87d6-c5927ea52013-root {
    text-align: center;
  }


#s-dffa496f-4231-4a86-87d6-c5927ea52013.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dffa496f-4231-4a86-87d6-c5927ea52013-root {
    text-align: center;
  }


#s-dffa496f-4231-4a86-87d6-c5927ea52013.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dffa496f-4231-4a86-87d6-c5927ea52013-root {
    text-align: center;
  }


#s-dffa496f-4231-4a86-87d6-c5927ea52013.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dffa496f-4231-4a86-87d6-c5927ea52013-root {
    text-align: center;
  }


#s-dffa496f-4231-4a86-87d6-c5927ea52013.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dffa496f-4231-4a86-87d6-c5927ea52013-root {
    text-align: center;
  }


#s-dffa496f-4231-4a86-87d6-c5927ea52013.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  display: none;
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-content-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  display: none;
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-content-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  display: none;
}
#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532, #wrap-content-s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 { display: none !important; }}@media (max-width: 767px){#s-0a0a6bae-c98f-4c32-803e-2a4354a0d532 {
  
}
}







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

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

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

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


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


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


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


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


#s-b8ed732a-9f86-4423-bc21-a6ad964f2045.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  background-size: cover;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(18, 1, 53, 1);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  
}
}@media (max-width: 767px){#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b {
  display: none;
}
#s-d2afe9e0-e23a-4e60-9650-048ec035ca1b, #wrap-s-d2afe9e0-e23a-4e60-9650-048ec035ca1b, #wrap-content-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;
}

#s-ac7e2734-1ce3-4558-83ce-359f1f49db7b {
  padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-9aaf8b51-4790-4587-badd-0e3c5d782d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aaf8b51-4790-4587-badd-0e3c5d782d13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9aaf8b51-4790-4587-badd-0e3c5d782d13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aaf8b51-4790-4587-badd-0e3c5d782d13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px){#s-652bcf58-05de-4524-82ae-57c462025cd2 {
  
}
}
#s-d3acece7-2029-4f12-915d-d038a3c967e1 {
  text-align: right;
}

@media (max-width: 767px){#s-bcb57650-810c-4558-a14e-7d9880f2587e {
  
}
}
#s-13a0bf8c-0073-4bab-8289-cf74b528e787 {
  text-align: right;
}

@media (max-width: 767px){#s-445f646b-2272-451e-8838-8ed7ef3fdf24 {
  
}
}
@media (max-width: 767px){#s-a35d1bb1-f4f3-4a61-8d7c-45d7e12dde7f {
  
}
}
#s-20d1b6c8-7f68-4f12-bbd5-e12bec0834d0 {
  padding-top: 40px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
}

@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-7b529050-e397-4470-881a-b571eb64a97a {
  background-size: cover;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(18, 1, 53, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-7b529050-e397-4470-881a-b571eb64a97a {
  display: none;
}
#s-7b529050-e397-4470-881a-b571eb64a97a, #wrap-s-7b529050-e397-4470-881a-b571eb64a97a, #wrap-content-s-7b529050-e397-4470-881a-b571eb64a97a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b529050-e397-4470-881a-b571eb64a97a {
  display: none;
}
#s-7b529050-e397-4470-881a-b571eb64a97a, #wrap-s-7b529050-e397-4470-881a-b571eb64a97a, #wrap-content-s-7b529050-e397-4470-881a-b571eb64a97a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b529050-e397-4470-881a-b571eb64a97a {
  display: none;
}
#s-7b529050-e397-4470-881a-b571eb64a97a, #wrap-s-7b529050-e397-4470-881a-b571eb64a97a, #wrap-content-s-7b529050-e397-4470-881a-b571eb64a97a { display: none !important; }}@media (max-width: 767px){#s-7b529050-e397-4470-881a-b571eb64a97a {
  
}
}







#s-7b529050-e397-4470-881a-b571eb64a97a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b529050-e397-4470-881a-b571eb64a97a.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-7c12227c-6220-4d24-a4a0-8d399c91f7dd {
  
}
}
#s-609b88e9-d9f1-4929-a08c-7fdd569695cb {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-b24baf60-68bc-4621-9994-ad4188c49aa4 {
  padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-b24baf60-68bc-4621-9994-ad4188c49aa4 {
  display: none;
}
#s-b24baf60-68bc-4621-9994-ad4188c49aa4, #wrap-s-b24baf60-68bc-4621-9994-ad4188c49aa4, #wrap-content-s-b24baf60-68bc-4621-9994-ad4188c49aa4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b24baf60-68bc-4621-9994-ad4188c49aa4 {
  display: none;
}
#s-b24baf60-68bc-4621-9994-ad4188c49aa4, #wrap-s-b24baf60-68bc-4621-9994-ad4188c49aa4, #wrap-content-s-b24baf60-68bc-4621-9994-ad4188c49aa4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b24baf60-68bc-4621-9994-ad4188c49aa4 {
  display: none;
}
#s-b24baf60-68bc-4621-9994-ad4188c49aa4, #wrap-s-b24baf60-68bc-4621-9994-ad4188c49aa4, #wrap-content-s-b24baf60-68bc-4621-9994-ad4188c49aa4 { display: none !important; }}
#s-5413bb98-c126-4167-b795-8700b3d23533 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-5413bb98-c126-4167-b795-8700b3d23533 {
  display: none;
}
#s-5413bb98-c126-4167-b795-8700b3d23533, #wrap-s-5413bb98-c126-4167-b795-8700b3d23533, #wrap-content-s-5413bb98-c126-4167-b795-8700b3d23533 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5413bb98-c126-4167-b795-8700b3d23533 {
  display: none;
}
#s-5413bb98-c126-4167-b795-8700b3d23533, #wrap-s-5413bb98-c126-4167-b795-8700b3d23533, #wrap-content-s-5413bb98-c126-4167-b795-8700b3d23533 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5413bb98-c126-4167-b795-8700b3d23533 {
  display: none;
}
#s-5413bb98-c126-4167-b795-8700b3d23533, #wrap-s-5413bb98-c126-4167-b795-8700b3d23533, #wrap-content-s-5413bb98-c126-4167-b795-8700b3d23533 { display: none !important; }}@media (max-width: 767px){#s-5413bb98-c126-4167-b795-8700b3d23533 {
  
}
}
#s-164444fb-fa30-44b5-be89-2c123dfa16e7 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-164444fb-fa30-44b5-be89-2c123dfa16e7 {
  display: none;
}
#s-164444fb-fa30-44b5-be89-2c123dfa16e7, #wrap-s-164444fb-fa30-44b5-be89-2c123dfa16e7, #wrap-content-s-164444fb-fa30-44b5-be89-2c123dfa16e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-164444fb-fa30-44b5-be89-2c123dfa16e7 {
  display: none;
}
#s-164444fb-fa30-44b5-be89-2c123dfa16e7, #wrap-s-164444fb-fa30-44b5-be89-2c123dfa16e7, #wrap-content-s-164444fb-fa30-44b5-be89-2c123dfa16e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-164444fb-fa30-44b5-be89-2c123dfa16e7 {
  display: none;
}
#s-164444fb-fa30-44b5-be89-2c123dfa16e7, #wrap-s-164444fb-fa30-44b5-be89-2c123dfa16e7, #wrap-content-s-164444fb-fa30-44b5-be89-2c123dfa16e7 { display: none !important; }}
#s-4cfb41e2-5c23-43ad-84ca-379e4897958e {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-4cfb41e2-5c23-43ad-84ca-379e4897958e {
  display: none;
}
#s-4cfb41e2-5c23-43ad-84ca-379e4897958e, #wrap-s-4cfb41e2-5c23-43ad-84ca-379e4897958e, #wrap-content-s-4cfb41e2-5c23-43ad-84ca-379e4897958e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cfb41e2-5c23-43ad-84ca-379e4897958e {
  display: none;
}
#s-4cfb41e2-5c23-43ad-84ca-379e4897958e, #wrap-s-4cfb41e2-5c23-43ad-84ca-379e4897958e, #wrap-content-s-4cfb41e2-5c23-43ad-84ca-379e4897958e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cfb41e2-5c23-43ad-84ca-379e4897958e {
  display: none;
}
#s-4cfb41e2-5c23-43ad-84ca-379e4897958e, #wrap-s-4cfb41e2-5c23-43ad-84ca-379e4897958e, #wrap-content-s-4cfb41e2-5c23-43ad-84ca-379e4897958e { display: none !important; }}@media (max-width: 767px){#s-4cfb41e2-5c23-43ad-84ca-379e4897958e {
  
}
}
#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 {
  display: none;
}
#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234, #wrap-s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234, #wrap-content-s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 {
  display: none;
}
#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234, #wrap-s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234, #wrap-content-s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 {
  display: none;
}
#s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234, #wrap-s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234, #wrap-content-s-062a3c2a-ac1c-4fe2-90d5-1129f4e06234 { display: none !important; }}
#s-31b11f21-810a-4317-98f1-1f9a96aec291 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-31b11f21-810a-4317-98f1-1f9a96aec291 {
  display: none;
}
#s-31b11f21-810a-4317-98f1-1f9a96aec291, #wrap-s-31b11f21-810a-4317-98f1-1f9a96aec291, #wrap-content-s-31b11f21-810a-4317-98f1-1f9a96aec291 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31b11f21-810a-4317-98f1-1f9a96aec291 {
  display: none;
}
#s-31b11f21-810a-4317-98f1-1f9a96aec291, #wrap-s-31b11f21-810a-4317-98f1-1f9a96aec291, #wrap-content-s-31b11f21-810a-4317-98f1-1f9a96aec291 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31b11f21-810a-4317-98f1-1f9a96aec291 {
  display: none;
}
#s-31b11f21-810a-4317-98f1-1f9a96aec291, #wrap-s-31b11f21-810a-4317-98f1-1f9a96aec291, #wrap-content-s-31b11f21-810a-4317-98f1-1f9a96aec291 { display: none !important; }}@media (max-width: 767px){#s-31b11f21-810a-4317-98f1-1f9a96aec291 {
  
}
}
#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d {
  display: none;
}
#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d, #wrap-s-a24a4336-9f97-4a19-8f06-4b9f6b21467d, #wrap-content-s-a24a4336-9f97-4a19-8f06-4b9f6b21467d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d {
  display: none;
}
#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d, #wrap-s-a24a4336-9f97-4a19-8f06-4b9f6b21467d, #wrap-content-s-a24a4336-9f97-4a19-8f06-4b9f6b21467d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d {
  display: none;
}
#s-a24a4336-9f97-4a19-8f06-4b9f6b21467d, #wrap-s-a24a4336-9f97-4a19-8f06-4b9f6b21467d, #wrap-content-s-a24a4336-9f97-4a19-8f06-4b9f6b21467d { display: none !important; }}
#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a {
  display: none;
}
#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a, #wrap-s-33010ca4-bca1-4927-a1f3-365eb63d7f2a, #wrap-content-s-33010ca4-bca1-4927-a1f3-365eb63d7f2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a {
  display: none;
}
#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a, #wrap-s-33010ca4-bca1-4927-a1f3-365eb63d7f2a, #wrap-content-s-33010ca4-bca1-4927-a1f3-365eb63d7f2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a {
  display: none;
}
#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a, #wrap-s-33010ca4-bca1-4927-a1f3-365eb63d7f2a, #wrap-content-s-33010ca4-bca1-4927-a1f3-365eb63d7f2a { display: none !important; }}@media (max-width: 767px){#s-33010ca4-bca1-4927-a1f3-365eb63d7f2a {
  
}
}
#s-aa17c889-297a-4f34-a1ea-ae85f53cc538 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-aa17c889-297a-4f34-a1ea-ae85f53cc538 {
  display: none;
}
#s-aa17c889-297a-4f34-a1ea-ae85f53cc538, #wrap-s-aa17c889-297a-4f34-a1ea-ae85f53cc538, #wrap-content-s-aa17c889-297a-4f34-a1ea-ae85f53cc538 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa17c889-297a-4f34-a1ea-ae85f53cc538 {
  display: none;
}
#s-aa17c889-297a-4f34-a1ea-ae85f53cc538, #wrap-s-aa17c889-297a-4f34-a1ea-ae85f53cc538, #wrap-content-s-aa17c889-297a-4f34-a1ea-ae85f53cc538 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa17c889-297a-4f34-a1ea-ae85f53cc538 {
  display: none;
}
#s-aa17c889-297a-4f34-a1ea-ae85f53cc538, #wrap-s-aa17c889-297a-4f34-a1ea-ae85f53cc538, #wrap-content-s-aa17c889-297a-4f34-a1ea-ae85f53cc538 { display: none !important; }}
#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d {
  padding-top: 40px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d {
  display: none;
}
#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d, #wrap-s-f27ad035-b28d-46a3-a5b9-60f5aa21474d, #wrap-content-s-f27ad035-b28d-46a3-a5b9-60f5aa21474d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d {
  display: none;
}
#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d, #wrap-s-f27ad035-b28d-46a3-a5b9-60f5aa21474d, #wrap-content-s-f27ad035-b28d-46a3-a5b9-60f5aa21474d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d {
  display: none;
}
#s-f27ad035-b28d-46a3-a5b9-60f5aa21474d, #wrap-s-f27ad035-b28d-46a3-a5b9-60f5aa21474d, #wrap-content-s-f27ad035-b28d-46a3-a5b9-60f5aa21474d { display: none !important; }}
#s-fc5c7981-5648-48a9-8b75-b82e591f41dc {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-fc5c7981-5648-48a9-8b75-b82e591f41dc {
  display: none;
}
#s-fc5c7981-5648-48a9-8b75-b82e591f41dc, #wrap-s-fc5c7981-5648-48a9-8b75-b82e591f41dc, #wrap-content-s-fc5c7981-5648-48a9-8b75-b82e591f41dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5c7981-5648-48a9-8b75-b82e591f41dc {
  display: none;
}
#s-fc5c7981-5648-48a9-8b75-b82e591f41dc, #wrap-s-fc5c7981-5648-48a9-8b75-b82e591f41dc, #wrap-content-s-fc5c7981-5648-48a9-8b75-b82e591f41dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5c7981-5648-48a9-8b75-b82e591f41dc {
  display: none;
}
#s-fc5c7981-5648-48a9-8b75-b82e591f41dc, #wrap-s-fc5c7981-5648-48a9-8b75-b82e591f41dc, #wrap-content-s-fc5c7981-5648-48a9-8b75-b82e591f41dc { display: none !important; }}@media (max-width: 767px){#s-fc5c7981-5648-48a9-8b75-b82e591f41dc {
  
}
}
#s-0d968e07-0ffc-4696-9721-871b548de102 {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-0d968e07-0ffc-4696-9721-871b548de102 {
  display: none;
}
#s-0d968e07-0ffc-4696-9721-871b548de102, #wrap-s-0d968e07-0ffc-4696-9721-871b548de102, #wrap-content-s-0d968e07-0ffc-4696-9721-871b548de102 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d968e07-0ffc-4696-9721-871b548de102 {
  display: none;
}
#s-0d968e07-0ffc-4696-9721-871b548de102, #wrap-s-0d968e07-0ffc-4696-9721-871b548de102, #wrap-content-s-0d968e07-0ffc-4696-9721-871b548de102 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d968e07-0ffc-4696-9721-871b548de102 {
  display: none;
}
#s-0d968e07-0ffc-4696-9721-871b548de102, #wrap-s-0d968e07-0ffc-4696-9721-871b548de102, #wrap-content-s-0d968e07-0ffc-4696-9721-871b548de102 { display: none !important; }}
#s-32051888-2433-44a4-adf2-00ecf26500bf {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-32051888-2433-44a4-adf2-00ecf26500bf {
  display: none;
}
#s-32051888-2433-44a4-adf2-00ecf26500bf, #wrap-s-32051888-2433-44a4-adf2-00ecf26500bf, #wrap-content-s-32051888-2433-44a4-adf2-00ecf26500bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32051888-2433-44a4-adf2-00ecf26500bf {
  display: none;
}
#s-32051888-2433-44a4-adf2-00ecf26500bf, #wrap-s-32051888-2433-44a4-adf2-00ecf26500bf, #wrap-content-s-32051888-2433-44a4-adf2-00ecf26500bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32051888-2433-44a4-adf2-00ecf26500bf {
  display: none;
}
#s-32051888-2433-44a4-adf2-00ecf26500bf, #wrap-s-32051888-2433-44a4-adf2-00ecf26500bf, #wrap-content-s-32051888-2433-44a4-adf2-00ecf26500bf { display: none !important; }}@media (max-width: 767px){#s-32051888-2433-44a4-adf2-00ecf26500bf {
  
}
}
#s-e9e6191a-2e60-4f82-b18e-def8930970af {
  text-align: left;
background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-e9e6191a-2e60-4f82-b18e-def8930970af {
  display: none;
}
#s-e9e6191a-2e60-4f82-b18e-def8930970af, #wrap-s-e9e6191a-2e60-4f82-b18e-def8930970af, #wrap-content-s-e9e6191a-2e60-4f82-b18e-def8930970af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9e6191a-2e60-4f82-b18e-def8930970af {
  display: none;
}
#s-e9e6191a-2e60-4f82-b18e-def8930970af, #wrap-s-e9e6191a-2e60-4f82-b18e-def8930970af, #wrap-content-s-e9e6191a-2e60-4f82-b18e-def8930970af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9e6191a-2e60-4f82-b18e-def8930970af {
  display: none;
}
#s-e9e6191a-2e60-4f82-b18e-def8930970af, #wrap-s-e9e6191a-2e60-4f82-b18e-def8930970af, #wrap-content-s-e9e6191a-2e60-4f82-b18e-def8930970af { display: none !important; }}
#s-cb74fb24-5374-41b6-af32-c95efe736a69 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-cb74fb24-5374-41b6-af32-c95efe736a69 {
  display: none;
}
#s-cb74fb24-5374-41b6-af32-c95efe736a69, #wrap-s-cb74fb24-5374-41b6-af32-c95efe736a69, #wrap-content-s-cb74fb24-5374-41b6-af32-c95efe736a69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb74fb24-5374-41b6-af32-c95efe736a69 {
  display: none;
}
#s-cb74fb24-5374-41b6-af32-c95efe736a69, #wrap-s-cb74fb24-5374-41b6-af32-c95efe736a69, #wrap-content-s-cb74fb24-5374-41b6-af32-c95efe736a69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb74fb24-5374-41b6-af32-c95efe736a69 {
  display: none;
}
#s-cb74fb24-5374-41b6-af32-c95efe736a69, #wrap-s-cb74fb24-5374-41b6-af32-c95efe736a69, #wrap-content-s-cb74fb24-5374-41b6-af32-c95efe736a69 { display: none !important; }}@media (max-width: 767px){#s-cb74fb24-5374-41b6-af32-c95efe736a69 {
  
}
}
#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 {
  display: none;
}
#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164, #wrap-s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164, #wrap-content-s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 {
  display: none;
}
#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164, #wrap-s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164, #wrap-content-s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 {
  display: none;
}
#s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164, #wrap-s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164, #wrap-content-s-4c44c0ba-77be-4a3c-8fcd-71c295fa9164 { display: none !important; }}
#s-1f004a8f-c669-4c49-9787-74e0958a17f5 {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-1f004a8f-c669-4c49-9787-74e0958a17f5 {
  display: none;
}
#s-1f004a8f-c669-4c49-9787-74e0958a17f5, #wrap-s-1f004a8f-c669-4c49-9787-74e0958a17f5, #wrap-content-s-1f004a8f-c669-4c49-9787-74e0958a17f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f004a8f-c669-4c49-9787-74e0958a17f5 {
  display: none;
}
#s-1f004a8f-c669-4c49-9787-74e0958a17f5, #wrap-s-1f004a8f-c669-4c49-9787-74e0958a17f5, #wrap-content-s-1f004a8f-c669-4c49-9787-74e0958a17f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f004a8f-c669-4c49-9787-74e0958a17f5 {
  display: none;
}
#s-1f004a8f-c669-4c49-9787-74e0958a17f5, #wrap-s-1f004a8f-c669-4c49-9787-74e0958a17f5, #wrap-content-s-1f004a8f-c669-4c49-9787-74e0958a17f5 { display: none !important; }}@media (max-width: 767px){#s-1f004a8f-c669-4c49-9787-74e0958a17f5 {
  
}
}
#s-2aa6679c-3cde-4c54-8a76-6238106a726f {
  background-color: rgba(18, 1, 53, 1);
}
@media (min-width: 1200px){#s-2aa6679c-3cde-4c54-8a76-6238106a726f {
  display: none;
}
#s-2aa6679c-3cde-4c54-8a76-6238106a726f, #wrap-s-2aa6679c-3cde-4c54-8a76-6238106a726f, #wrap-content-s-2aa6679c-3cde-4c54-8a76-6238106a726f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aa6679c-3cde-4c54-8a76-6238106a726f {
  display: none;
}
#s-2aa6679c-3cde-4c54-8a76-6238106a726f, #wrap-s-2aa6679c-3cde-4c54-8a76-6238106a726f, #wrap-content-s-2aa6679c-3cde-4c54-8a76-6238106a726f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aa6679c-3cde-4c54-8a76-6238106a726f {
  display: none;
}
#s-2aa6679c-3cde-4c54-8a76-6238106a726f, #wrap-s-2aa6679c-3cde-4c54-8a76-6238106a726f, #wrap-content-s-2aa6679c-3cde-4c54-8a76-6238106a726f { display: none !important; }}
#s-4270b61f-176f-4e3e-9a88-17cb5b8ea277 {
  background-color: rgba(18, 1, 53, 1);
}

#s-23a79957-070d-47b6-b382-850438399860 {
  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-23a79957-070d-47b6-b382-850438399860 {
  
}
}@media (max-width: 767px){#s-23a79957-070d-47b6-b382-850438399860 {
  display: none;
}
#s-23a79957-070d-47b6-b382-850438399860, #wrap-s-23a79957-070d-47b6-b382-850438399860, #wrap-content-s-23a79957-070d-47b6-b382-850438399860 { display: none !important; }}







#s-23a79957-070d-47b6-b382-850438399860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23a79957-070d-47b6-b382-850438399860.shg-box.shg-c {
  justify-content: center;
}

#s-f84f379d-cda9-4edd-8416-72fff9f1434b {
  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-3cf107f8-e360-47b7-9d2e-3b441aac3f15 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 {
  display: none;
}
#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15, #wrap-s-3cf107f8-e360-47b7-9d2e-3b441aac3f15, #wrap-content-s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 { display: none !important; }}@media (max-width: 767px){#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 {
  display: none;
}
#s-3cf107f8-e360-47b7-9d2e-3b441aac3f15, #wrap-s-3cf107f8-e360-47b7-9d2e-3b441aac3f15, #wrap-content-s-3cf107f8-e360-47b7-9d2e-3b441aac3f15 { display: none !important; }}







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

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

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

}

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

}

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6b129b77-55c6-452b-a66b-3b0691fef91f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6b129b77-55c6-452b-a66b-3b0691fef91f:hover {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b129b77-55c6-452b-a66b-3b0691fef91f:active {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6b129b77-55c6-452b-a66b-3b0691fef91f-atc-btn-wrapper {
    text-align: center;
  }


#s-6b129b77-55c6-452b-a66b-3b0691fef91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6b129b77-55c6-452b-a66b-3b0691fef91f-atc-btn-wrapper {
    text-align: center;
  }


#s-6b129b77-55c6-452b-a66b-3b0691fef91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b129b77-55c6-452b-a66b-3b0691fef91f-atc-btn-wrapper {
    text-align: center;
  }


#s-6b129b77-55c6-452b-a66b-3b0691fef91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6b129b77-55c6-452b-a66b-3b0691fef91f-atc-btn-wrapper {
    text-align: center;
  }


#s-6b129b77-55c6-452b-a66b-3b0691fef91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6b129b77-55c6-452b-a66b-3b0691fef91f-atc-btn-wrapper {
    text-align: center;
  }


#s-6b129b77-55c6-452b-a66b-3b0691fef91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6b129b77-55c6-452b-a66b-3b0691fef91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-846cab2e-045f-4131-8a7d-ef237a59bf05 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 1200px){#s-846cab2e-045f-4131-8a7d-ef237a59bf05 {
  display: none;
}
#s-846cab2e-045f-4131-8a7d-ef237a59bf05, #wrap-s-846cab2e-045f-4131-8a7d-ef237a59bf05, #wrap-content-s-846cab2e-045f-4131-8a7d-ef237a59bf05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-846cab2e-045f-4131-8a7d-ef237a59bf05 {
  display: none;
}
#s-846cab2e-045f-4131-8a7d-ef237a59bf05, #wrap-s-846cab2e-045f-4131-8a7d-ef237a59bf05, #wrap-content-s-846cab2e-045f-4131-8a7d-ef237a59bf05 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-846cab2e-045f-4131-8a7d-ef237a59bf05 {
  
}
}@media (max-width: 767px){#s-846cab2e-045f-4131-8a7d-ef237a59bf05 {
  display: none;
}
#s-846cab2e-045f-4131-8a7d-ef237a59bf05, #wrap-s-846cab2e-045f-4131-8a7d-ef237a59bf05, #wrap-content-s-846cab2e-045f-4131-8a7d-ef237a59bf05 { display: none !important; }}







#s-846cab2e-045f-4131-8a7d-ef237a59bf05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-846cab2e-045f-4131-8a7d-ef237a59bf05.shg-box.shg-c {
  justify-content: center;
}

#s-6c091b03-b4b7-4bf6-bd9f-ed4d44da0d05 {
  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-6c091b03-b4b7-4bf6-bd9f-ed4d44da0d05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c091b03-b4b7-4bf6-bd9f-ed4d44da0d05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6c091b03-b4b7-4bf6-bd9f-ed4d44da0d05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c091b03-b4b7-4bf6-bd9f-ed4d44da0d05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px){#s-feb111ee-2494-411e-85b6-a57e5fcadd0b {
  
}
}
#s-51c9d266-de69-4204-b9d8-42e090b9bbed {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-16344e59-7fff-430c-9e4e-dd06e0012b92 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-16aa0e40-5470-4447-aa7e-c4827a1104de {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
}

#s-01feb0de-2a8d-4dbb-8a60-65952bb4a91d hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-8242790b-5905-440b-ad6b-7ff537d30883 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-ec1e406b-54f4-486d-80d0-2f5e909ed132 {
  text-align: center;
}

#s-ec1e406b-54f4-486d-80d0-2f5e909ed132 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-ec1e406b-54f4-486d-80d0-2f5e909ed132 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-ec1e406b-54f4-486d-80d0-2f5e909ed132 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-16769b6c-27c6-4a64-8488-29051b0ee895:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16769b6c-27c6-4a64-8488-29051b0ee895:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-16769b6c-27c6-4a64-8488-29051b0ee895-atc-btn-wrapper {
    text-align: center;
  }


#s-16769b6c-27c6-4a64-8488-29051b0ee895 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-16769b6c-27c6-4a64-8488-29051b0ee895-atc-btn-wrapper {
    text-align: center;
  }


#s-16769b6c-27c6-4a64-8488-29051b0ee895 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-16769b6c-27c6-4a64-8488-29051b0ee895-atc-btn-wrapper {
    text-align: center;
  }


#s-16769b6c-27c6-4a64-8488-29051b0ee895 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-16769b6c-27c6-4a64-8488-29051b0ee895-atc-btn-wrapper {
    text-align: center;
  }


#s-16769b6c-27c6-4a64-8488-29051b0ee895 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-16769b6c-27c6-4a64-8488-29051b0ee895-atc-btn-wrapper {
    text-align: center;
  }


#s-16769b6c-27c6-4a64-8488-29051b0ee895 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-16769b6c-27c6-4a64-8488-29051b0ee895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 {
  padding-top: 5%;
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-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 {
  display: none;
}
#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33, #wrap-s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33, #wrap-content-s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 {
  display: none;
}
#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33, #wrap-s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33, #wrap-content-s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 {
  display: none;
}
#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33, #wrap-s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33, #wrap-content-s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 { display: none !important; }}@media (max-width: 767px){#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 {
  
}
}







#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1dc60e9-24e9-4502-a8cd-22ce9f4a5e33.shg-box.shg-c {
  justify-content: center;
}

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







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

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

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

}

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

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

}

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

#s-e770a731-7be5-4193-b086-da78b09412fa {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e770a731-7be5-4193-b086-da78b09412fa:hover {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e770a731-7be5-4193-b086-da78b09412fa:active {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e770a731-7be5-4193-b086-da78b09412fa-atc-btn-wrapper {
    text-align: center;
  }


#s-e770a731-7be5-4193-b086-da78b09412fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e770a731-7be5-4193-b086-da78b09412fa-atc-btn-wrapper {
    text-align: center;
  }


#s-e770a731-7be5-4193-b086-da78b09412fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e770a731-7be5-4193-b086-da78b09412fa-atc-btn-wrapper {
    text-align: center;
  }


#s-e770a731-7be5-4193-b086-da78b09412fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e770a731-7be5-4193-b086-da78b09412fa-atc-btn-wrapper {
    text-align: center;
  }


#s-e770a731-7be5-4193-b086-da78b09412fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e770a731-7be5-4193-b086-da78b09412fa-atc-btn-wrapper {
    text-align: center;
  }


#s-e770a731-7be5-4193-b086-da78b09412fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e770a731-7be5-4193-b086-da78b09412fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f15e5d1a-c59b-481f-810b-e7766a3d820c {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f15e5d1a-c59b-481f-810b-e7766a3d820c {
  
}
}@media (max-width: 767px){#s-f15e5d1a-c59b-481f-810b-e7766a3d820c {
  display: none;
}
#s-f15e5d1a-c59b-481f-810b-e7766a3d820c, #wrap-s-f15e5d1a-c59b-481f-810b-e7766a3d820c, #wrap-content-s-f15e5d1a-c59b-481f-810b-e7766a3d820c { display: none !important; }}







#s-f15e5d1a-c59b-481f-810b-e7766a3d820c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f15e5d1a-c59b-481f-810b-e7766a3d820c.shg-box.shg-c {
  justify-content: center;
}

#s-b261714e-19f2-45cb-93ae-31ff5d91c236 {
  margin-top: 0px;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b261714e-19f2-45cb-93ae-31ff5d91c236 {
  display: none;
}
#s-b261714e-19f2-45cb-93ae-31ff5d91c236, #wrap-s-b261714e-19f2-45cb-93ae-31ff5d91c236, #wrap-content-s-b261714e-19f2-45cb-93ae-31ff5d91c236 { display: none !important; }}@media (max-width: 767px){#s-b261714e-19f2-45cb-93ae-31ff5d91c236 {
  display: none;
}
#s-b261714e-19f2-45cb-93ae-31ff5d91c236, #wrap-s-b261714e-19f2-45cb-93ae-31ff5d91c236, #wrap-content-s-b261714e-19f2-45cb-93ae-31ff5d91c236 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b261714e-19f2-45cb-93ae-31ff5d91c236"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b261714e-19f2-45cb-93ae-31ff5d91c236"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b261714e-19f2-45cb-93ae-31ff5d91c236"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b261714e-19f2-45cb-93ae-31ff5d91c236"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-fe6144b3-2704-48ca-9891-0e477d9c0b5c {
  margin-top: 40px;
margin-bottom: 40px;
text-align: left;
}

#s-fe6144b3-2704-48ca-9891-0e477d9c0b5c {
  overflow: hidden;
}







  #s-fe6144b3-2704-48ca-9891-0e477d9c0b5c img.shogun-image {
    

    
    
    
  }


#s-fe6144b3-2704-48ca-9891-0e477d9c0b5c .shogun-image-content {
  
    justify-content: center;
  
}

#s-8a0dc843-0e79-4f67-8c4b-c9bb6497cf10 {
  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;
background-color: rgba(255, 255, 255, 1);
}

#s-527ae5fe-764f-47c1-a96f-dd89ac690e52 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 0px;
}

#s-99ef419e-9075-4577-a581-414688176c61 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-35b1c37b-0e79-4db0-b412-c0c849c8716b hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-4b7d0d2d-53b7-48ee-9267-5867e511441a {
  text-align: center;
}

#s-4b7d0d2d-53b7-48ee-9267-5867e511441a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-4b7d0d2d-53b7-48ee-9267-5867e511441a .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-4b7d0d2d-53b7-48ee-9267-5867e511441a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 8, 151, 1);
border-style: none;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-89c9cd04-2c02-4143-9307-3603e5f7bf38:hover {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-89c9cd04-2c02-4143-9307-3603e5f7bf38:active {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-89c9cd04-2c02-4143-9307-3603e5f7bf38-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9cd04-2c02-4143-9307-3603e5f7bf38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-89c9cd04-2c02-4143-9307-3603e5f7bf38-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9cd04-2c02-4143-9307-3603e5f7bf38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-89c9cd04-2c02-4143-9307-3603e5f7bf38-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9cd04-2c02-4143-9307-3603e5f7bf38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-89c9cd04-2c02-4143-9307-3603e5f7bf38-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9cd04-2c02-4143-9307-3603e5f7bf38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-89c9cd04-2c02-4143-9307-3603e5f7bf38-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9cd04-2c02-4143-9307-3603e5f7bf38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-89c9cd04-2c02-4143-9307-3603e5f7bf38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-446ba001-3380-4345-83e3-a3698bd0cbd6 {
  margin-top: 0px;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-446ba001-3380-4345-83e3-a3698bd0cbd6 {
  display: none;
}
#s-446ba001-3380-4345-83e3-a3698bd0cbd6, #wrap-s-446ba001-3380-4345-83e3-a3698bd0cbd6, #wrap-content-s-446ba001-3380-4345-83e3-a3698bd0cbd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446ba001-3380-4345-83e3-a3698bd0cbd6 {
  display: none;
}
#s-446ba001-3380-4345-83e3-a3698bd0cbd6, #wrap-s-446ba001-3380-4345-83e3-a3698bd0cbd6, #wrap-content-s-446ba001-3380-4345-83e3-a3698bd0cbd6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-446ba001-3380-4345-83e3-a3698bd0cbd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-446ba001-3380-4345-83e3-a3698bd0cbd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-446ba001-3380-4345-83e3-a3698bd0cbd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-446ba001-3380-4345-83e3-a3698bd0cbd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-32c8ab38-b11f-481e-9e56-8381b247724d {
  margin-top: 40px;
margin-bottom: 40px;
text-align: left;
}

#s-32c8ab38-b11f-481e-9e56-8381b247724d {
  overflow: hidden;
}







  #s-32c8ab38-b11f-481e-9e56-8381b247724d img.shogun-image {
    

    
    
    
  }


#s-32c8ab38-b11f-481e-9e56-8381b247724d .shogun-image-content {
  
    justify-content: center;
  
}

#s-7193e818-8d38-4cc9-a143-42443fa149fe {
  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;
background-color: rgba(255, 255, 255, 1);
}

#s-ce39c7a6-2aaf-4726-b953-4ebc656fb1cd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 0px;
}

#s-7d1d711c-ba20-46dc-ad47-e9eb47226392 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-1205262c-582b-43e6-93fd-f7f35ff43c76 hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-32176081-96be-4913-a579-8d1b9c7b115a {
  text-align: center;
}

#s-32176081-96be-4913-a579-8d1b9c7b115a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-32176081-96be-4913-a579-8d1b9c7b115a .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-32176081-96be-4913-a579-8d1b9c7b115a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 8, 151, 1);
border-style: none;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-987bfeb1-cded-41f4-b49c-a41745185e32:hover {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-987bfeb1-cded-41f4-b49c-a41745185e32:active {border-radius: 20px !important;
background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-987bfeb1-cded-41f4-b49c-a41745185e32-atc-btn-wrapper {
    text-align: center;
  }


#s-987bfeb1-cded-41f4-b49c-a41745185e32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-987bfeb1-cded-41f4-b49c-a41745185e32-atc-btn-wrapper {
    text-align: center;
  }


#s-987bfeb1-cded-41f4-b49c-a41745185e32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-987bfeb1-cded-41f4-b49c-a41745185e32-atc-btn-wrapper {
    text-align: center;
  }


#s-987bfeb1-cded-41f4-b49c-a41745185e32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-987bfeb1-cded-41f4-b49c-a41745185e32-atc-btn-wrapper {
    text-align: center;
  }


#s-987bfeb1-cded-41f4-b49c-a41745185e32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-987bfeb1-cded-41f4-b49c-a41745185e32-atc-btn-wrapper {
    text-align: center;
  }


#s-987bfeb1-cded-41f4-b49c-a41745185e32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-987bfeb1-cded-41f4-b49c-a41745185e32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a72ec8a6-9f4a-41db-a029-0b24586c1ca9 {
  margin-bottom: -80px;
min-height: 50px;
background-color: rgba(249, 250, 243, 1);
}








#s-a72ec8a6-9f4a-41db-a029-0b24586c1ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a72ec8a6-9f4a-41db-a029-0b24586c1ca9.shg-box.shg-c {
  justify-content: center;
}

#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 {
  margin-top: 0px;
padding-top: 5%;
padding-left: 7%;
padding-bottom: 5%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 {
  display: none;
}
#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4, #wrap-s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4, #wrap-content-s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 {
  display: none;
}
#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4, #wrap-s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4, #wrap-content-s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 {
  display: none;
}
#s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4, #wrap-s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4, #wrap-content-s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2a5ef49-4f4c-4c5b-a6d1-8fd981babdf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-d2b2609a-68a7-434b-b7d4-c4ff61cdec5f {
  margin-top: 40px;
margin-bottom: 40px;
text-align: left;
}

#s-d2b2609a-68a7-434b-b7d4-c4ff61cdec5f {
  overflow: hidden;
}







  #s-d2b2609a-68a7-434b-b7d4-c4ff61cdec5f img.shogun-image {
    

    
    
    
  }


#s-d2b2609a-68a7-434b-b7d4-c4ff61cdec5f .shogun-image-content {
  
    justify-content: center;
  
}

#s-033a0060-4c18-4585-97d7-b21492cf6220 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5%;
padding-left: 7%;
padding-right: 7%;
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;
background-color: rgba(255, 255, 255, 1);
}

#s-1688c67e-1465-4e71-ad62-560110b1565b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 0px;
}

#s-9ea38d67-8542-4484-b2ac-4cb2440e4b6d {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-9ea38d67-8542-4484-b2ac-4cb2440e4b6d hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-a80b7302-8b7f-46ac-b67c-d1f734bef86d {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-a80b7302-8b7f-46ac-b67c-d1f734bef86d hr {
  border-top: 2px solid rgba(212, 8, 151, 1);
}

#s-1a90ef9a-7050-4a51-bb52-9966caa18b0d {
  text-align: center;
}

#s-1a90ef9a-7050-4a51-bb52-9966caa18b0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-1a90ef9a-7050-4a51-bb52-9966caa18b0d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-1a90ef9a-7050-4a51-bb52-9966caa18b0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(212, 8, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b29daa12-903e-49e3-aa68-0fcd5348151c:hover {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b29daa12-903e-49e3-aa68-0fcd5348151c:active {background-color: rgba(212, 8, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b29daa12-903e-49e3-aa68-0fcd5348151c-atc-btn-wrapper {
    text-align: center;
  }


#s-b29daa12-903e-49e3-aa68-0fcd5348151c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b29daa12-903e-49e3-aa68-0fcd5348151c-atc-btn-wrapper {
    text-align: center;
  }


#s-b29daa12-903e-49e3-aa68-0fcd5348151c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b29daa12-903e-49e3-aa68-0fcd5348151c-atc-btn-wrapper {
    text-align: center;
  }


#s-b29daa12-903e-49e3-aa68-0fcd5348151c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b29daa12-903e-49e3-aa68-0fcd5348151c-atc-btn-wrapper {
    text-align: center;
  }


#s-b29daa12-903e-49e3-aa68-0fcd5348151c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b29daa12-903e-49e3-aa68-0fcd5348151c-atc-btn-wrapper {
    text-align: center;
  }


#s-b29daa12-903e-49e3-aa68-0fcd5348151c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b29daa12-903e-49e3-aa68-0fcd5348151c.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;
  }
}
