#s-46182013-cb99-4823-b8af-20b696158ed9 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-2078253d-fa1d-4b2e-9f50-976fd359d6cc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2078253d-fa1d-4b2e-9f50-976fd359d6cc {
  margin-bottom: -26px;
}
}
#s-2078253d-fa1d-4b2e-9f50-976fd359d6cc {
  background-image: url(https://i.shgcdn.com/2254f675-bfe9-4aa9-be69-f04f21976b48/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2078253d-fa1d-4b2e-9f50-976fd359d6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2078253d-fa1d-4b2e-9f50-976fd359d6cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c0638f67-16b7-47bd-ac5d-134cd7bf2002 {
  text-align: center;
}







  #s-c0638f67-16b7-47bd-ac5d-134cd7bf2002 img.shogun-image {
    

    
    
    
  }


#s-c0638f67-16b7-47bd-ac5d-134cd7bf2002 .shogun-image-content {
  
    align-items: center;
  
}

#s-faefe26c-0456-4016-a402-aa416e82791b {
  margin-top: 25px;
}

#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32 {
  display: none;
}
#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32, #wrap-s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32 {
  display: none;
}
#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32, #wrap-s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32 { display: none !important; }}







#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff055b9-388b-43f7-8e1f-1c7a15c81b32.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-08dbb80c-de4d-4567-b3cf-eeb035c28d81 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-08dbb80c-de4d-4567-b3cf-eeb035c28d81"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-08dbb80c-de4d-4567-b3cf-eeb035c28d81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08dbb80c-de4d-4567-b3cf-eeb035c28d81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08dbb80c-de4d-4567-b3cf-eeb035c28d81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-24f22a22-28e3-4ee6-aadb-3d54288c71fa {
  text-align: center;
}







  #s-24f22a22-28e3-4ee6-aadb-3d54288c71fa img.shogun-image {
    

    
    
    
  }


#s-24f22a22-28e3-4ee6-aadb-3d54288c71fa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9f6ecd0a-13c2-4671-b2b1-2c2faffb41a3 {
  text-align: center;
}







  #s-9f6ecd0a-13c2-4671-b2b1-2c2faffb41a3 img.shogun-image {
    

    
    
    
  }


#s-9f6ecd0a-13c2-4671-b2b1-2c2faffb41a3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-01d97f76-7f33-4bbc-b0ed-5c31566d4895 {
  text-align: center;
}







  #s-01d97f76-7f33-4bbc-b0ed-5c31566d4895 img.shogun-image {
    

    
    
    
  }


#s-01d97f76-7f33-4bbc-b0ed-5c31566d4895 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3d5dd409-6ef8-4107-bdee-ccfa58d6e15b {
  min-height: 50px;
}








#s-3d5dd409-6ef8-4107-bdee-ccfa58d6e15b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d5dd409-6ef8-4107-bdee-ccfa58d6e15b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39e7d534-ac93-4b8b-9f92-23048169a659 {
  text-align: left;
}

#s-5021e557-d9b0-41a3-85d1-492178d8a85c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 90px;
padding-bottom: 160px;
min-height: 50px;
background-position: center center;
}

#s-5021e557-d9b0-41a3-85d1-492178d8a85c {
  background-image: url(https://i.shgcdn.com/173d26a7-7161-4f8c-984e-92f73a26a55d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5021e557-d9b0-41a3-85d1-492178d8a85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5021e557-d9b0-41a3-85d1-492178d8a85c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-597312b8-8b2e-4b40-954a-76eb39f88197 {
  min-height: 50px;
}








#s-597312b8-8b2e-4b40-954a-76eb39f88197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597312b8-8b2e-4b40-954a-76eb39f88197.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-922fdf87-76ae-4778-bcad-5a3f41c4d2e0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-922fdf87-76ae-4778-bcad-5a3f41c4d2e0 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 66px;
  line-height: ;
  letter-spacing: ;
}

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b16cca09-c9a9-4486-970a-da48dce094c8 {
  margin-top: -10px;
margin-bottom: 20px;
}

#s-cd0eeb8b-0439-451d-907b-3481a831178b {
  min-height: 50px;
}








#s-cd0eeb8b-0439-451d-907b-3481a831178b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd0eeb8b-0439-451d-907b-3481a831178b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6035a24b-88cb-4b05-b0de-15801768a1c4 {
  text-align: center;
}

#s-6035a24b-88cb-4b05-b0de-15801768a1c4 .shg-product-sold-out {
  display: none;
  color: rgba(253, 203, 57, 1);
  font-size: 50px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-6035a24b-88cb-4b05-b0de-15801768a1c4 .shg-product-price {
  color: rgba(253, 203, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 50px;
}

#s-6035a24b-88cb-4b05-b0de-15801768a1c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-66790a6a-a4cc-4691-9204-c3b319d06616 {
  max-width: 200px;
text-align: center;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-selector-wrapper label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-66790a6a-a4cc-4691-9204-c3b319d06616-btn-wrapper {
    text-align: center;
  }


#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-variant-btn:hover {
  background: #252525;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-variant-btn:active, #s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-66790a6a-a4cc-4691-9204-c3b319d06616 .shg-variant-btn.disabled {
  background: #252525;
}

.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-center {
  text-align: center;
}

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

#s-57273565-963b-49d7-8f46-22035de55176 {
  margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 172px;
text-align: center;
background-color: rgba(253, 203, 57, 1);
}
#s-57273565-963b-49d7-8f46-22035de55176:hover {max-width: 172px !important;
text-align: center !important;
background-color: rgba(84, 160, 223, 1) !important;
text-decoration: none !important;}#s-57273565-963b-49d7-8f46-22035de55176:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57273565-963b-49d7-8f46-22035de55176 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57273565-963b-49d7-8f46-22035de55176.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57273565-963b-49d7-8f46-22035de55176.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-57273565-963b-49d7-8f46-22035de55176.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3541fcc8-5b4b-4b3f-9a3d-0bd658d8bec1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-84ad77f5-0843-47f7-8940-72c9bbedcf3f {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-84ad77f5-0843-47f7-8940-72c9bbedcf3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

#s-201281c6-277c-4fb4-aea1-6ee961d16966 {
  margin-top: -50px;
}

#s-201281c6-277c-4fb4-aea1-6ee961d16966 hr {
  border-top: 6px solid rgba(102, 102, 102, 1);
}

#s-1f3ece68-a979-44fa-8351-458bbc766ffa {
  margin-top: -5px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-74115075-9fa5-4f8f-a632-fd17bcde2615 {
  margin-top: -5px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
}

#s-c66efb3a-ae3a-49ed-927a-687c96747e8f {
  margin-left: 20px;
margin-right: 20px;
}

#s-6859d69f-2b82-4cf7-8a6a-ada2fe9b5bc0 {
  margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
}

#s-68075d11-5e9a-402c-a220-27a63c9f51e9 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(253, 203, 57, 1);
}








#s-68075d11-5e9a-402c-a220-27a63c9f51e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68075d11-5e9a-402c-a220-27a63c9f51e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-729a00b9-09b6-440c-b69e-fd559100ccfa {
  min-height: 50px;
}








#s-729a00b9-09b6-440c-b69e-fd559100ccfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-729a00b9-09b6-440c-b69e-fd559100ccfa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-01ef7af4-a3ad-469a-9c05-3f7aa08fce7e {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-01ef7af4-a3ad-469a-9c05-3f7aa08fce7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01ef7af4-a3ad-469a-9c05-3f7aa08fce7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01ef7af4-a3ad-469a-9c05-3f7aa08fce7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01ef7af4-a3ad-469a-9c05-3f7aa08fce7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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 {
  font-weight: ;
  font-family: ;
}

.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-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a:hover {background-color: rgba(237, 146, 34, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a-root {
    text-align: left;
  }


#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a-root {
    text-align: left;
  }


#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a-root {
    text-align: left;
  }


#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a-root {
    text-align: left;
  }


#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a-root {
    text-align: left;
  }


#s-9df0fd83-13b6-40da-b2ed-7b7ac2ebc00a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-a918f562-f80a-49cf-8183-51f7449510a9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-a918f562-f80a-49cf-8183-51f7449510a9:hover {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(237, 146, 34, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a918f562-f80a-49cf-8183-51f7449510a9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-a918f562-f80a-49cf-8183-51f7449510a9-root {
    text-align: left;
  }


#s-a918f562-f80a-49cf-8183-51f7449510a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a918f562-f80a-49cf-8183-51f7449510a9-root {
    text-align: left;
  }


#s-a918f562-f80a-49cf-8183-51f7449510a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a918f562-f80a-49cf-8183-51f7449510a9-root {
    text-align: left;
  }


#s-a918f562-f80a-49cf-8183-51f7449510a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a918f562-f80a-49cf-8183-51f7449510a9-root {
    text-align: left;
  }


#s-a918f562-f80a-49cf-8183-51f7449510a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a918f562-f80a-49cf-8183-51f7449510a9-root {
    text-align: left;
  }


#s-a918f562-f80a-49cf-8183-51f7449510a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-67a39083-c20f-42c1-8416-9ba67ba87f54 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-67a39083-c20f-42c1-8416-9ba67ba87f54:hover {background-color: rgba(237, 146, 34, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67a39083-c20f-42c1-8416-9ba67ba87f54:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-67a39083-c20f-42c1-8416-9ba67ba87f54-root {
    text-align: left;
  }


#s-67a39083-c20f-42c1-8416-9ba67ba87f54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-67a39083-c20f-42c1-8416-9ba67ba87f54-root {
    text-align: left;
  }


#s-67a39083-c20f-42c1-8416-9ba67ba87f54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67a39083-c20f-42c1-8416-9ba67ba87f54-root {
    text-align: left;
  }


#s-67a39083-c20f-42c1-8416-9ba67ba87f54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67a39083-c20f-42c1-8416-9ba67ba87f54-root {
    text-align: left;
  }


#s-67a39083-c20f-42c1-8416-9ba67ba87f54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-67a39083-c20f-42c1-8416-9ba67ba87f54-root {
    text-align: left;
  }


#s-67a39083-c20f-42c1-8416-9ba67ba87f54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78:hover {background-color: rgba(237, 146, 34, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78-root {
    text-align: left;
  }


#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78-root {
    text-align: left;
  }


#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78-root {
    text-align: left;
  }


#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78-root {
    text-align: left;
  }


#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78-root {
    text-align: left;
  }


#s-7fc7ab7a-4f12-4270-b4a0-65ed4235dd78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-2ac513c3-437d-4753-96bd-d2342726ba0f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-2ac513c3-437d-4753-96bd-d2342726ba0f:hover {background-color: rgba(237, 146, 34, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ac513c3-437d-4753-96bd-d2342726ba0f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-2ac513c3-437d-4753-96bd-d2342726ba0f-root {
    text-align: left;
  }


#s-2ac513c3-437d-4753-96bd-d2342726ba0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ac513c3-437d-4753-96bd-d2342726ba0f-root {
    text-align: left;
  }


#s-2ac513c3-437d-4753-96bd-d2342726ba0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ac513c3-437d-4753-96bd-d2342726ba0f-root {
    text-align: left;
  }


#s-2ac513c3-437d-4753-96bd-d2342726ba0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ac513c3-437d-4753-96bd-d2342726ba0f-root {
    text-align: left;
  }


#s-2ac513c3-437d-4753-96bd-d2342726ba0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ac513c3-437d-4753-96bd-d2342726ba0f-root {
    text-align: left;
  }


#s-2ac513c3-437d-4753-96bd-d2342726ba0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}


  #s-d7b82172-0375-4b3c-9570-4018f7592d6f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
  #s-d7b82172-0375-4b3c-9570-4018f7592d6f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(253, 203, 57, 1);
    border: 1px solid rgba(253, 203, 57, 1);
  }
#s-d7b82172-0375-4b3c-9570-4018f7592d6f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d7b82172-0375-4b3c-9570-4018f7592d6f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-d7b82172-0375-4b3c-9570-4018f7592d6f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(253, 203, 57, 1);
}

#s-d7b82172-0375-4b3c-9570-4018f7592d6f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(253, 203, 57, 1);
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-7ac00713-f25d-43bc-9a73-72f1a7e69d42 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-7ac00713-f25d-43bc-9a73-72f1a7e69d42 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7ac00713-f25d-43bc-9a73-72f1a7e69d42 td.shogun-table-column {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7ac00713-f25d-43bc-9a73-72f1a7e69d42 td.shogun-table-row {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
}

#s-7ac00713-f25d-43bc-9a73-72f1a7e69d42 td.shogun-table-column, #s-7ac00713-f25d-43bc-9a73-72f1a7e69d42 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-2d28afaf-5732-4e11-851f-d66afd3a9276 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-2d28afaf-5732-4e11-851f-d66afd3a9276 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2d28afaf-5732-4e11-851f-d66afd3a9276 td.shogun-table-column {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2d28afaf-5732-4e11-851f-d66afd3a9276 td.shogun-table-row {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
}

#s-2d28afaf-5732-4e11-851f-d66afd3a9276 td.shogun-table-column, #s-2d28afaf-5732-4e11-851f-d66afd3a9276 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-29d64905-dc53-410e-a387-27dbe7e42eb9 {
  text-align: center;
}







  #s-29d64905-dc53-410e-a387-27dbe7e42eb9 img.shogun-image {
    

    
    
    
  }


#s-29d64905-dc53-410e-a387-27dbe7e42eb9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6f7ceec5-9209-4675-b868-f1a6c0e9f248 {
  min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-6f7ceec5-9209-4675-b868-f1a6c0e9f248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7ceec5-9209-4675-b868-f1a6c0e9f248.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-bbf9fdd9-0a62-43c4-b51d-54e280f15f43 {
  margin-left: 13px;
margin-right: 13px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}

#s-bbf9fdd9-0a62-43c4-b51d-54e280f15f43 .shogun-heading-component h1 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 69px;
  
  
  
}



#s-8d3763fb-68d3-48b5-9d6c-43a844880d1b {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d3763fb-68d3-48b5-9d6c-43a844880d1b .shogun-heading-component h3 {
  color: rgba(253, 203, 57, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-7a45b734-2021-493a-ada4-c994f269eac5 {
  margin-top: 35px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a45b734-2021-493a-ada4-c994f269eac5 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-7a45b734-2021-493a-ada4-c994f269eac5 {
  margin-top: 0px;
}
}






  #s-7a45b734-2021-493a-ada4-c994f269eac5 img.shogun-image {
    

    
    
    
  }


#s-7a45b734-2021-493a-ada4-c994f269eac5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6a318dce-dc64-49a7-a20c-1e6fa17e686d {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a318dce-dc64-49a7-a20c-1e6fa17e686d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-74382d41-0dd4-4c99-8f47-2e6482af84b9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74382d41-0dd4-4c99-8f47-2e6482af84b9 .shogun-heading-component h4 {
  color: rgba(143, 143, 143, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e24ac1dc-0e39-4821-a39f-f79b3085d1ce {
  min-height: 50px;
background-color: rgba(253, 203, 57, 1);
}








#s-e24ac1dc-0e39-4821-a39f-f79b3085d1ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24ac1dc-0e39-4821-a39f-f79b3085d1ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67fb12c7-7ad5-44a0-9436-681de3992ff1 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-12de4512-17be-4f5c-a0d9-74105d23e983 {
  margin-top: 50px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12de4512-17be-4f5c-a0d9-74105d23e983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-501c003e-46c4-4bdc-9dae-71da4bd258a3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}







  #s-501c003e-46c4-4bdc-9dae-71da4bd258a3 img.shogun-image {
    

    
    
    
  }


#s-501c003e-46c4-4bdc-9dae-71da4bd258a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1f0b857-691f-4530-b0c7-c1217d7b5079 {
  padding-top: 20px;
padding-bottom: 20px;
}

.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;
  font-size: 32px;
  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 > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

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

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

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

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

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

#s-bb62f203-d114-4fe0-9de6-f3ff983fecc1 {
  
}

#s-bb62f203-d114-4fe0-9de6-f3ff983fecc1 .shogun-countdown span, #s-bb62f203-d114-4fe0-9de6-f3ff983fecc1 .shogun-countdown label {
  color: #555;
}
#s-367d62b6-1651-4802-9770-be700dc4f635 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-367d62b6-1651-4802-9770-be700dc4f635 .shg-product-sold-out {
  display: none;
  color: rgba(253, 203, 57, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-367d62b6-1651-4802-9770-be700dc4f635 .shg-product-price {
  color: rgba(253, 203, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-367d62b6-1651-4802-9770-be700dc4f635 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(79, 79, 79, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0 {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 172px;
text-align: center;
background-color: rgba(253, 203, 57, 1);
}
#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0:hover {max-width: 172px !important;
text-align: center !important;
background-color: rgba(84, 160, 223, 1) !important;
text-decoration: none !important;}#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0-atc-btn-wrapper {
    text-align: center;
  }


#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-9743d2e9-cd91-4dee-93a4-e9d12a08f4b0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-3fc304ec-d304-4c89-8637-deff735bade3 {
  margin-top: 15px;
margin-bottom: 50px;
text-align: center;
}







  #s-3fc304ec-d304-4c89-8637-deff735bade3 img.shogun-image {
    

    
    
    
  }


#s-3fc304ec-d304-4c89-8637-deff735bade3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a54cd27-ff45-4edc-8dc1-954c11786411 {
  min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-2a54cd27-ff45-4edc-8dc1-954c11786411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a54cd27-ff45-4edc-8dc1-954c11786411.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40acb02c-c749-445b-80c0-9332bcab9436 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40acb02c-c749-445b-80c0-9332bcab9436 {
  display: none;
}
#s-40acb02c-c749-445b-80c0-9332bcab9436, #wrap-s-40acb02c-c749-445b-80c0-9332bcab9436 { display: none !important; }}@media (max-width: 767px){#s-40acb02c-c749-445b-80c0-9332bcab9436 {
  display: none;
}
#s-40acb02c-c749-445b-80c0-9332bcab9436, #wrap-s-40acb02c-c749-445b-80c0-9332bcab9436 { display: none !important; }}






  #s-40acb02c-c749-445b-80c0-9332bcab9436 img.shogun-image {
    

    
    
    
  }


#s-40acb02c-c749-445b-80c0-9332bcab9436 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e55db4c3-b827-4631-b21e-a40d61a1c828 {
  text-align: center;
}
@media (min-width: 1200px){#s-e55db4c3-b827-4631-b21e-a40d61a1c828 {
  display: none;
}
#s-e55db4c3-b827-4631-b21e-a40d61a1c828, #wrap-s-e55db4c3-b827-4631-b21e-a40d61a1c828 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e55db4c3-b827-4631-b21e-a40d61a1c828 {
  display: none;
}
#s-e55db4c3-b827-4631-b21e-a40d61a1c828, #wrap-s-e55db4c3-b827-4631-b21e-a40d61a1c828 { display: none !important; }}@media (max-width: 767px){#s-e55db4c3-b827-4631-b21e-a40d61a1c828 {
  display: none;
}
#s-e55db4c3-b827-4631-b21e-a40d61a1c828, #wrap-s-e55db4c3-b827-4631-b21e-a40d61a1c828 { display: none !important; }}






  #s-e55db4c3-b827-4631-b21e-a40d61a1c828 img.shogun-image {
    

    
    
    
  }


#s-e55db4c3-b827-4631-b21e-a40d61a1c828 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6db4777d-ce8d-4d32-80e6-ce904ef62915 {
  text-align: center;
}
@media (min-width: 1200px){#s-6db4777d-ce8d-4d32-80e6-ce904ef62915 {
  display: none;
}
#s-6db4777d-ce8d-4d32-80e6-ce904ef62915, #wrap-s-6db4777d-ce8d-4d32-80e6-ce904ef62915 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6db4777d-ce8d-4d32-80e6-ce904ef62915 {
  display: none;
}
#s-6db4777d-ce8d-4d32-80e6-ce904ef62915, #wrap-s-6db4777d-ce8d-4d32-80e6-ce904ef62915 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6db4777d-ce8d-4d32-80e6-ce904ef62915 {
  display: none;
}
#s-6db4777d-ce8d-4d32-80e6-ce904ef62915, #wrap-s-6db4777d-ce8d-4d32-80e6-ce904ef62915 { display: none !important; }}






  #s-6db4777d-ce8d-4d32-80e6-ce904ef62915 img.shogun-image {
    

    
    
    
  }


#s-6db4777d-ce8d-4d32-80e6-ce904ef62915 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-68987344-2fa4-4097-8c6f-b586c4a3ae1e {
  min-height: 50px;
}








#s-68987344-2fa4-4097-8c6f-b586c4a3ae1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68987344-2fa4-4097-8c6f-b586c4a3ae1e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e {
  padding-top: 29px;
text-align: center;
}
@media (min-width: 1200px){#s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e {
  display: none;
}
#s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e, #wrap-s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e {
  display: none;
}
#s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e, #wrap-s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e { display: none !important; }}






  #s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e img.shogun-image {
    

    
    
    
  }


#s-a2b842b6-dccd-4de0-bca9-f7d9ea63037e .shogun-image-content {
  
    align-items: center;
  
}

#s-ff5504a8-955e-4c30-8e27-c8ad62b0d850 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff5504a8-955e-4c30-8e27-c8ad62b0d850 .shogun-heading-component h2 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}



#s-695c7a8f-239c-4304-8764-82c43e5fe72d {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-695c7a8f-239c-4304-8764-82c43e5fe72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-695c7a8f-239c-4304-8764-82c43e5fe72d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-695c7a8f-239c-4304-8764-82c43e5fe72d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-695c7a8f-239c-4304-8764-82c43e5fe72d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c06587f-7f78-41ba-a822-0877b66dbce6 {
  margin-top: -0px;
margin-bottom: -0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c06587f-7f78-41ba-a822-0877b66dbce6 {
  display: none;
}
#s-6c06587f-7f78-41ba-a822-0877b66dbce6, #wrap-s-6c06587f-7f78-41ba-a822-0877b66dbce6 { display: none !important; }}@media (max-width: 767px){#s-6c06587f-7f78-41ba-a822-0877b66dbce6 {
  display: none;
}
#s-6c06587f-7f78-41ba-a822-0877b66dbce6, #wrap-s-6c06587f-7f78-41ba-a822-0877b66dbce6 { display: none !important; }}






  #s-6c06587f-7f78-41ba-a822-0877b66dbce6 img.shogun-image {
    

    
    
    
  }


#s-6c06587f-7f78-41ba-a822-0877b66dbce6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8c278a3f-176b-4331-b4f2-64b0659ae06a {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8c278a3f-176b-4331-b4f2-64b0659ae06a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c278a3f-176b-4331-b4f2-64b0659ae06a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c278a3f-176b-4331-b4f2-64b0659ae06a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c278a3f-176b-4331-b4f2-64b0659ae06a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f1d0d872-754c-49e0-980b-1ca61e87b8ed {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f1d0d872-754c-49e0-980b-1ca61e87b8ed {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-f1d0d872-754c-49e0-980b-1ca61e87b8ed {
  padding-top: 20px;
}
}







#s-f1d0d872-754c-49e0-980b-1ca61e87b8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1d0d872-754c-49e0-980b-1ca61e87b8ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7666455-6183-4222-88fb-84493d3acaeb {
  min-height: 50px;
}








#s-e7666455-6183-4222-88fb-84493d3acaeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7666455-6183-4222-88fb-84493d3acaeb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dec214e2-178e-49b0-9b9d-779be273b66c {
  padding-bottom: 24px;
text-align: center;
}
@media (min-width: 1200px){#s-dec214e2-178e-49b0-9b9d-779be273b66c {
  display: none;
}
#s-dec214e2-178e-49b0-9b9d-779be273b66c, #wrap-s-dec214e2-178e-49b0-9b9d-779be273b66c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dec214e2-178e-49b0-9b9d-779be273b66c {
  display: none;
}
#s-dec214e2-178e-49b0-9b9d-779be273b66c, #wrap-s-dec214e2-178e-49b0-9b9d-779be273b66c { display: none !important; }}






  #s-dec214e2-178e-49b0-9b9d-779be273b66c img.shogun-image {
    

    
    
    
  }


#s-dec214e2-178e-49b0-9b9d-779be273b66c .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb16466-5d38-4a04-8bc4-127e3e2576e7 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb16466-5d38-4a04-8bc4-127e3e2576e7 .shogun-heading-component h2 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-566149c3-9afb-4f53-ba80-51f2dc990254 {
  margin-top: 35px;
margin-bottom: 35px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-566149c3-9afb-4f53-ba80-51f2dc990254 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-566149c3-9afb-4f53-ba80-51f2dc990254 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-566149c3-9afb-4f53-ba80-51f2dc990254 img.shogun-image {
    

    
    
    
  }


#s-566149c3-9afb-4f53-ba80-51f2dc990254 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-88fd6a6d-a0f9-4f0f-b8ca-4fbd5559444f {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-88fd6a6d-a0f9-4f0f-b8ca-4fbd5559444f {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-88fd6a6d-a0f9-4f0f-b8ca-4fbd5559444f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88fd6a6d-a0f9-4f0f-b8ca-4fbd5559444f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88fd6a6d-a0f9-4f0f-b8ca-4fbd5559444f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88fd6a6d-a0f9-4f0f-b8ca-4fbd5559444f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d {
  display: none;
}
#s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d, #wrap-s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d { display: none !important; }}@media (max-width: 767px){#s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d {
  display: none;
}
#s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d, #wrap-s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d { display: none !important; }}






  #s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d img.shogun-image {
    

    
    
    
  }


#s-53f6fcb7-2b2a-48c7-b0a2-ca7a87fca97d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3860731e-c6b2-44c5-a5eb-6b468e26be0b {
  margin-top: 35px;
margin-bottom: 35px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3860731e-c6b2-44c5-a5eb-6b468e26be0b {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-3860731e-c6b2-44c5-a5eb-6b468e26be0b {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-3860731e-c6b2-44c5-a5eb-6b468e26be0b img.shogun-image {
    

    
    
    
  }


#s-3860731e-c6b2-44c5-a5eb-6b468e26be0b .shogun-image-content {
  
    align-items: center;
  
}

#s-b335d298-bc2b-4412-bb3a-ed8e22d94485 {
  padding-top: 11px;
text-align: center;
}
@media (min-width: 1200px){#s-b335d298-bc2b-4412-bb3a-ed8e22d94485 {
  display: none;
}
#s-b335d298-bc2b-4412-bb3a-ed8e22d94485, #wrap-s-b335d298-bc2b-4412-bb3a-ed8e22d94485 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b335d298-bc2b-4412-bb3a-ed8e22d94485 {
  display: none;
}
#s-b335d298-bc2b-4412-bb3a-ed8e22d94485, #wrap-s-b335d298-bc2b-4412-bb3a-ed8e22d94485 { display: none !important; }}






  #s-b335d298-bc2b-4412-bb3a-ed8e22d94485 img.shogun-image {
    

    
    
    
  }


#s-b335d298-bc2b-4412-bb3a-ed8e22d94485 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a5e5608-5e78-4dfb-987d-1adde81f2846 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5e5608-5e78-4dfb-987d-1adde81f2846 .shogun-heading-component h2 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-68699350-bfd0-4fa0-89ac-aaf336565029 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-68699350-bfd0-4fa0-89ac-aaf336565029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68699350-bfd0-4fa0-89ac-aaf336565029"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68699350-bfd0-4fa0-89ac-aaf336565029"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68699350-bfd0-4fa0-89ac-aaf336565029"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-baf0de61-cb81-49d9-93cd-061be25f9923 {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-baf0de61-cb81-49d9-93cd-061be25f9923 {
  display: none;
}
#s-baf0de61-cb81-49d9-93cd-061be25f9923, #wrap-s-baf0de61-cb81-49d9-93cd-061be25f9923 { display: none !important; }}@media (max-width: 767px){#s-baf0de61-cb81-49d9-93cd-061be25f9923 {
  display: none;
}
#s-baf0de61-cb81-49d9-93cd-061be25f9923, #wrap-s-baf0de61-cb81-49d9-93cd-061be25f9923 { display: none !important; }}






  #s-baf0de61-cb81-49d9-93cd-061be25f9923 img.shogun-image {
    

    
    
    
  }


#s-baf0de61-cb81-49d9-93cd-061be25f9923 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e58f575b-3a78-4cdc-a268-dbb403912916 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-bottom: 25px;
min-height: 265px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e58f575b-3a78-4cdc-a268-dbb403912916 {
  min-height: 265px;
}
}







#s-e58f575b-3a78-4cdc-a268-dbb403912916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e58f575b-3a78-4cdc-a268-dbb403912916.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18dbc003-0ef3-4305-9fb4-28164114a79c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-18dbc003-0ef3-4305-9fb4-28164114a79c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-31c58b5c-3c13-43e5-9af8-55fc22a0bc7c {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-31c58b5c-3c13-43e5-9af8-55fc22a0bc7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c58b5c-3c13-43e5-9af8-55fc22a0bc7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-57a29918-706c-4f3d-82b0-1ba826a92a87 {
  min-height: 50px;
}








#s-57a29918-706c-4f3d-82b0-1ba826a92a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a29918-706c-4f3d-82b0-1ba826a92a87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3937655a-7204-4e14-a7dd-6142d1cb37ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3937655a-7204-4e14-a7dd-6142d1cb37ca .shogun-heading-component h2 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-f059d909-18c5-47de-9073-a65dac4ad2d3 {
  margin-top: -20px;
margin-bottom: -50px;
}

#s-ac4c4870-6418-43a5-b295-80fa99764120 {
  text-align: left;
}

#s-b0bf537c-4a4c-43d0-8834-9b85f6fa54a5 {
  margin-top: 30px;
margin-left: 20%;
margin-right: 20%;
}

#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 172px;
text-align: center;
background-color: rgba(253, 203, 57, 1);
}
#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de:hover {max-width: 172px !important;
text-align: center !important;
background-color: rgba(84, 160, 223, 1) !important;
text-decoration: none !important;}#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de-atc-btn-wrapper {
    text-align: center;
  }


#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-d6e28f2a-697a-452c-acbc-d4d4f8cdd2de.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-a6eb3aef-06ec-47ec-87d8-39ce322bc1bb {
  margin-top: 15px;
margin-bottom: 25px;
text-align: center;
}







  #s-a6eb3aef-06ec-47ec-87d8-39ce322bc1bb img.shogun-image {
    

    
    
    
  }


#s-a6eb3aef-06ec-47ec-87d8-39ce322bc1bb .shogun-image-content {
  
    align-items: center;
  
}

#s-dc6b1503-a39c-461a-8707-f7ec35f514c1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 265px;
background-position: center center;
}








#s-dc6b1503-a39c-461a-8707-f7ec35f514c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc6b1503-a39c-461a-8707-f7ec35f514c1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8a487d7d-e325-4d2d-810f-58777725a23b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: -50px;
margin-right: 20px;
padding-top: 31px;
padding-bottom: 92px;
text-align: center;
}

#s-8a487d7d-e325-4d2d-810f-58777725a23b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-6fa56199-586e-45d2-845b-dab36df65db4 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-6fa56199-586e-45d2-845b-dab36df65db4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fa56199-586e-45d2-845b-dab36df65db4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2cc2a992-7398-428f-bebc-afd02f01a9ec {
  text-align: center;
}







  #s-2cc2a992-7398-428f-bebc-afd02f01a9ec img.shogun-image {
    

    
    
    
  }


#s-2cc2a992-7398-428f-bebc-afd02f01a9ec .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c7072429-c13f-4a4a-bbfb-a7871da99c4b {
  min-height: 50px;
}








#s-c7072429-c13f-4a4a-bbfb-a7871da99c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7072429-c13f-4a4a-bbfb-a7871da99c4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca696608-1818-4583-a839-9bc6c479da47 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ca696608-1818-4583-a839-9bc6c479da47 .shogun-heading-component h2 {
  color: rgba(79, 79, 79, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-a6f85e21-dd6d-411b-a748-03d021af44b4 {
  margin-top: 15px;
}

#s-3cdc71d8-0b63-4b16-adc1-3dc09f99897a {
  text-align: center;
}







  #s-3cdc71d8-0b63-4b16-adc1-3dc09f99897a img.shogun-image {
    

    
    
    
  }


#s-3cdc71d8-0b63-4b16-adc1-3dc09f99897a .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

#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;
  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-lazyload-bg-image {
  display: none;
}

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

.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}}@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}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
