.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-37dbd812-7814-4bdb-b722-18a0e5ad7203 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-37dbd812-7814-4bdb-b722-18a0e5ad7203 {
  display: none;
}
#s-37dbd812-7814-4bdb-b722-18a0e5ad7203, #wrap-s-37dbd812-7814-4bdb-b722-18a0e5ad7203 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37dbd812-7814-4bdb-b722-18a0e5ad7203 {
  display: none;
}
#s-37dbd812-7814-4bdb-b722-18a0e5ad7203, #wrap-s-37dbd812-7814-4bdb-b722-18a0e5ad7203 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37dbd812-7814-4bdb-b722-18a0e5ad7203 {
  display: none;
}
#s-37dbd812-7814-4bdb-b722-18a0e5ad7203, #wrap-s-37dbd812-7814-4bdb-b722-18a0e5ad7203 { display: none !important; }}@media (max-width: 767px){#s-37dbd812-7814-4bdb-b722-18a0e5ad7203 {
  display: none;
}
#s-37dbd812-7814-4bdb-b722-18a0e5ad7203, #wrap-s-37dbd812-7814-4bdb-b722-18a0e5ad7203 { display: none !important; }}
#s-37dbd812-7814-4bdb-b722-18a0e5ad7203 {
  background-image: url(https://i.shgcdn.com/32266cac-bcb7-4c7d-a3f5-c744a1062652/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-37dbd812-7814-4bdb-b722-18a0e5ad7203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37dbd812-7814-4bdb-b722-18a0e5ad7203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  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-717ef777-0aa3-4df7-a3be-3a058779c0a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-717ef777-0aa3-4df7-a3be-3a058779c0a3 {
  display: none;
}
#s-717ef777-0aa3-4df7-a3be-3a058779c0a3, #wrap-s-717ef777-0aa3-4df7-a3be-3a058779c0a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-717ef777-0aa3-4df7-a3be-3a058779c0a3 {
  display: none;
}
#s-717ef777-0aa3-4df7-a3be-3a058779c0a3, #wrap-s-717ef777-0aa3-4df7-a3be-3a058779c0a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-717ef777-0aa3-4df7-a3be-3a058779c0a3 {
  margin-top: 150px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-717ef777-0aa3-4df7-a3be-3a058779c0a3, #wrap-s-717ef777-0aa3-4df7-a3be-3a058779c0a3 { display: none !important; }}@media (max-width: 767px){#s-717ef777-0aa3-4df7-a3be-3a058779c0a3 {
  background-image: url(https://i.shgcdn.com/32266cac-bcb7-4c7d-a3f5-c744a1062652/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
display: none;
}
#s-717ef777-0aa3-4df7-a3be-3a058779c0a3, #wrap-s-717ef777-0aa3-4df7-a3be-3a058779c0a3 { display: none !important; }}
#s-717ef777-0aa3-4df7-a3be-3a058779c0a3 .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-717ef777-0aa3-4df7-a3be-3a058779c0a3 .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


}
#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f {
  display: none;
}
#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f, #wrap-s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f {
  display: none;
}
#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f, #wrap-s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f {
  display: none;
}
#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f, #wrap-s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f { display: none !important; }}@media (max-width: 767px){#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f {
  min-height: 30px;
display: none;
}
#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f, #wrap-s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f { display: none !important; }}
#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f {
  background-image: url(https://i.shgcdn.com/32266cac-bcb7-4c7d-a3f5-c744a1062652/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77171bdb-9a9a-4ed8-9c7a-8ef7c9412c2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55789a89-f39d-46fe-9aef-127e0b826cca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(23, 41, 79, 1);
}

#s-55789a89-f39d-46fe-9aef-127e0b826cca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-55789a89-f39d-46fe-9aef-127e0b826cca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

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

#s-0902c6b5-aee0-4267-9218-1e54b5fee9df {
  text-align: left;
}



.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0902c6b5-aee0-4267-9218-1e54b5fee9df img.shogun-image {
  width: 100%;
}



}
.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  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-d4a35b8b-4b78-4463-bb3b-16017e31d36f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4a35b8b-4b78-4463-bb3b-16017e31d36f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0b34a81f-29ca-44bc-a284-27fe9dfd9ead {
  text-align: center;
}

#s-0b34a81f-29ca-44bc-a284-27fe9dfd9ead .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0b34a81f-29ca-44bc-a284-27fe9dfd9ead .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0b34a81f-29ca-44bc-a284-27fe9dfd9ead .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

.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-4928d006-0f2f-4295-9568-849f7b150d37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4928d006-0f2f-4295-9568-849f7b150d37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4928d006-0f2f-4295-9568-849f7b150d37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4928d006-0f2f-4295-9568-849f7b150d37-root {
    text-align: center;
  }


#s-4928d006-0f2f-4295-9568-849f7b150d37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4928d006-0f2f-4295-9568-849f7b150d37-root {
    text-align: center;
  }


#s-4928d006-0f2f-4295-9568-849f7b150d37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4928d006-0f2f-4295-9568-849f7b150d37-root {
    text-align: center;
  }


#s-4928d006-0f2f-4295-9568-849f7b150d37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4928d006-0f2f-4295-9568-849f7b150d37-root {
    text-align: center;
  }


#s-4928d006-0f2f-4295-9568-849f7b150d37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4928d006-0f2f-4295-9568-849f7b150d37-root {
    text-align: center;
  }


#s-4928d006-0f2f-4295-9568-849f7b150d37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa230773-8855-46c6-8491-b099800a2932 {
  text-align: left;
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 {
  max-width:  100%;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom,
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  max-width: 2400px !important;
  
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 {
  max-width:  100%;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom,
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  max-width: 2400px !important;
  
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 {
  max-width:  100%;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom,
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  max-width: 2400px !important;
  
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 {
  max-width:  100%;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom,
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  max-width: 2400px !important;
  
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 {
  max-width:  100%;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom,
.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  max-width: 2400px !important;
  
}

.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa230773-8855-46c6-8491-b099800a2932 img.shogun-image {
  width: 100%;
}



}
#s-e7bbf5a7-07c2-456f-bbcf-9bc4ed4a96a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7bbf5a7-07c2-456f-bbcf-9bc4ed4a96a2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-361967ac-78b5-451c-858c-83a9518980c1 {
  text-align: center;
}

#s-361967ac-78b5-451c-858c-83a9518980c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-361967ac-78b5-451c-858c-83a9518980c1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-361967ac-78b5-451c-858c-83a9518980c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0427d736-6b8e-4139-b4d1-f509647544fd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0427d736-6b8e-4139-b4d1-f509647544fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0427d736-6b8e-4139-b4d1-f509647544fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0427d736-6b8e-4139-b4d1-f509647544fd-root {
    text-align: center;
  }


#s-0427d736-6b8e-4139-b4d1-f509647544fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0427d736-6b8e-4139-b4d1-f509647544fd-root {
    text-align: center;
  }


#s-0427d736-6b8e-4139-b4d1-f509647544fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0427d736-6b8e-4139-b4d1-f509647544fd-root {
    text-align: center;
  }


#s-0427d736-6b8e-4139-b4d1-f509647544fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0427d736-6b8e-4139-b4d1-f509647544fd-root {
    text-align: center;
  }


#s-0427d736-6b8e-4139-b4d1-f509647544fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0427d736-6b8e-4139-b4d1-f509647544fd-root {
    text-align: center;
  }


#s-0427d736-6b8e-4139-b4d1-f509647544fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5e29be77-0b27-402e-a135-e8803fba8561 {
  text-align: left;
}



.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e29be77-0b27-402e-a135-e8803fba8561 img.shogun-image {
  width: 100%;
}



}
#s-6d06536f-ba73-4e53-93ba-b9531830f7b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d06536f-ba73-4e53-93ba-b9531830f7b2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-817c1b16-c451-44a3-b7d3-2ce4fd1f40ad {
  text-align: center;
}

#s-817c1b16-c451-44a3-b7d3-2ce4fd1f40ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-817c1b16-c451-44a3-b7d3-2ce4fd1f40ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-817c1b16-c451-44a3-b7d3-2ce4fd1f40ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-909b8ed6-307b-4665-8481-d4f109a04968 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-909b8ed6-307b-4665-8481-d4f109a04968:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-909b8ed6-307b-4665-8481-d4f109a04968:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-909b8ed6-307b-4665-8481-d4f109a04968-root {
    text-align: center;
  }


#s-909b8ed6-307b-4665-8481-d4f109a04968.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-909b8ed6-307b-4665-8481-d4f109a04968-root {
    text-align: center;
  }


#s-909b8ed6-307b-4665-8481-d4f109a04968.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-909b8ed6-307b-4665-8481-d4f109a04968-root {
    text-align: center;
  }


#s-909b8ed6-307b-4665-8481-d4f109a04968.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-909b8ed6-307b-4665-8481-d4f109a04968-root {
    text-align: center;
  }


#s-909b8ed6-307b-4665-8481-d4f109a04968.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-909b8ed6-307b-4665-8481-d4f109a04968-root {
    text-align: center;
  }


#s-909b8ed6-307b-4665-8481-d4f109a04968.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-27589e90-fa69-4918-83af-77e3ecf467fe {
  text-align: left;
}



.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27589e90-fa69-4918-83af-77e3ecf467fe img.shogun-image {
  width: 100%;
}



}
#s-62c9f669-2d6b-4c86-b2ea-707aef375682 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c9f669-2d6b-4c86-b2ea-707aef375682 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c07717e9-a70d-4305-8a34-b83a53fa2a60 {
  text-align: center;
}

#s-c07717e9-a70d-4305-8a34-b83a53fa2a60 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c07717e9-a70d-4305-8a34-b83a53fa2a60 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c07717e9-a70d-4305-8a34-b83a53fa2a60 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa108421-2f47-4fa3-a716-ee5b09fafbdc-root {
    text-align: center;
  }


#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa108421-2f47-4fa3-a716-ee5b09fafbdc-root {
    text-align: center;
  }


#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa108421-2f47-4fa3-a716-ee5b09fafbdc-root {
    text-align: center;
  }


#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa108421-2f47-4fa3-a716-ee5b09fafbdc-root {
    text-align: center;
  }


#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa108421-2f47-4fa3-a716-ee5b09fafbdc-root {
    text-align: center;
  }


#s-aa108421-2f47-4fa3-a716-ee5b09fafbdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8af49881-f423-4d35-9b45-962c76cb5adf {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(153, 2, 87, 1);
text-align: center;
text-decoration: none;
}
#s-8af49881-f423-4d35-9b45-962c76cb5adf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8af49881-f423-4d35-9b45-962c76cb5adf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8af49881-f423-4d35-9b45-962c76cb5adf-root {
    text-align: center;
  }


#s-8af49881-f423-4d35-9b45-962c76cb5adf.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8af49881-f423-4d35-9b45-962c76cb5adf-root {
    text-align: center;
  }


#s-8af49881-f423-4d35-9b45-962c76cb5adf.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8af49881-f423-4d35-9b45-962c76cb5adf-root {
    text-align: center;
  }


#s-8af49881-f423-4d35-9b45-962c76cb5adf.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8af49881-f423-4d35-9b45-962c76cb5adf-root {
    text-align: center;
  }


#s-8af49881-f423-4d35-9b45-962c76cb5adf.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8af49881-f423-4d35-9b45-962c76cb5adf-root {
    text-align: center;
  }


#s-8af49881-f423-4d35-9b45-962c76cb5adf.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c1f91296-1751-41f5-9996-f3aef79ed186 hr {
  border-top: 2px solid #ddd;
}

#s-2466be62-271c-4a03-92a5-3ea708548e18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(23, 41, 79, 1);
}

#s-2466be62-271c-4a03-92a5-3ea708548e18 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-8f5af461-4238-452a-8865-4ed959d4a699 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-69ff283d-d4c1-41f5-900c-472d7de75e80 {
  text-align: left;
}



.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ff283d-d4c1-41f5-900c-472d7de75e80 img.shogun-image {
  width: 100%;
}



}
#s-dca7217b-f71b-49c0-b86c-504c1c96786e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dca7217b-f71b-49c0-b86c-504c1c96786e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5bb0186d-6933-447f-90f4-6d6f119dee8d {
  text-align: center;
}

#s-5bb0186d-6933-447f-90f4-6d6f119dee8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5bb0186d-6933-447f-90f4-6d6f119dee8d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5bb0186d-6933-447f-90f4-6d6f119dee8d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9d2920fb-6bb4-4269-8002-b0f581eb57ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-88d88056-4e54-49e5-938f-27256ecda20a {
  text-align: left;
}



.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d88056-4e54-49e5-938f-27256ecda20a img.shogun-image {
  width: 100%;
}



}
#s-76423cae-1096-4c4a-b388-e7a00d7577bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76423cae-1096-4c4a-b388-e7a00d7577bf .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ee263de6-149e-4d17-99ca-85c1e7bf030c {
  text-align: center;
}

#s-ee263de6-149e-4d17-99ca-85c1e7bf030c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee263de6-149e-4d17-99ca-85c1e7bf030c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee263de6-149e-4d17-99ca-85c1e7bf030c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-542e692a-9704-4bfc-afb7-6e16cf073142 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-542e692a-9704-4bfc-afb7-6e16cf073142:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-542e692a-9704-4bfc-afb7-6e16cf073142:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-542e692a-9704-4bfc-afb7-6e16cf073142 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-542e692a-9704-4bfc-afb7-6e16cf073142.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-542e692a-9704-4bfc-afb7-6e16cf073142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-542e692a-9704-4bfc-afb7-6e16cf073142.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3840abcc-03b4-41d9-90dc-63e658289085 {
  text-align: left;
}



.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3840abcc-03b4-41d9-90dc-63e658289085 img.shogun-image {
  width: 100%;
}



}
#s-a816187e-4409-4bb8-8c27-02cbb5204a1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a816187e-4409-4bb8-8c27-02cbb5204a1e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-219b3ff0-3636-4c8c-a2ac-2db762261a15 {
  text-align: center;
}

#s-219b3ff0-3636-4c8c-a2ac-2db762261a15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-219b3ff0-3636-4c8c-a2ac-2db762261a15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-219b3ff0-3636-4c8c-a2ac-2db762261a15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a1106dca-1d70-4e66-b5c0-1e31b6a42a6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2652de4e-b39f-4f8c-abee-20be486b3e64 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(23, 41, 79, 1);
}

#s-2652de4e-b39f-4f8c-abee-20be486b3e64 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

@media (min-width: 0px) {
[id="s-0b018b6c-fad0-4fe5-8a16-d0521455cdf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b018b6c-fad0-4fe5-8a16-d0521455cdf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b018b6c-fad0-4fe5-8a16-d0521455cdf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b018b6c-fad0-4fe5-8a16-d0521455cdf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ed4422b-461b-47b5-b39e-60f53eb459bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ed4422b-461b-47b5-b39e-60f53eb459bc .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
  height: inherit;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
  max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image,
  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
    width: 100%;
    height: auto;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
    
    
  }


.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
      position: relative;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image,
  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
    width: 100%;
    height: auto;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
    
    
  }


.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
      position: relative;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image,
  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
    width: 100%;
    height: auto;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
    
    
  }


.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
      position: relative;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image,
  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
    width: 100%;
    height: auto;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
    
    
  }


.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
      position: relative;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image,
  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
    width: 100%;
    height: auto;
  }

  #s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
    
    
  }


.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container {
      position: relative;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b983296-aa46-4ec9-84e7-3a49ac0143e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce {
  margin-top: 60%;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(209, 25, 25, 1);
text-align: right;
text-decoration: none;
}
#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce-root {
    text-align: right;
  }


#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce-root {
    text-align: right;
  }


#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce-root {
    text-align: right;
  }


#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce-root {
    text-align: right;
  }


#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce-root {
    text-align: right;
  }


#s-a099e826-059e-42a8-8a6d-2f43e5e5f7ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a562ac7-a797-4301-810e-f5264ccfe035 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-62446613-ece1-4250-ae55-5363316719ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62446613-ece1-4250-ae55-5363316719ba .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
  max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image,
  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
    width: 100%;
    height: auto;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
    
    
  }


.s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
      position: relative;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image,
  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
    width: 100%;
    height: auto;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
    
    
  }


.s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
      position: relative;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image,
  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
    width: 100%;
    height: auto;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
    
    
  }


.s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
      position: relative;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image,
  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
    width: 100%;
    height: auto;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
    
    
  }


.s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
      position: relative;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image,
  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
    width: 100%;
    height: auto;
  }

  #s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
    
    
  }


.s-9757512a-b810-4f2f-80fd-7fe38409a1e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container {
      position: relative;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9757512a-b810-4f2f-80fd-7fe38409a1e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c83efbc6-8670-49db-9c9e-682377adcafc {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-cd8fce22-b9b8-4874-bd18-5a0ada14992e {
  min-height: 0px;
}
@media (max-width: 767px){#s-cd8fce22-b9b8-4874-bd18-5a0ada14992e {
  
}
}







#s-cd8fce22-b9b8-4874-bd18-5a0ada14992e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd8fce22-b9b8-4874-bd18-5a0ada14992e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 {
  display: none;
}
#s-ffd84620-e140-4a10-8ecc-288ac1bfe976, #wrap-s-ffd84620-e140-4a10-8ecc-288ac1bfe976 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 {
  display: none;
}
#s-ffd84620-e140-4a10-8ecc-288ac1bfe976, #wrap-s-ffd84620-e140-4a10-8ecc-288ac1bfe976 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 {
  
}
}@media (max-width: 767px){#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 {
  min-height: 80px;
display: none;
}
#s-ffd84620-e140-4a10-8ecc-288ac1bfe976, #wrap-s-ffd84620-e140-4a10-8ecc-288ac1bfe976 { display: none !important; }}
#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 {
  background-image: url(https://i.shgcdn.com/32266cac-bcb7-4c7d-a3f5-c744a1062652/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ffd84620-e140-4a10-8ecc-288ac1bfe976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd84620-e140-4a10-8ecc-288ac1bfe976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa {
  padding-top: 50px;
padding-bottom: 0px;
display: none;
}
#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa, #wrap-s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa {
  padding-bottom: 0px;
display: none;
}
#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa, #wrap-s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa {
  padding-top: 20px;
padding-bottom: 20px;
display: none;
}
#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa, #wrap-s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa { display: none !important; }}@media (max-width: 767px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa {
  padding-top: 20px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
display: none;
}
#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa, #wrap-s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa { display: none !important; }}
#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  font-family: "Krona One";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  font-family: "Krona One";
  font-style:  normal ;
  font-size: 42px;
  line-height: 2em;
  letter-spacing: -1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  font-family: "Krona One";
  font-style:  normal ;
  font-size: 32px;
  line-height: 2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  font-family: "Krona One";
  font-style:  normal ;
  font-size: 21px;
  line-height: 2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-1c6cb7d3-6ed1-4700-bfc5-4e39454241fa .shogun-heading-component h1 {
  color: rgba(23, 41, 79, 1);
  font-weight:  normal ;
  font-family: "Krona One";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 1px;
  
}


}
#s-03a6424b-be06-455f-9a36-312972dea376 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-03a6424b-be06-455f-9a36-312972dea376 {
  display: none;
}
#s-03a6424b-be06-455f-9a36-312972dea376, #wrap-s-03a6424b-be06-455f-9a36-312972dea376 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03a6424b-be06-455f-9a36-312972dea376 {
  display: none;
}
#s-03a6424b-be06-455f-9a36-312972dea376, #wrap-s-03a6424b-be06-455f-9a36-312972dea376 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03a6424b-be06-455f-9a36-312972dea376 {
  display: none;
}
#s-03a6424b-be06-455f-9a36-312972dea376, #wrap-s-03a6424b-be06-455f-9a36-312972dea376 { display: none !important; }}@media (max-width: 767px){#s-03a6424b-be06-455f-9a36-312972dea376 {
  display: none;
}
#s-03a6424b-be06-455f-9a36-312972dea376, #wrap-s-03a6424b-be06-455f-9a36-312972dea376 { display: none !important; }}







#s-03a6424b-be06-455f-9a36-312972dea376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a6424b-be06-455f-9a36-312972dea376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b99d42e6-e0db-417d-81e2-9bed68270501 {
  text-align: center;
}
@media (min-width: 1200px){#s-b99d42e6-e0db-417d-81e2-9bed68270501 {
  display: none;
}
#s-b99d42e6-e0db-417d-81e2-9bed68270501, #wrap-s-b99d42e6-e0db-417d-81e2-9bed68270501 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b99d42e6-e0db-417d-81e2-9bed68270501 {
  display: none;
}
#s-b99d42e6-e0db-417d-81e2-9bed68270501, #wrap-s-b99d42e6-e0db-417d-81e2-9bed68270501 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b99d42e6-e0db-417d-81e2-9bed68270501 {
  display: none;
}
#s-b99d42e6-e0db-417d-81e2-9bed68270501, #wrap-s-b99d42e6-e0db-417d-81e2-9bed68270501 { display: none !important; }}@media (max-width: 767px){#s-b99d42e6-e0db-417d-81e2-9bed68270501 {
  display: none;
}
#s-b99d42e6-e0db-417d-81e2-9bed68270501, #wrap-s-b99d42e6-e0db-417d-81e2-9bed68270501 { display: none !important; }}






  img.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
    
    
  }


.s-b99d42e6-e0db-417d-81e2-9bed68270501 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
    
    
  }


.s-b99d42e6-e0db-417d-81e2-9bed68270501 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
    
    
  }


.s-b99d42e6-e0db-417d-81e2-9bed68270501 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
    
    
  }


.s-b99d42e6-e0db-417d-81e2-9bed68270501 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
    
    
  }


.s-b99d42e6-e0db-417d-81e2-9bed68270501 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99d42e6-e0db-417d-81e2-9bed68270501.shogun-image {
  box-sizing: border-box;
}



}
#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 {
  display: none;
}
#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5, #wrap-s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 {
  display: none;
}
#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5, #wrap-s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 {
  display: none;
}
#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5, #wrap-s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 { display: none !important; }}@media (max-width: 767px){#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 {
  display: none;
}
#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5, #wrap-s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 { display: none !important; }}







#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7db4620-8d85-4d58-bd6e-22d7ec33c1e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ee6f8370-5751-4978-b67e-2383e74e58f3 {
  display: none;
}
#s-ee6f8370-5751-4978-b67e-2383e74e58f3, #wrap-s-ee6f8370-5751-4978-b67e-2383e74e58f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee6f8370-5751-4978-b67e-2383e74e58f3 {
  display: none;
}
#s-ee6f8370-5751-4978-b67e-2383e74e58f3, #wrap-s-ee6f8370-5751-4978-b67e-2383e74e58f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee6f8370-5751-4978-b67e-2383e74e58f3 {
  display: none;
}
#s-ee6f8370-5751-4978-b67e-2383e74e58f3, #wrap-s-ee6f8370-5751-4978-b67e-2383e74e58f3 { display: none !important; }}@media (max-width: 767px){#s-ee6f8370-5751-4978-b67e-2383e74e58f3 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-ee6f8370-5751-4978-b67e-2383e74e58f3, #wrap-s-ee6f8370-5751-4978-b67e-2383e74e58f3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ee6f8370-5751-4978-b67e-2383e74e58f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee6f8370-5751-4978-b67e-2383e74e58f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee6f8370-5751-4978-b67e-2383e74e58f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee6f8370-5751-4978-b67e-2383e74e58f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2cc8090d-3060-44ea-a212-f8b7096111aa {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-2cc8090d-3060-44ea-a212-f8b7096111aa {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-37b8a0dc-9194-488a-b4ea-50723608d872 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(23, 41, 79, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37b8a0dc-9194-488a-b4ea-50723608d872:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37b8a0dc-9194-488a-b4ea-50723608d872:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-37b8a0dc-9194-488a-b4ea-50723608d872 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37b8a0dc-9194-488a-b4ea-50723608d872 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37b8a0dc-9194-488a-b4ea-50723608d872 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-37b8a0dc-9194-488a-b4ea-50723608d872 {
  padding-top: 20px;
padding-bottom: 20px;
}
}

  #s-37b8a0dc-9194-488a-b4ea-50723608d872-root {
    text-align: center;
  }


#s-37b8a0dc-9194-488a-b4ea-50723608d872.shg-btn {
  color: #ffffff;
  font-size: 36px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37b8a0dc-9194-488a-b4ea-50723608d872-root {
    text-align: center;
  }


#s-37b8a0dc-9194-488a-b4ea-50723608d872.shg-btn {
  color: #ffffff;
  font-size: 36px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37b8a0dc-9194-488a-b4ea-50723608d872-root {
    text-align: center;
  }


#s-37b8a0dc-9194-488a-b4ea-50723608d872.shg-btn {
  color: #ffffff;
  font-size: 36px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37b8a0dc-9194-488a-b4ea-50723608d872-root {
    text-align: center;
  }


#s-37b8a0dc-9194-488a-b4ea-50723608d872.shg-btn {
  color: #ffffff;
  font-size: 36px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37b8a0dc-9194-488a-b4ea-50723608d872-root {
    text-align: center;
  }


#s-37b8a0dc-9194-488a-b4ea-50723608d872.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
#s-e0240525-a600-4ad0-af46-900beedad6d2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e0240525-a600-4ad0-af46-900beedad6d2 {
  display: none;
}
#s-e0240525-a600-4ad0-af46-900beedad6d2, #wrap-s-e0240525-a600-4ad0-af46-900beedad6d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0240525-a600-4ad0-af46-900beedad6d2 {
  display: none;
}
#s-e0240525-a600-4ad0-af46-900beedad6d2, #wrap-s-e0240525-a600-4ad0-af46-900beedad6d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0240525-a600-4ad0-af46-900beedad6d2 {
  display: none;
}
#s-e0240525-a600-4ad0-af46-900beedad6d2, #wrap-s-e0240525-a600-4ad0-af46-900beedad6d2 { display: none !important; }}@media (max-width: 767px){#s-e0240525-a600-4ad0-af46-900beedad6d2 {
  display: none;
}
#s-e0240525-a600-4ad0-af46-900beedad6d2, #wrap-s-e0240525-a600-4ad0-af46-900beedad6d2 { display: none !important; }}







#s-e0240525-a600-4ad0-af46-900beedad6d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0240525-a600-4ad0-af46-900beedad6d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e6d0a0d9-c42b-443b-b0a3-15f179ce802c {
  display: none;
}
#s-e6d0a0d9-c42b-443b-b0a3-15f179ce802c, #wrap-s-e6d0a0d9-c42b-443b-b0a3-15f179ce802c { display: none !important; }}
#s-e6d0a0d9-c42b-443b-b0a3-15f179ce802c hr {
  border-top: 2px solid #ddd;
}

#s-36895bec-6a59-404d-a7be-f2c1f63c8e01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(23, 41, 79, 1);
}

#s-36895bec-6a59-404d-a7be-f2c1f63c8e01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 {
  text-align: left;
}



.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76466c01-087f-4881-ab00-8bbcdf35e7d9 img.shogun-image {
  width: 100%;
}



}
#s-05d2f660-4820-4334-9b58-73cb1865b3c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05d2f660-4820-4334-9b58-73cb1865b3c7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ab2a5a3a-a15d-4b3b-a347-d392723a00cc {
  text-align: center;
}

#s-ab2a5a3a-a15d-4b3b-a347-d392723a00cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab2a5a3a-a15d-4b3b-a347-d392723a00cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ab2a5a3a-a15d-4b3b-a347-d392723a00cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65a59342-d29b-418e-9ee5-407369737ebe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-65a59342-d29b-418e-9ee5-407369737ebe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65a59342-d29b-418e-9ee5-407369737ebe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65a59342-d29b-418e-9ee5-407369737ebe-root {
    text-align: center;
  }


#s-65a59342-d29b-418e-9ee5-407369737ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65a59342-d29b-418e-9ee5-407369737ebe-root {
    text-align: center;
  }


#s-65a59342-d29b-418e-9ee5-407369737ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65a59342-d29b-418e-9ee5-407369737ebe-root {
    text-align: center;
  }


#s-65a59342-d29b-418e-9ee5-407369737ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65a59342-d29b-418e-9ee5-407369737ebe-root {
    text-align: center;
  }


#s-65a59342-d29b-418e-9ee5-407369737ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65a59342-d29b-418e-9ee5-407369737ebe-root {
    text-align: center;
  }


#s-65a59342-d29b-418e-9ee5-407369737ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a314b79a-0932-4b21-a5c2-61c4374ca230 {
  text-align: left;
}



.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a314b79a-0932-4b21-a5c2-61c4374ca230 img.shogun-image {
  width: 100%;
}



}
#s-9e302ba8-bdc7-45ea-9b15-fb49c5e4fcf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e302ba8-bdc7-45ea-9b15-fb49c5e4fcf1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-800fe1f9-56c6-4ee0-9eed-41409d9a4378 {
  text-align: center;
}

#s-800fe1f9-56c6-4ee0-9eed-41409d9a4378 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-800fe1f9-56c6-4ee0-9eed-41409d9a4378 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-800fe1f9-56c6-4ee0-9eed-41409d9a4378 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c797e84-9bda-46cb-b939-72328d3e0e74 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7c797e84-9bda-46cb-b939-72328d3e0e74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c797e84-9bda-46cb-b939-72328d3e0e74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c797e84-9bda-46cb-b939-72328d3e0e74-root {
    text-align: center;
  }


#s-7c797e84-9bda-46cb-b939-72328d3e0e74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c797e84-9bda-46cb-b939-72328d3e0e74-root {
    text-align: center;
  }


#s-7c797e84-9bda-46cb-b939-72328d3e0e74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c797e84-9bda-46cb-b939-72328d3e0e74-root {
    text-align: center;
  }


#s-7c797e84-9bda-46cb-b939-72328d3e0e74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c797e84-9bda-46cb-b939-72328d3e0e74-root {
    text-align: center;
  }


#s-7c797e84-9bda-46cb-b939-72328d3e0e74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c797e84-9bda-46cb-b939-72328d3e0e74-root {
    text-align: center;
  }


#s-7c797e84-9bda-46cb-b939-72328d3e0e74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 {
  text-align: left;
}



.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea625cc7-6f26-4fcf-acaa-bc7da1b2b330 img.shogun-image {
  width: 100%;
}



}
#s-ad10526a-42b2-42b9-aa31-b6700868aaec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad10526a-42b2-42b9-aa31-b6700868aaec .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9047de76-5ad5-466a-b73e-6824d7c35418 {
  text-align: center;
}

#s-9047de76-5ad5-466a-b73e-6824d7c35418 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9047de76-5ad5-466a-b73e-6824d7c35418 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9047de76-5ad5-466a-b73e-6824d7c35418 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c23d862-7200-4509-a233-7a9b7241a942 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6c23d862-7200-4509-a233-7a9b7241a942:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c23d862-7200-4509-a233-7a9b7241a942:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c23d862-7200-4509-a233-7a9b7241a942-root {
    text-align: center;
  }


#s-6c23d862-7200-4509-a233-7a9b7241a942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c23d862-7200-4509-a233-7a9b7241a942-root {
    text-align: center;
  }


#s-6c23d862-7200-4509-a233-7a9b7241a942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c23d862-7200-4509-a233-7a9b7241a942-root {
    text-align: center;
  }


#s-6c23d862-7200-4509-a233-7a9b7241a942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c23d862-7200-4509-a233-7a9b7241a942-root {
    text-align: center;
  }


#s-6c23d862-7200-4509-a233-7a9b7241a942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c23d862-7200-4509-a233-7a9b7241a942-root {
    text-align: center;
  }


#s-6c23d862-7200-4509-a233-7a9b7241a942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-293e67e6-4164-4438-81d0-568687d864ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-293e67e6-4164-4438-81d0-568687d864ed {
  margin-top: 150px;
margin-left: 10%;
margin-right: 10%;
max-width: 1920px;
display: none;
}
#s-293e67e6-4164-4438-81d0-568687d864ed, #wrap-s-293e67e6-4164-4438-81d0-568687d864ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-293e67e6-4164-4438-81d0-568687d864ed {
  margin-top: 150px;
display: none;
}
#s-293e67e6-4164-4438-81d0-568687d864ed, #wrap-s-293e67e6-4164-4438-81d0-568687d864ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-293e67e6-4164-4438-81d0-568687d864ed {
  display: none;
}
#s-293e67e6-4164-4438-81d0-568687d864ed, #wrap-s-293e67e6-4164-4438-81d0-568687d864ed { display: none !important; }}@media (max-width: 767px){#s-293e67e6-4164-4438-81d0-568687d864ed {
  display: none;
}
#s-293e67e6-4164-4438-81d0-568687d864ed, #wrap-s-293e67e6-4164-4438-81d0-568687d864ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-293e67e6-4164-4438-81d0-568687d864ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-293e67e6-4164-4438-81d0-568687d864ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-293e67e6-4164-4438-81d0-568687d864ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-293e67e6-4164-4438-81d0-568687d864ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9e78448-9113-4186-a717-7fc77ac73511 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f9e78448-9113-4186-a717-7fc77ac73511 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9e78448-9113-4186-a717-7fc77ac73511 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9e78448-9113-4186-a717-7fc77ac73511 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-f9e78448-9113-4186-a717-7fc77ac73511 {
  min-height: 400px;
}
}







#s-f9e78448-9113-4186-a717-7fc77ac73511 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f9e78448-9113-4186-a717-7fc77ac73511.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30 {
  padding-left: 10%;
padding-right: 10%;
min-height: 800px;
background-color: rgba(230, 230, 230, 1);
}
@media (min-width: 1200px){#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30 {
  
}
}@media (max-width: 767px){#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 400px;
}
}







#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e692e7a4-8305-47ce-b01d-fe2fa6277d30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dc0c745-c9ea-4750-b8dd-989be5e8d711 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-3dc0c745-c9ea-4750-b8dd-989be5e8d711 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 {
  min-height: 20px;
max-width: 100px;
}
@media (min-width: 1200px){#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 {
  display: none;
}
#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646, #wrap-s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 { display: none !important; }}@media (max-width: 767px){#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 {
  
}
}







#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a4fdde5-7ebe-4e13-be88-05db6f6df646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f148b727-a9a1-419f-b030-1f285bae5ecd {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-f148b727-a9a1-419f-b030-1f285bae5ecd hr {
  border-top: 2px solid rgba(0, 0, 0, 0.55);
}

#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 41, 79, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5:hover {background-color: rgba(0, 0, 0, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5:active {background-color: rgba(228, 209, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4778b524-a078-48ce-bbe3-0cd512c4c9f5-root {
    text-align: left;
  }


#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4778b524-a078-48ce-bbe3-0cd512c4c9f5-root {
    text-align: left;
  }


#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4778b524-a078-48ce-bbe3-0cd512c4c9f5-root {
    text-align: left;
  }


#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4778b524-a078-48ce-bbe3-0cd512c4c9f5-root {
    text-align: left;
  }


#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4778b524-a078-48ce-bbe3-0cd512c4c9f5-root {
    text-align: left;
  }


#s-4778b524-a078-48ce-bbe3-0cd512c4c9f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
display: none;
}
#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82, #wrap-s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82, #wrap-s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 {
  display: none;
}
#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82, #wrap-s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 { display: none !important; }}@media (max-width: 767px){#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 {
  display: none;
}
#s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82, #wrap-s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ba848954-d34f-4a6e-aed6-7e3cc5eeac82"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9 {
  padding-left: 10%;
padding-right: 10%;
min-height: 800px;
background-color: rgba(230, 230, 230, 1);
}
@media (min-width: 1200px){#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 400px;
}
}







#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c57e5216-a9fa-4bcc-96fd-6cbb343912e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fd46a47-31f0-4602-9c79-5cb6a64e0f2d {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-7fd46a47-31f0-4602-9c79-5cb6a64e0f2d .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-d3db065c-9143-468e-8b20-3847e5af976d {
  min-height: 20px;
max-width: 100px;
}
@media (min-width: 1200px){#s-d3db065c-9143-468e-8b20-3847e5af976d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3db065c-9143-468e-8b20-3847e5af976d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3db065c-9143-468e-8b20-3847e5af976d {
  display: none;
}
#s-d3db065c-9143-468e-8b20-3847e5af976d, #wrap-s-d3db065c-9143-468e-8b20-3847e5af976d { display: none !important; }}@media (max-width: 767px){#s-d3db065c-9143-468e-8b20-3847e5af976d {
  
}
}







#s-d3db065c-9143-468e-8b20-3847e5af976d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3db065c-9143-468e-8b20-3847e5af976d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d675bced-0af3-4fb3-a127-d7054f94b677 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-d675bced-0af3-4fb3-a127-d7054f94b677 hr {
  border-top: 2px solid rgba(0, 0, 0, 0.55);
}

#s-7254c09b-f362-4a1c-a71f-000307f880e7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 41, 79, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7254c09b-f362-4a1c-a71f-000307f880e7:hover {background-color: rgba(0, 0, 0, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7254c09b-f362-4a1c-a71f-000307f880e7:active {background-color: rgba(228, 209, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7254c09b-f362-4a1c-a71f-000307f880e7-root {
    text-align: left;
  }


#s-7254c09b-f362-4a1c-a71f-000307f880e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7254c09b-f362-4a1c-a71f-000307f880e7-root {
    text-align: left;
  }


#s-7254c09b-f362-4a1c-a71f-000307f880e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7254c09b-f362-4a1c-a71f-000307f880e7-root {
    text-align: left;
  }


#s-7254c09b-f362-4a1c-a71f-000307f880e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7254c09b-f362-4a1c-a71f-000307f880e7-root {
    text-align: left;
  }


#s-7254c09b-f362-4a1c-a71f-000307f880e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7254c09b-f362-4a1c-a71f-000307f880e7-root {
    text-align: left;
  }


#s-7254c09b-f362-4a1c-a71f-000307f880e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3 {
  
}
}







#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-26b621d1-3fd4-41a6-b9d4-b00c3ee1aea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c02df195-2cae-466e-825c-8a7cbb729d5d {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c02df195-2cae-466e-825c-8a7cbb729d5d {
  margin-top: 150px;
margin-left: 10%;
margin-bottom: 150px;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c02df195-2cae-466e-825c-8a7cbb729d5d {
  margin-top: 150px;
margin-bottom: 150px;
}
}@media (max-width: 767px){#s-c02df195-2cae-466e-825c-8a7cbb729d5d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-c02df195-2cae-466e-825c-8a7cbb729d5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c02df195-2cae-466e-825c-8a7cbb729d5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f54394ca-056b-4efa-b2e3-01b8d3f0b66a {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-f54394ca-056b-4efa-b2e3-01b8d3f0b66a {
  margin-bottom: 0px;
}
}
#s-f54394ca-056b-4efa-b2e3-01b8d3f0b66a .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 62px;
  
  
  
}


@media (max-width: 767px){#s-f54394ca-056b-4efa-b2e3-01b8d3f0b66a .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


}
@media (min-width: 1200px){#s-17308f76-4f5f-4e56-8fab-0d89b60cc1f9 {
  margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17308f76-4f5f-4e56-8fab-0d89b60cc1f9 {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-17308f76-4f5f-4e56-8fab-0d89b60cc1f9 {
  margin-top: 0px;
margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-d7ca7268-8ff9-4ca9-965e-e01e83930c06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7ca7268-8ff9-4ca9-965e-e01e83930c06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ca7268-8ff9-4ca9-965e-e01e83930c06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ca7268-8ff9-4ca9-965e-e01e83930c06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-60ed4b1c-acb2-4ad6-b68f-50519c660a5a {
  margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-60ed4b1c-acb2-4ad6-b68f-50519c660a5a {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-right: 0%;
border-radius: 50px;
}
}@media (max-width: 767px){#s-60ed4b1c-acb2-4ad6-b68f-50519c660a5a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}
#s-60ed4b1c-acb2-4ad6-b68f-50519c660a5a .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: -1px;
  
}


#s-60ed4b1c-acb2-4ad6-b68f-50519c660a5a .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-790c45bd-2c77-4183-893d-e9ad50d451bd {
  margin-top: 30px;
margin-bottom: 50px;
}
}
#s-e90b6379-c9f9-405e-a8ef-36d491b569a7 {
  margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e90b6379-c9f9-405e-a8ef-36d491b569a7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
}@media (max-width: 767px){#s-e90b6379-c9f9-405e-a8ef-36d491b569a7 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}
#s-e90b6379-c9f9-405e-a8ef-36d491b569a7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: -1px;
  
}


#s-e90b6379-c9f9-405e-a8ef-36d491b569a7 .shogun-heading-component h4 a {
  color: #000;
}


#s-cb8ab424-5b24-440d-9459-89864f284483 {
  margin-top: 30px;
margin-bottom: 50px;
}

#s-ce1463e0-6e72-4510-8969-813b2a79986a {
  margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce1463e0-6e72-4510-8969-813b2a79986a {
  margin-top: 48px;
margin-bottom: 48px;
margin-right: 0%;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
}@media (max-width: 767px){#s-ce1463e0-6e72-4510-8969-813b2a79986a {
  margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
}
}
#s-ce1463e0-6e72-4510-8969-813b2a79986a .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: -1px;
  
}


#s-ce1463e0-6e72-4510-8969-813b2a79986a .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-e2ec63e0-3fa3-4d2e-8eeb-aeab671eddbf {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-7c1bf4f2-994c-456b-9a5a-3a5adbdcffc7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7c1bf4f2-994c-456b-9a5a-3a5adbdcffc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c1bf4f2-994c-456b-9a5a-3a5adbdcffc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1b966c6-d891-4a24-96dc-d5e85e2e1366 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c1b966c6-d891-4a24-96dc-d5e85e2e1366 {
  padding-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1b966c6-d891-4a24-96dc-d5e85e2e1366 {
  padding-top: 40px;
}
}@media (max-width: 767px){#s-c1b966c6-d891-4a24-96dc-d5e85e2e1366 {
  padding-top: 50px;
}
}
#s-c1b966c6-d891-4a24-96dc-d5e85e2e1366 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-5583b90d-acae-4e29-8167-38bd5a2828e4 {
  text-align: center;
}







  img.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
    
    
  }


.s-5583b90d-acae-4e29-8167-38bd5a2828e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
    
    
  }


.s-5583b90d-acae-4e29-8167-38bd5a2828e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
    
    
  }


.s-5583b90d-acae-4e29-8167-38bd5a2828e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
    
    
  }


.s-5583b90d-acae-4e29-8167-38bd5a2828e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
    
    
  }


.s-5583b90d-acae-4e29-8167-38bd5a2828e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5583b90d-acae-4e29-8167-38bd5a2828e4.shogun-image {
  box-sizing: border-box;
}



}
#s-311b2fba-0371-4f4d-9c8b-4b09816ffe19 {
  background-color: rgba(255, 255, 255, 1);
}








#s-311b2fba-0371-4f4d-9c8b-4b09816ffe19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-311b2fba-0371-4f4d-9c8b-4b09816ffe19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 50px;
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11:hover {background-color: #424242 !important;
text-decoration: none !important;
color: #ffffff !important;}#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11-root {
    text-align: center;
  }


#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11-root {
    text-align: center;
  }


#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11-root {
    text-align: center;
  }


#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11-root {
    text-align: center;
  }


#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11-root {
    text-align: center;
  }


#s-f148ecb6-a0a4-4a65-80ed-164f26fd4b11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
