.shg-box {
  position: relative;
}

/**
Ref:
https://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/media-tests/
https://stackoverflow.com/questions/44700068/flexbox-min-height-and-ie11
**/
@media screen\0 {
  .shg-box-vertical-center {
    height: 0;
  }
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-978a7454-0878-455c-b79d-75ecda25d192 { min-height: 50px; }
#s-978a7454-0878-455c-b79d-75ecda25d192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-72e2132f-903e-45b9-a48e-21b8f506edf8 { background-image: url(https://i.shgcdn.com/8f3ca860-f827-41c3-b1d1-fdb5dccac47a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center; }
#s-72e2132f-903e-45b9-a48e-21b8f506edf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-36c062cf-28f4-4bfa-8199-568e2d4c5377 { margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-36c062cf-28f4-4bfa-8199-568e2d4c5377 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Eater;
   font-style:  normal ;
   font-size: 48px;
   text-align: center;
 }

 

#s-d7505e69-e0fe-432c-b985-281eb25bed07 { margin-left: 50px;
margin-right: 50px; }
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > div > span {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span {
    line-height: 45px;
  }

  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }
  
  .shogun-countdown-small > span {
    line-height: 30px;
  }

  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span {
    line-height: 68px;
  }
  
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-ef796b65-b06f-4317-ba45-1c78bd66d718 { text-align: center; }
#s-ef796b65-b06f-4317-ba45-1c78bd66d718 .shogun-countdown span, #s-ef796b65-b06f-4317-ba45-1c78bd66d718 .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
.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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-825fba30-2624-4578-8888-82b49d209fe5 { margin-top: 20px;
margin-left: 50px;
margin-right: 50px; }
@media (min-width: 0px) {
[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-825fba30-2624-4578-8888-82b49d209fe5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

#s-87a96a39-3191-48e2-9254-5cc3908a82a9 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-87a96a39-3191-48e2-9254-5cc3908a82a9:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-87a96a39-3191-48e2-9254-5cc3908a82a9:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-87a96a39-3191-48e2-9254-5cc3908a82a9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Montserrat;
 }
#s-0ed9d4a2-1d91-4213-add0-2e8a450baf14 { margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0); }
#s-0ed9d4a2-1d91-4213-add0-2e8a450baf14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-196457dd-a9e7-4c00-a349-10251a8f19bc {  }
@media (min-width: 0px) {
[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-196457dd-a9e7-4c00-a349-10251a8f19bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-eb76eeae-1448-4a80-becf-707238be1bec { margin-top: 25px; }
#s-eb76eeae-1448-4a80-becf-707238be1bec .shogun-icon-wrapper {
  text-align: center;
}


#s-eb76eeae-1448-4a80-becf-707238be1bec .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-459d197b-d68f-46f3-8faf-91f661739611 { padding-top: 10px;
padding-bottom: 10px; }
 #s-459d197b-d68f-46f3-8faf-91f661739611 .shogun-heading-component h4 {
   color: #000;
   font-weight:  700 ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-59154fd9-4ce9-4136-b747-9a056e868578 { margin-top: 25px; }
#s-59154fd9-4ce9-4136-b747-9a056e868578 .shogun-icon-wrapper {
  text-align: center;
}


#s-59154fd9-4ce9-4136-b747-9a056e868578 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-816227b1-3a32-42a0-8142-48c2b5b923d2 { padding-top: 10px;
padding-bottom: 10px; }
 #s-816227b1-3a32-42a0-8142-48c2b5b923d2 .shogun-heading-component h4 {
   color: #000;
   font-weight:  700 ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-ba9f91a7-77c9-47e7-b584-4a2bf13db96f { margin-top: 25px; }
#s-ba9f91a7-77c9-47e7-b584-4a2bf13db96f .shogun-icon-wrapper {
  text-align: center;
}


#s-ba9f91a7-77c9-47e7-b584-4a2bf13db96f .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-09e34d98-73e7-45c8-9ba3-f0d408e099f4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-09e34d98-73e7-45c8-9ba3-f0d408e099f4 .shogun-heading-component h4 {
   color: #000;
   font-weight:  700 ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40 {  }
@media (min-width: 0px) {
[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-8f5026e0-e54f-4ca9-b9b3-ab41057e3a40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-beae7beb-f098-4772-af2f-39761386a2a0 { margin-top: 25px; }
#s-beae7beb-f098-4772-af2f-39761386a2a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-beae7beb-f098-4772-af2f-39761386a2a0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-77f7bc9f-34e9-4c93-9e23-405b16f1403a { padding-top: 10px;
padding-bottom: 10px; }
 #s-77f7bc9f-34e9-4c93-9e23-405b16f1403a .shogun-heading-component h4 {
   color: #000;
   font-weight:  700 ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-e8f44fa7-9476-4573-bfd9-ff453ae57ae5 { margin-top: 25px; }
#s-e8f44fa7-9476-4573-bfd9-ff453ae57ae5 .shogun-icon-wrapper {
  text-align: center;
}


#s-e8f44fa7-9476-4573-bfd9-ff453ae57ae5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d433e2ea-2cf5-44c0-9ebb-e808406226ad { padding-top: 10px;
padding-bottom: 10px; }
 #s-d433e2ea-2cf5-44c0-9ebb-e808406226ad .shogun-heading-component h4 {
   color: #000;
   font-weight:  700 ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-af86bcb8-a357-4de5-b995-80c9ce626dc6 { margin-top: 25px; }
#s-af86bcb8-a357-4de5-b995-80c9ce626dc6 .shogun-icon-wrapper {
  text-align: center;
}


#s-af86bcb8-a357-4de5-b995-80c9ce626dc6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c643a91f-9da3-4c91-b431-f9143bec4c89 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c643a91f-9da3-4c91-b431-f9143bec4c89 .shogun-heading-component h4 {
   color: #000;
   font-weight:  700 ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-ab56eef3-a8d1-4df3-99f2-6dff893b71ca { margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0); }
#s-ab56eef3-a8d1-4df3-99f2-6dff893b71ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-19157aaf-dfa9-4886-b7b6-9d0e23eb8d54 { margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-19157aaf-dfa9-4886-b7b6-9d0e23eb8d54 .shogun-heading-component h2 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Eater;
   font-style:  normal ;
   font-size: 48px;
   text-align: center;
 }

 

#s-5278eea2-3307-4708-82fe-9e2f698c645d {  }
@media (min-width: 0px) {
[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-5278eea2-3307-4708-82fe-9e2f698c645d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-ed8d7dca-7c12-43d4-b320-b4c33f302843 { margin-top: 25px; }
#s-ed8d7dca-7c12-43d4-b320-b4c33f302843 {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

.shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-775c777a-9f67-4051-b9e5-37bba6eeb299 { text-align: center; }
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d8404fbf-ea88-43e5-9bb0-b3357b98833e { margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d8404fbf-ea88-43e5-9bb0-b3357b98833e .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}
#s-7263c7d4-2547-4b00-85af-b88dd98a6fc8 { margin-top: 0px;
margin-bottom: 12px;
text-align: center; }
#s-7263c7d4-2547-4b00-85af-b88dd98a6fc8 .shg-product-sold-out {
  display: none;
}

#s-7263c7d4-2547-4b00-85af-b88dd98a6fc8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-7263c7d4-2547-4b00-85af-b88dd98a6fc8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
.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%;
}

#s-f0655708-0203-4037-9eeb-bb24c32e79af { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-f0655708-0203-4037-9eeb-bb24c32e79af:hover {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-f0655708-0203-4037-9eeb-bb24c32e79af:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f0655708-0203-4037-9eeb-bb24c32e79af {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f0655708-0203-4037-9eeb-bb24c32e79af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0655708-0203-4037-9eeb-bb24c32e79af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Montserrat;
}

#s-f0655708-0203-4037-9eeb-bb24c32e79af.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-97e98a15-96db-49b4-b078-f49600324759 { margin-top: 25px; }
#s-97e98a15-96db-49b4-b078-f49600324759 {
  display: none;
}
#s-74770c64-ed3d-4872-b264-dea10865c33b { text-align: center; }
#s-ca02244a-ca64-4c79-9faf-274c69668bb4 { margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ca02244a-ca64-4c79-9faf-274c69668bb4 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}
#s-7a032494-d7f3-4bc6-bc7f-f44ac5bd46a2 { margin-top: 0px;
margin-bottom: 12px;
text-align: center; }
#s-7a032494-d7f3-4bc6-bc7f-f44ac5bd46a2 .shg-product-sold-out {
  display: none;
}

#s-7a032494-d7f3-4bc6-bc7f-f44ac5bd46a2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-7a032494-d7f3-4bc6-bc7f-f44ac5bd46a2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf:hover {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Montserrat;
}

#s-f0e19eb6-a85b-45c8-b1be-21ace1a2faaf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-541bc218-e9c7-4d4d-9e47-0a773b5c1c85 { margin-top: 25px; }
#s-541bc218-e9c7-4d4d-9e47-0a773b5c1c85 {
  display: none;
}
#s-56bb048e-eadd-4dbe-a8f0-63036cf26fce { text-align: center; }
#s-d78386aa-0a40-4e27-8637-b0161811cc70 { margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d78386aa-0a40-4e27-8637-b0161811cc70 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}
#s-c36316c2-b8f4-42dd-b0e6-66076f9e399d { margin-top: 0px;
margin-bottom: 12px;
text-align: center; }
#s-c36316c2-b8f4-42dd-b0e6-66076f9e399d .shg-product-sold-out {
  display: none;
}

#s-c36316c2-b8f4-42dd-b0e6-66076f9e399d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c36316c2-b8f4-42dd-b0e6-66076f9e399d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-73acd1de-5997-4a96-9261-599c57002984 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-73acd1de-5997-4a96-9261-599c57002984:hover {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-73acd1de-5997-4a96-9261-599c57002984:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-73acd1de-5997-4a96-9261-599c57002984 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73acd1de-5997-4a96-9261-599c57002984.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73acd1de-5997-4a96-9261-599c57002984.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Montserrat;
}

#s-73acd1de-5997-4a96-9261-599c57002984.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ba00a5d8-cc9b-46f9-ae6c-052ef58dab73 { margin-top: 25px; }
#s-ba00a5d8-cc9b-46f9-ae6c-052ef58dab73 {
  display: none;
}
#s-9263ebd5-89dc-421c-b5e3-9bc62591e20b { text-align: center; }
#s-9977d22d-7960-4ff0-bd72-8c075bdf5322 { margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9977d22d-7960-4ff0-bd72-8c075bdf5322 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}
#s-d1298a9f-ce2d-4a4a-a42a-159a84a76fe7 { margin-top: 0px;
margin-bottom: 12px;
text-align: center; }
#s-d1298a9f-ce2d-4a4a-a42a-159a84a76fe7 .shg-product-sold-out {
  display: none;
}

#s-d1298a9f-ce2d-4a4a-a42a-159a84a76fe7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-d1298a9f-ce2d-4a4a-a42a-159a84a76fe7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-f021fc06-1d51-430f-950d-6ed5c76f36ae { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-f021fc06-1d51-430f-950d-6ed5c76f36ae:hover {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-f021fc06-1d51-430f-950d-6ed5c76f36ae:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f021fc06-1d51-430f-950d-6ed5c76f36ae {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f021fc06-1d51-430f-950d-6ed5c76f36ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f021fc06-1d51-430f-950d-6ed5c76f36ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Montserrat;
}

#s-f021fc06-1d51-430f-950d-6ed5c76f36ae.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d7af9828-1e76-4fcd-855c-44ea4f1f12ff { margin-top: 25px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1); }
#s-d7af9828-1e76-4fcd-855c-44ea4f1f12ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8a121407-7b1a-4630-bce2-25da6ccf0b69 { margin-top: 50px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px; }
@media (min-width: 0px) {
[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-8a121407-7b1a-4630-bce2-25da6ccf0b69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

#s-4c223c8d-0fcb-49f2-b685-f85295d93979 { background-image: url(https://i.shgcdn.com/fd4402b3-6951-4e06-87af-12ba20dc9d41/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 500px;
background-position: center center; }
#s-4c223c8d-0fcb-49f2-b685-f85295d93979 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}
#s-fd135a7e-649b-4d15-b8d8-ffd909fcef77 { border-style: solid;
margin-top: 200px;
margin-left: 12px;
margin-right: 12px;
padding-top: 25px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1); }
 #s-fd135a7e-649b-4d15-b8d8-ffd909fcef77 .shogun-heading-component h2 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }

 

#s-1f751a78-02e8-4625-aca0-7ca4b36788da { margin-top: 0px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
background-color: rgba(255, 255, 255, 1); }
#s-6e428762-f636-4637-8dd5-f380bc455841 { margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
background-color: rgba(255, 255, 255, 1); }
@media (min-width: 0px) {
[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e428762-f636-4637-8dd5-f380bc455841"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8e7042ff-1b05-4c44-9ce1-b55381ed2208 { border-style: solid;
margin-left: 12px;
margin-bottom: 25px;
margin-right: 12px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-8e7042ff-1b05-4c44-9ce1-b55381ed2208:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-8e7042ff-1b05-4c44-9ce1-b55381ed2208:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-8e7042ff-1b05-4c44-9ce1-b55381ed2208.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Montserrat;
 }
#s-d998e489-6662-48db-b577-653dad93ab2c { background-image: url(https://i.shgcdn.com/236995b6-3812-4272-ba9c-b179fd32c128/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 500px;
background-position: center center; }
#s-d998e489-6662-48db-b577-653dad93ab2c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}
#s-15f8daf5-0144-44c5-a96d-6af2b88df661 { border-style: solid;
margin-top: 200px;
margin-left: 12px;
margin-right: 12px;
padding-top: 25px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1); }
 #s-15f8daf5-0144-44c5-a96d-6af2b88df661 .shogun-heading-component h2 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }

 

#s-e79d3e03-a0b5-4ce8-91e1-8450f92a7855 { margin-top: 0px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
background-color: rgba(255, 255, 255, 1); }
#s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95 { margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
background-color: rgba(255, 255, 255, 1); }
@media (min-width: 0px) {
[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd4bf683-4b30-45a3-9f80-b72dcb03dd95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c53861fa-5231-4601-87f6-710189e813db { border-style: solid;
margin-left: 12px;
margin-bottom: 25px;
margin-right: 12px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-c53861fa-5231-4601-87f6-710189e813db:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-c53861fa-5231-4601-87f6-710189e813db:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-c53861fa-5231-4601-87f6-710189e813db.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Montserrat;
 }
#s-a9948a35-08db-418a-af0c-4cbd6fa73339 { background-image: url(https://i.shgcdn.com/11940c97-7321-4eea-8f29-d6724f965263/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 500px;
background-position: center center; }
#s-a9948a35-08db-418a-af0c-4cbd6fa73339 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}
#s-0d19a393-f40c-4665-bf00-b9e5dbd19a08 { border-style: solid;
margin-top: 200px;
margin-left: 12px;
margin-right: 12px;
padding-top: 25px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1); }
 #s-0d19a393-f40c-4665-bf00-b9e5dbd19a08 .shogun-heading-component h2 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Lato;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }

 

#s-61ab6043-6fb9-4d56-a987-9365bd910965 { margin-top: 0px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
background-color: rgba(255, 255, 255, 1); }
#s-ee2d11e4-34b4-473b-89de-8d50459473cc { margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
background-color: rgba(255, 255, 255, 1); }
@media (min-width: 0px) {
[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee2d11e4-34b4-473b-89de-8d50459473cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-89f4eeef-73f2-42eb-ae81-648f4df2a29b { border-style: solid;
margin-left: 12px;
margin-bottom: 25px;
margin-right: 12px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-89f4eeef-73f2-42eb-ae81-648f4df2a29b:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}
#s-89f4eeef-73f2-42eb-ae81-648f4df2a29b:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-89f4eeef-73f2-42eb-ae81-648f4df2a29b.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Montserrat;
 }
#s-59472c85-6686-4b57-8f38-2ec2a0a85dee { margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px; }
#s-59472c85-6686-4b57-8f38-2ec2a0a85dee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d8d139e0-e561-424c-8731-bdc1c4fa306e { padding-top: 10px;
padding-bottom: 10px; }
 #s-d8d139e0-e561-424c-8731-bdc1c4fa306e .shogun-heading-component h2 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Eater;
   font-style:  normal ;
   font-size: 48px;
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9c4f8d94-2ce1-4bd1-b6ed-37e44d71336d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-f56e7e70-b752-4319-bb21-5f80a0e28709 { margin-top: 25px;
margin-bottom: 1px;
background-color: rgba(0, 0, 0, 1); }
#s-f56e7e70-b752-4319-bb21-5f80a0e28709 {
  display: none;
}
#s-f53fda56-4816-4a7c-9732-3826b2ad7d11 { margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-06e3c14f-630a-4a35-b1ef-5a94203944e2 { margin-top: 12px;
margin-left: 50px;
margin-bottom: 6px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-06e3c14f-630a-4a35-b1ef-5a94203944e2 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 24px;
}
#s-5182085f-ed23-410d-8b07-493fb04618d8 { margin-top: 0px;
margin-left: 50px;
margin-bottom: 12px;
margin-right: 50px;
text-align: center; }
#s-5182085f-ed23-410d-8b07-493fb04618d8 .shg-product-sold-out {
  display: none;
}

#s-5182085f-ed23-410d-8b07-493fb04618d8 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-5182085f-ed23-410d-8b07-493fb04618d8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e2881fdf-eebd-4023-89d1-febfc8798273 { margin-left: 50px;
margin-right: 50px; }
@media (min-width: 0px) {
[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2881fdf-eebd-4023-89d1-febfc8798273"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d0e84621-93b0-45bd-81a3-8aac66636301 { border-style: solid;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
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;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1); }
#s-d0e84621-93b0-45bd-81a3-8aac66636301:hover {opacity: 1 !important;
background-color: rgba(255, 144, 0, 1) !important;
text-decoration: none !important;}
#s-d0e84621-93b0-45bd-81a3-8aac66636301:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
background-color: rgba(255, 144, 0, 0.8) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

#s-d0e84621-93b0-45bd-81a3-8aac66636301 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0e84621-93b0-45bd-81a3-8aac66636301.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0e84621-93b0-45bd-81a3-8aac66636301.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Montserrat;
}

#s-d0e84621-93b0-45bd-81a3-8aac66636301.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fdabcf97-eb8e-4529-95ba-27736c31d1af { margin-top: 25px;
background-color: rgba(246, 246, 246, 1); }
#s-fdabcf97-eb8e-4529-95ba-27736c31d1af {
  display: none;
}
#s-f9a00f4c-b050-44de-802e-8612381f4f59 { margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-634d139c-9e6a-4abc-97b0-970c4d163ef8 { margin-top: 12px;
margin-left: 50px;
margin-bottom: 6px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-634d139c-9e6a-4abc-97b0-970c4d163ef8 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 24px;
}
#s-760a62c4-7020-4ddf-9130-6edb5e702ac5 { margin-top: 0px;
margin-left: 50px;
margin-bottom: 12px;
margin-right: 50px;
text-align: center; }
#s-760a62c4-7020-4ddf-9130-6edb5e702ac5 .shg-product-sold-out {
  display: none;
}

#s-760a62c4-7020-4ddf-9130-6edb5e702ac5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-760a62c4-7020-4ddf-9130-6edb5e702ac5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3522bd09-c91d-4648-9e95-a2f97b670491 { margin-left: 50px;
margin-right: 50px; }
@media (min-width: 0px) {
[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3522bd09-c91d-4648-9e95-a2f97b670491"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ebe826b7-38ab-4955-b23c-97251ec4ef75 { border-style: solid;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
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;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1); }
#s-ebe826b7-38ab-4955-b23c-97251ec4ef75:hover {opacity: 1 !important;
background-color: rgba(255, 144, 0, 1) !important;
text-decoration: none !important;}
#s-ebe826b7-38ab-4955-b23c-97251ec4ef75:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
background-color: rgba(255, 144, 0, 0.8) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

#s-ebe826b7-38ab-4955-b23c-97251ec4ef75 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebe826b7-38ab-4955-b23c-97251ec4ef75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebe826b7-38ab-4955-b23c-97251ec4ef75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Montserrat;
}

#s-ebe826b7-38ab-4955-b23c-97251ec4ef75.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ce860333-1171-493e-9fb7-22409a4cfb1e { background-image: url(https://i.shgcdn.com/0969d2c9-167a-4165-b0f7-7b9602c21f94/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center; }
#s-ce860333-1171-493e-9fb7-22409a4cfb1e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.48;
}
#s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e { margin-left: 25px;
margin-right: 25px; }
@media (min-width: 0px) {
[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6deaf7b4-e53f-4829-94e9-0a5babe0fc5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3c89afef-990f-4eb0-9e25-8e159356f602 { margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-3c89afef-990f-4eb0-9e25-8e159356f602 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Eater;
   font-style:  normal ;
   
   text-align: center;
 }

 

.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input, textarea {
  margin: 0;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input, .shogun-form textarea {
  width: 100%;
}

#s-726b58a8-fe28-43a5-8aed-928ab0523297 { padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(0, 0, 0, 0); }
.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}#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{width:100%}
