#s-38203d74-fdd4-40aa-9155-31503f5fda8e {
  padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
}

.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-2e89d84f-74e4-4a50-84ae-1d134d87d562 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
min-height: 50px;
}
#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 1199px){#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 991px){#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e89d84f-74e4-4a50-84ae-1d134d87d562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e89d84f-74e4-4a50-84ae-1d134d87d562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e89d84f-74e4-4a50-84ae-1d134d87d562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e89d84f-74e4-4a50-84ae-1d134d87d562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-2e89d84f-74e4-4a50-84ae-1d134d87d562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e89d84f-74e4-4a50-84ae-1d134d87d562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-eb7a1973-c906-4844-85ec-8994812fba55 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
#s-eb7a1973-c906-4844-85ec-8994812fba55 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-eb7a1973-c906-4844-85ec-8994812fba55 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-eb7a1973-c906-4844-85ec-8994812fba55 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-eb7a1973-c906-4844-85ec-8994812fba55 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
}
@media (min-width: 0px) {
[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb7a1973-c906-4844-85ec-8994812fba55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 {
  padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 {
  padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
@media (max-width: 1199px){#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 {
  padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
}@media (max-width: 991px){#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
}@media (max-width: 767px){#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
}
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-left,
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-left,
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}
@media (max-width: 1199px){#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-left,
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}
}@media (max-width: 991px){#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-left,
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}
}@media (max-width: 767px){#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-left,
#s-9b0d7b5c-d0c0-4d06-b380-91d81e035f16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d {
  text-align: center;
}
#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d {
  text-align: center;
}
@media (max-width: 1199px){#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d {
  text-align: center;
}
}@media (max-width: 991px){#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d {
  text-align: center;
}
}@media (max-width: 767px){#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d {
  text-align: center;
}
}#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d {
  text-align: center;
}







  #s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d img.shogun-image {
    

    
    
    
  }


#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d .shogun-image-content {
  
    align-items:  flex-start;
  
}






  #s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d img.shogun-image {
    

    
    
    
  }


#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d .shogun-image-content {
  
    align-items:  flex-start;
  
}
@media (max-width: 1199px){





  #s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d img.shogun-image {
    

    
    
    
  }


#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d .shogun-image-content {
  
    align-items:  flex-start;
  
}
}@media (max-width: 991px){





  #s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d img.shogun-image {
    

    
    
    
  }


#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d .shogun-image-content {
  
    align-items:  flex-start;
  
}
}@media (max-width: 767px){





  #s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d img.shogun-image {
    

    
    
    
  }


#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d .shogun-image-content {
  
    align-items:  flex-start;
  
}
}





  #s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d img.shogun-image {
    

    
    
    
  }


#s-6b1bcfb3-aec3-4d1f-8a79-76795b12de3d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}
#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}
@media (max-width: 1199px){#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}
}@media (max-width: 991px){#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}
}@media (max-width: 767px){#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}
}






  #s-ad56da55-3ce8-49ba-9c73-712c9859dd1e img.shogun-image {
    

    
    
    
  }


#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e .shogun-image-content {
  
    align-items: center;
  
}






  #s-ad56da55-3ce8-49ba-9c73-712c9859dd1e img.shogun-image {
    

    
    
    
  }


#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-ad56da55-3ce8-49ba-9c73-712c9859dd1e img.shogun-image {
    

    
    
    
  }


#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-ad56da55-3ce8-49ba-9c73-712c9859dd1e img.shogun-image {
    

    
    
    
  }


#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-ad56da55-3ce8-49ba-9c73-712c9859dd1e img.shogun-image {
    

    
    
    
  }


#s-ad56da55-3ce8-49ba-9c73-712c9859dd1e .shogun-image-content {
  
    align-items: center;
  
}
}
#s-d153f445-ca68-4d2a-92c5-da7f5af990cb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d153f445-ca68-4d2a-92c5-da7f5af990cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d153f445-ca68-4d2a-92c5-da7f5af990cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-d153f445-ca68-4d2a-92c5-da7f5af990cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d153f445-ca68-4d2a-92c5-da7f5af990cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-d153f445-ca68-4d2a-92c5-da7f5af990cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d153f445-ca68-4d2a-92c5-da7f5af990cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-d153f445-ca68-4d2a-92c5-da7f5af990cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d153f445-ca68-4d2a-92c5-da7f5af990cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-d153f445-ca68-4d2a-92c5-da7f5af990cb > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0.05);
  opacity: 0;
}#s-d153f445-ca68-4d2a-92c5-da7f5af990cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-41184481-b74b-4fed-9995-a0df5ecc4db7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
#s-41184481-b74b-4fed-9995-a0df5ecc4db7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-41184481-b74b-4fed-9995-a0df5ecc4db7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-41184481-b74b-4fed-9995-a0df5ecc4db7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-41184481-b74b-4fed-9995-a0df5ecc4db7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
}






  #s-41184481-b74b-4fed-9995-a0df5ecc4db7 img.shogun-image {
    

    
    
    
  }


#s-41184481-b74b-4fed-9995-a0df5ecc4db7 .shogun-image-content {
  
    align-items:  flex-start;
  
}






  #s-41184481-b74b-4fed-9995-a0df5ecc4db7 img.shogun-image {
    

    
    
    
  }


#s-41184481-b74b-4fed-9995-a0df5ecc4db7 .shogun-image-content {
  
    align-items:  flex-start;
  
}
@media (max-width: 1199px){





  #s-41184481-b74b-4fed-9995-a0df5ecc4db7 img.shogun-image {
    

    
    
    
  }


#s-41184481-b74b-4fed-9995-a0df5ecc4db7 .shogun-image-content {
  
    align-items:  flex-start;
  
}
}@media (max-width: 991px){





  #s-41184481-b74b-4fed-9995-a0df5ecc4db7 img.shogun-image {
    

    
    
    
  }


#s-41184481-b74b-4fed-9995-a0df5ecc4db7 .shogun-image-content {
  
    align-items:  flex-start;
  
}
}@media (max-width: 767px){





  #s-41184481-b74b-4fed-9995-a0df5ecc4db7 img.shogun-image {
    

    
    
    
  }


#s-41184481-b74b-4fed-9995-a0df5ecc4db7 .shogun-image-content {
  
    align-items:  flex-start;
  
}
}
#s-9192071e-03a6-4543-9c4a-69fdf3b16a3c {
  text-align: center;
}







  #s-9192071e-03a6-4543-9c4a-69fdf3b16a3c img.shogun-image {
    

    
    
    
  }


#s-9192071e-03a6-4543-9c4a-69fdf3b16a3c .shogun-image-content {
  
    align-items: center;
  
}






  #s-9192071e-03a6-4543-9c4a-69fdf3b16a3c img.shogun-image {
    

    
    
    
  }


#s-9192071e-03a6-4543-9c4a-69fdf3b16a3c .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-9192071e-03a6-4543-9c4a-69fdf3b16a3c img.shogun-image {
    

    
    
    
  }


#s-9192071e-03a6-4543-9c4a-69fdf3b16a3c .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-9192071e-03a6-4543-9c4a-69fdf3b16a3c img.shogun-image {
    

    
    
    
  }


#s-9192071e-03a6-4543-9c4a-69fdf3b16a3c .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-9192071e-03a6-4543-9c4a-69fdf3b16a3c img.shogun-image {
    

    
    
    
  }


#s-9192071e-03a6-4543-9c4a-69fdf3b16a3c .shogun-image-content {
  
    align-items: center;
  
}
}
#s-221b9037-3c74-4254-93fc-22b142865d49 {
  text-align: center;
}







  #s-221b9037-3c74-4254-93fc-22b142865d49 img.shogun-image {
    

    
    
    
  }


#s-221b9037-3c74-4254-93fc-22b142865d49 .shogun-image-content {
  
    align-items: center;
  
}






  #s-221b9037-3c74-4254-93fc-22b142865d49 img.shogun-image {
    

    
    
    
  }


#s-221b9037-3c74-4254-93fc-22b142865d49 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-221b9037-3c74-4254-93fc-22b142865d49 img.shogun-image {
    

    
    
    
  }


#s-221b9037-3c74-4254-93fc-22b142865d49 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-221b9037-3c74-4254-93fc-22b142865d49 img.shogun-image {
    

    
    
    
  }


#s-221b9037-3c74-4254-93fc-22b142865d49 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-221b9037-3c74-4254-93fc-22b142865d49 img.shogun-image {
    

    
    
    
  }


#s-221b9037-3c74-4254-93fc-22b142865d49 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-ff13782d-04e1-4d1e-b462-e5ea6eba888d {
  text-align: center;
}







  #s-ff13782d-04e1-4d1e-b462-e5ea6eba888d img.shogun-image {
    

    
    
    
  }


#s-ff13782d-04e1-4d1e-b462-e5ea6eba888d .shogun-image-content {
  
    align-items: center;
  
}






  #s-ff13782d-04e1-4d1e-b462-e5ea6eba888d img.shogun-image {
    

    
    
    
  }


#s-ff13782d-04e1-4d1e-b462-e5ea6eba888d .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-ff13782d-04e1-4d1e-b462-e5ea6eba888d img.shogun-image {
    

    
    
    
  }


#s-ff13782d-04e1-4d1e-b462-e5ea6eba888d .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-ff13782d-04e1-4d1e-b462-e5ea6eba888d img.shogun-image {
    

    
    
    
  }


#s-ff13782d-04e1-4d1e-b462-e5ea6eba888d .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-ff13782d-04e1-4d1e-b462-e5ea6eba888d img.shogun-image {
    

    
    
    
  }


#s-ff13782d-04e1-4d1e-b462-e5ea6eba888d .shogun-image-content {
  
    align-items: center;
  
}
}
#s-58adb913-fcef-408b-92ac-a183a9cdf812 {
  text-align: center;
}







  #s-58adb913-fcef-408b-92ac-a183a9cdf812 img.shogun-image {
    

    
    
    
  }


#s-58adb913-fcef-408b-92ac-a183a9cdf812 .shogun-image-content {
  
    align-items: center;
  
}






  #s-58adb913-fcef-408b-92ac-a183a9cdf812 img.shogun-image {
    

    
    
    
  }


#s-58adb913-fcef-408b-92ac-a183a9cdf812 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-58adb913-fcef-408b-92ac-a183a9cdf812 img.shogun-image {
    

    
    
    
  }


#s-58adb913-fcef-408b-92ac-a183a9cdf812 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-58adb913-fcef-408b-92ac-a183a9cdf812 img.shogun-image {
    

    
    
    
  }


#s-58adb913-fcef-408b-92ac-a183a9cdf812 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-58adb913-fcef-408b-92ac-a183a9cdf812 img.shogun-image {
    

    
    
    
  }


#s-58adb913-fcef-408b-92ac-a183a9cdf812 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-f55da123-2029-4597-a317-cfe972b7df6e {
  text-align: center;
}







  #s-f55da123-2029-4597-a317-cfe972b7df6e img.shogun-image {
    

    
    
    
  }


#s-f55da123-2029-4597-a317-cfe972b7df6e .shogun-image-content {
  
    align-items: center;
  
}






  #s-f55da123-2029-4597-a317-cfe972b7df6e img.shogun-image {
    

    
    
    
  }


#s-f55da123-2029-4597-a317-cfe972b7df6e .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-f55da123-2029-4597-a317-cfe972b7df6e img.shogun-image {
    

    
    
    
  }


#s-f55da123-2029-4597-a317-cfe972b7df6e .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-f55da123-2029-4597-a317-cfe972b7df6e img.shogun-image {
    

    
    
    
  }


#s-f55da123-2029-4597-a317-cfe972b7df6e .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-f55da123-2029-4597-a317-cfe972b7df6e img.shogun-image {
    

    
    
    
  }


#s-f55da123-2029-4597-a317-cfe972b7df6e .shogun-image-content {
  
    align-items: center;
  
}
}
#s-472e1521-0efd-4df1-9d1d-18edf84a882c {
  text-align: center;
}







  #s-472e1521-0efd-4df1-9d1d-18edf84a882c img.shogun-image {
    

    
    
    
  }


#s-472e1521-0efd-4df1-9d1d-18edf84a882c .shogun-image-content {
  
    align-items: center;
  
}






  #s-472e1521-0efd-4df1-9d1d-18edf84a882c img.shogun-image {
    

    
    
    
  }


#s-472e1521-0efd-4df1-9d1d-18edf84a882c .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-472e1521-0efd-4df1-9d1d-18edf84a882c img.shogun-image {
    

    
    
    
  }


#s-472e1521-0efd-4df1-9d1d-18edf84a882c .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-472e1521-0efd-4df1-9d1d-18edf84a882c img.shogun-image {
    

    
    
    
  }


#s-472e1521-0efd-4df1-9d1d-18edf84a882c .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-472e1521-0efd-4df1-9d1d-18edf84a882c img.shogun-image {
    

    
    
    
  }


#s-472e1521-0efd-4df1-9d1d-18edf84a882c .shogun-image-content {
  
    align-items: center;
  
}
}
#s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 {
  text-align: center;
}







  #s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 img.shogun-image {
    

    
    
    
  }


#s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 .shogun-image-content {
  
    align-items: center;
  
}






  #s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 img.shogun-image {
    

    
    
    
  }


#s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 img.shogun-image {
    

    
    
    
  }


#s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 img.shogun-image {
    

    
    
    
  }


#s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 img.shogun-image {
    

    
    
    
  }


#s-a4e0f677-7d1a-4c78-9e3e-29647b9f66f9 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-bdd32996-0b0b-449a-b127-78e69ea8db1e {
  text-align: center;
}







  #s-bdd32996-0b0b-449a-b127-78e69ea8db1e img.shogun-image {
    

    
    
    
  }


#s-bdd32996-0b0b-449a-b127-78e69ea8db1e .shogun-image-content {
  
    align-items: center;
  
}






  #s-bdd32996-0b0b-449a-b127-78e69ea8db1e img.shogun-image {
    

    
    
    
  }


#s-bdd32996-0b0b-449a-b127-78e69ea8db1e .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-bdd32996-0b0b-449a-b127-78e69ea8db1e img.shogun-image {
    

    
    
    
  }


#s-bdd32996-0b0b-449a-b127-78e69ea8db1e .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-bdd32996-0b0b-449a-b127-78e69ea8db1e img.shogun-image {
    

    
    
    
  }


#s-bdd32996-0b0b-449a-b127-78e69ea8db1e .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-bdd32996-0b0b-449a-b127-78e69ea8db1e img.shogun-image {
    

    
    
    
  }


#s-bdd32996-0b0b-449a-b127-78e69ea8db1e .shogun-image-content {
  
    align-items: center;
  
}
}
#s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 {
  text-align: center;
}







  #s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 img.shogun-image {
    

    
    
    
  }


#s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 .shogun-image-content {
  
    align-items: center;
  
}






  #s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 img.shogun-image {
    

    
    
    
  }


#s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 img.shogun-image {
    

    
    
    
  }


#s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 img.shogun-image {
    

    
    
    
  }


#s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 img.shogun-image {
    

    
    
    
  }


#s-3b08f017-04ff-4030-b3ec-ae76ac6e4e88 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-bd502413-0e25-4719-8ea3-af645c6874f6 {
  text-align: center;
}







  #s-bd502413-0e25-4719-8ea3-af645c6874f6 img.shogun-image {
    

    
    
    
  }


#s-bd502413-0e25-4719-8ea3-af645c6874f6 .shogun-image-content {
  
    align-items: center;
  
}






  #s-bd502413-0e25-4719-8ea3-af645c6874f6 img.shogun-image {
    

    
    
    
  }


#s-bd502413-0e25-4719-8ea3-af645c6874f6 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-bd502413-0e25-4719-8ea3-af645c6874f6 img.shogun-image {
    

    
    
    
  }


#s-bd502413-0e25-4719-8ea3-af645c6874f6 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-bd502413-0e25-4719-8ea3-af645c6874f6 img.shogun-image {
    

    
    
    
  }


#s-bd502413-0e25-4719-8ea3-af645c6874f6 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-bd502413-0e25-4719-8ea3-af645c6874f6 img.shogun-image {
    

    
    
    
  }


#s-bd502413-0e25-4719-8ea3-af645c6874f6 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 img.shogun-image {
    

    
    
    
  }


#s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 .shogun-image-content {
  
    align-items: center;
  
}






  #s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 img.shogun-image {
    

    
    
    
  }


#s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 img.shogun-image {
    

    
    
    
  }


#s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 img.shogun-image {
    

    
    
    
  }


#s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 img.shogun-image {
    

    
    
    
  }


#s-29a25cf3-8f71-4aa0-93d9-6baf003806a7 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-8dd720f4-c216-4cef-83af-c4118a3742a7 {
  margin-left: 0px;
margin-bottom: 100px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-8dd720f4-c216-4cef-83af-c4118a3742a7 {
  margin-left: 10px;
margin-bottom: 100px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-8dd720f4-c216-4cef-83af-c4118a3742a7 {
  margin-left: 10px;
margin-bottom: 100px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-8dd720f4-c216-4cef-83af-c4118a3742a7 {
  margin-left: 10px;
margin-bottom: 100px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-8dd720f4-c216-4cef-83af-c4118a3742a7 {
  margin-left: 10px;
margin-bottom: 100px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}







#s-8dd720f4-c216-4cef-83af-c4118a3742a7 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0);
  opacity: 0;
}#s-8dd720f4-c216-4cef-83af-c4118a3742a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-8dd720f4-c216-4cef-83af-c4118a3742a7 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0);
  opacity: 0;
}#s-8dd720f4-c216-4cef-83af-c4118a3742a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-8dd720f4-c216-4cef-83af-c4118a3742a7 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0);
  opacity: 0;
}#s-8dd720f4-c216-4cef-83af-c4118a3742a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-8dd720f4-c216-4cef-83af-c4118a3742a7 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0);
  opacity: 0;
}#s-8dd720f4-c216-4cef-83af-c4118a3742a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-8dd720f4-c216-4cef-83af-c4118a3742a7 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0.05);
  opacity: 0;
}#s-8dd720f4-c216-4cef-83af-c4118a3742a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 1199px){#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
}@media (max-width: 991px){#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
}@media (max-width: 767px){#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
}







#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c3028-f497-45d6-b21f-ab460ea27ad8.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: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-23f31a98-8cb1-4d26-b1ca-ab64cc062001 {
  margin-top: 0px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 {
  margin-top: 0px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 {
  margin-top: 0px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 {
  margin-top: 5px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 {
  margin-top: 20px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-23f31a98-8cb1-4d26-b1ca-ab64cc062001 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: 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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

#s-9925bb0a-104e-4018-916b-c59e371a7a3e {
  margin-top: 0px;
margin-left: 0px;
}
#s-9925bb0a-104e-4018-916b-c59e371a7a3e {
  margin-top: 0px;
margin-left: 0px;
}
@media (max-width: 1199px){#s-9925bb0a-104e-4018-916b-c59e371a7a3e {
  margin-top: 0px;
margin-left: 0px;
}
}@media (max-width: 991px){#s-9925bb0a-104e-4018-916b-c59e371a7a3e {
  margin-top: 0px;
margin-left: 0px;
}
}@media (max-width: 767px){#s-9925bb0a-104e-4018-916b-c59e371a7a3e {
  margin-top: 0px;
margin-left: 0px;
}
}
#s-912eae74-4b4d-4dd9-984f-72dba2932226 {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}
#s-912eae74-4b4d-4dd9-984f-72dba2932226 {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}
@media (max-width: 1199px){#s-912eae74-4b4d-4dd9-984f-72dba2932226 {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}
}@media (max-width: 991px){#s-912eae74-4b4d-4dd9-984f-72dba2932226 {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}
}@media (max-width: 767px){#s-912eae74-4b4d-4dd9-984f-72dba2932226 {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}
}
#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab {
  text-align: left;
}
#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab {
  text-align: left;
}
@media (max-width: 1199px){#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab {
  text-align: left;
}
}@media (max-width: 991px){#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab {
  text-align: left;
}
}@media (max-width: 767px){#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab {
  text-align: left;
}
}
#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .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-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .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;
}
@media (max-width: 1199px){#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .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;
}
}@media (max-width: 991px){#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .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;
}
}@media (max-width: 767px){#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fa89b4df-f53e-4efa-937b-5aa52cc3d0ab .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-96313db4-bc76-4c9d-889b-7f9879ca51cd {
  margin-top: 60px;
margin-bottom: 0px;
}
#s-96313db4-bc76-4c9d-889b-7f9879ca51cd {
  margin-top: 60px;
margin-bottom: 0px;
}
@media (max-width: 1199px){#s-96313db4-bc76-4c9d-889b-7f9879ca51cd {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 991px){#s-96313db4-bc76-4c9d-889b-7f9879ca51cd {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-96313db4-bc76-4c9d-889b-7f9879ca51cd {
  margin-top: 60px;
margin-bottom: 0px;
}
}
#s-5f1ec37d-867e-426f-b788-6a888cb2c338 {
  margin-top: 20px;
margin-bottom: 0px;
}
#s-5f1ec37d-867e-426f-b788-6a888cb2c338 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 1199px){#s-5f1ec37d-867e-426f-b788-6a888cb2c338 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 991px){#s-5f1ec37d-867e-426f-b788-6a888cb2c338 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-5f1ec37d-867e-426f-b788-6a888cb2c338 {
  margin-top: 20px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-5f1ec37d-867e-426f-b788-6a888cb2c338"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f1ec37d-867e-426f-b788-6a888cb2c338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f1ec37d-867e-426f-b788-6a888cb2c338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f1ec37d-867e-426f-b788-6a888cb2c338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.shg-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-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-38171172-67b0-4ae2-b68b-b7fc409730f2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38171172-67b0-4ae2-b68b-b7fc409730f2:active {background-color: #000000 !important;
text-decoration: none !important;}#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-38171172-67b0-4ae2-b68b-b7fc409730f2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38171172-67b0-4ae2-b68b-b7fc409730f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-38171172-67b0-4ae2-b68b-b7fc409730f2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38171172-67b0-4ae2-b68b-b7fc409730f2:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-38171172-67b0-4ae2-b68b-b7fc409730f2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38171172-67b0-4ae2-b68b-b7fc409730f2:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-38171172-67b0-4ae2-b68b-b7fc409730f2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38171172-67b0-4ae2-b68b-b7fc409730f2:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-38171172-67b0-4ae2-b68b-b7fc409730f2-atc-btn-wrapper {
    text-align: center;
  }


#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }


  #s-38171172-67b0-4ae2-b68b-b7fc409730f2-atc-btn-wrapper {
    text-align: center;
  }


#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }

@media (max-width: 1199px){
  #s-38171172-67b0-4ae2-b68b-b7fc409730f2-atc-btn-wrapper {
    text-align: center;
  }


#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 991px){
  #s-38171172-67b0-4ae2-b68b-b7fc409730f2-atc-btn-wrapper {
    text-align: center;
  }


#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-38171172-67b0-4ae2-b68b-b7fc409730f2-atc-btn-wrapper {
    text-align: center;
  }


#s-38171172-67b0-4ae2-b68b-b7fc409730f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-38171172-67b0-4ae2-b68b-b7fc409730f2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 {
  margin-top: 22px;
text-align: left;
}
#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 {
  margin-top: 22px;
text-align: left;
}
@media (max-width: 1199px){#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 {
  margin-top: 22px;
text-align: left;
}
}@media (max-width: 991px){#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 {
  margin-top: 22px;
text-align: left;
}
}@media (max-width: 767px){#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 {
  margin-top: 22px;
text-align: left;
}
}
#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b09b30c6-6d68-437a-ba45-35beeb5c5438 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-34839fc7-f7f7-40b5-b2db-81e8e3d2dbe5 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}
#s-34839fc7-f7f7-40b5-b2db-81e8e3d2dbe5 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 1199px){#s-34839fc7-f7f7-40b5-b2db-81e8e3d2dbe5 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}
}@media (max-width: 991px){#s-34839fc7-f7f7-40b5-b2db-81e8e3d2dbe5 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}
}@media (max-width: 767px){#s-34839fc7-f7f7-40b5-b2db-81e8e3d2dbe5 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
padding-right: 0px;
}
#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
padding-right: 0px;
}
@media (max-width: 1199px){#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
padding-right: 0px;
}
}@media (max-width: 991px){#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
}
}
#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}@media (max-width: 1199px){#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}}@media (max-width: 991px){#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}}@media (max-width: 767px){#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-a41ecd59-1ef4-48ac-8b4d-52f8a662e530 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}}
#s-30c9bb4f-0fbe-40ea-9406-1d322552b62f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
#s-30c9bb4f-0fbe-40ea-9406-1d322552b62f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
@media (max-width: 1199px){#s-30c9bb4f-0fbe-40ea-9406-1d322552b62f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 991px){#s-30c9bb4f-0fbe-40ea-9406-1d322552b62f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-30c9bb4f-0fbe-40ea-9406-1d322552b62f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}
#s-3780a9c7-56b1-42be-a11e-c10b10954740 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
#s-3780a9c7-56b1-42be-a11e-c10b10954740 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (max-width: 1199px){#s-3780a9c7-56b1-42be-a11e-c10b10954740 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}@media (max-width: 991px){#s-3780a9c7-56b1-42be-a11e-c10b10954740 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-3780a9c7-56b1-42be-a11e-c10b10954740 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}#s-3780a9c7-56b1-42be-a11e-c10b10954740 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (max-width: 1199px){#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 991px){#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3780a9c7-56b1-42be-a11e-c10b10954740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-743cc215-c9bb-4917-9f73-3fe0f2b3df20 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
#s-743cc215-c9bb-4917-9f73-3fe0f2b3df20 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
@media (max-width: 1199px){#s-743cc215-c9bb-4917-9f73-3fe0f2b3df20 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 991px){#s-743cc215-c9bb-4917-9f73-3fe0f2b3df20 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-743cc215-c9bb-4917-9f73-3fe0f2b3df20 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}
#s-0c363649-8c3c-433a-ae09-843f600bd8c1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
#s-0c363649-8c3c-433a-ae09-843f600bd8c1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
@media (max-width: 1199px){#s-0c363649-8c3c-433a-ae09-843f600bd8c1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 991px){#s-0c363649-8c3c-433a-ae09-843f600bd8c1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0c363649-8c3c-433a-ae09-843f600bd8c1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}
#s-fe808e48-2321-4f72-8a5e-e9ba4ba1f58e {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
#s-fe808e48-2321-4f72-8a5e-e9ba4ba1f58e {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
@media (max-width: 1199px){#s-fe808e48-2321-4f72-8a5e-e9ba4ba1f58e {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 991px){#s-fe808e48-2321-4f72-8a5e-e9ba4ba1f58e {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-fe808e48-2321-4f72-8a5e-e9ba4ba1f58e {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}
#s-77cfb6e6-c22f-4253-a561-4d75fbdf6195 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
#s-77cfb6e6-c22f-4253-a561-4d75fbdf6195 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
@media (max-width: 1199px){#s-77cfb6e6-c22f-4253-a561-4d75fbdf6195 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 991px){#s-77cfb6e6-c22f-4253-a561-4d75fbdf6195 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-77cfb6e6-c22f-4253-a561-4d75fbdf6195 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}
}
#s-60b58316-74b3-4ec2-8b0c-f26466c93ece {
  text-align: center;
}
#s-60b58316-74b3-4ec2-8b0c-f26466c93ece {
  text-align: center;
}
@media (max-width: 1199px){#s-60b58316-74b3-4ec2-8b0c-f26466c93ece {
  text-align: center;
}
}@media (max-width: 991px){#s-60b58316-74b3-4ec2-8b0c-f26466c93ece {
  text-align: center;
}
}@media (max-width: 767px){#s-60b58316-74b3-4ec2-8b0c-f26466c93ece {
  text-align: center;
}
}#s-60b58316-74b3-4ec2-8b0c-f26466c93ece {
  text-align: center;
}







  #s-60b58316-74b3-4ec2-8b0c-f26466c93ece img.shogun-image {
    

    
    
    
  }


#s-60b58316-74b3-4ec2-8b0c-f26466c93ece .shogun-image-content {
  
    align-items: center;
  
}






  #s-60b58316-74b3-4ec2-8b0c-f26466c93ece img.shogun-image {
    

    
    
    
  }


#s-60b58316-74b3-4ec2-8b0c-f26466c93ece .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 1199px){





  #s-60b58316-74b3-4ec2-8b0c-f26466c93ece img.shogun-image {
    

    
    
    
  }


#s-60b58316-74b3-4ec2-8b0c-f26466c93ece .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 991px){





  #s-60b58316-74b3-4ec2-8b0c-f26466c93ece img.shogun-image {
    

    
    
    
  }


#s-60b58316-74b3-4ec2-8b0c-f26466c93ece .shogun-image-content {
  
    align-items: center;
  
}
}@media (max-width: 767px){





  #s-60b58316-74b3-4ec2-8b0c-f26466c93ece img.shogun-image {
    

    
    
    
  }


#s-60b58316-74b3-4ec2-8b0c-f26466c93ece .shogun-image-content {
  
    align-items: center;
  
}
}





  #s-60b58316-74b3-4ec2-8b0c-f26466c93ece img.shogun-image {
    

    
    
    
  }


#s-60b58316-74b3-4ec2-8b0c-f26466c93ece .shogun-image-content {
  
    align-items: center;
  
}

#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 {
  min-height: 50px;
}
#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 {
  min-height: 50px;
}
@media (max-width: 1199px){#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 {
  min-height: 50px;
}
}@media (max-width: 991px){#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 {
  min-height: 50px;
}
}@media (max-width: 767px){#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 {
  min-height: 50px;
}
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 {
  min-height: 50px;
}








#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}






#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fb29e3-5c5d-40bc-aa06-734e97e9b161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36118a97-6c12-43e2-b613-3f3179eb2717 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
#s-36118a97-6c12-43e2-b613-3f3179eb2717 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
@media (max-width: 1199px){#s-36118a97-6c12-43e2-b613-3f3179eb2717 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
}@media (max-width: 991px){#s-36118a97-6c12-43e2-b613-3f3179eb2717 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
}@media (max-width: 767px){#s-36118a97-6c12-43e2-b613-3f3179eb2717 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
}#s-36118a97-6c12-43e2-b613-3f3179eb2717 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36118a97-6c12-43e2-b613-3f3179eb2717"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

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

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

#s-5dc6e5e0-a512-4f06-b15d-251fc93e7bd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
#s-5dc6e5e0-a512-4f06-b15d-251fc93e7bd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
@media (max-width: 1199px){#s-5dc6e5e0-a512-4f06-b15d-251fc93e7bd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
}@media (max-width: 991px){#s-5dc6e5e0-a512-4f06-b15d-251fc93e7bd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-5dc6e5e0-a512-4f06-b15d-251fc93e7bd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
}#s-5dc6e5e0-a512-4f06-b15d-251fc93e7bd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b99c1ef2-076b-4426-9716-86ccffa9f741 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
#s-b99c1ef2-076b-4426-9716-86ccffa9f741 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 1199px){#s-b99c1ef2-076b-4426-9716-86ccffa9f741 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
}@media (max-width: 991px){#s-b99c1ef2-076b-4426-9716-86ccffa9f741 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}
}@media (max-width: 767px){#s-b99c1ef2-076b-4426-9716-86ccffa9f741 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}








#s-b99c1ef2-076b-4426-9716-86ccffa9f741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-b99c1ef2-076b-4426-9716-86ccffa9f741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-b99c1ef2-076b-4426-9716-86ccffa9f741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-b99c1ef2-076b-4426-9716-86ccffa9f741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-b99c1ef2-076b-4426-9716-86ccffa9f741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}






#s-b99c1ef2-076b-4426-9716-86ccffa9f741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99c1ef2-076b-4426-9716-86ccffa9f741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
}
#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 1199px){#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 991px){#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-a1514e68-7a61-42f9-952b-6f4a0c6f0f8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-d3a13278-fd81-447b-98dc-728330688b96 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
#s-d3a13278-fd81-447b-98dc-728330688b96 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 1199px){#s-d3a13278-fd81-447b-98dc-728330688b96 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 991px){#s-d3a13278-fd81-447b-98dc-728330688b96 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-d3a13278-fd81-447b-98dc-728330688b96 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-4ae63599-4bb3-4103-9608-4c17f9bca421 {
  margin-left: 40px;
margin-right: 40px;
}
#s-4ae63599-4bb3-4103-9608-4c17f9bca421 {
  margin-left: 40px;
margin-right: 40px;
}
@media (max-width: 1199px){#s-4ae63599-4bb3-4103-9608-4c17f9bca421 {
  margin-left: 40px;
margin-right: 40px;
}
}@media (max-width: 991px){#s-4ae63599-4bb3-4103-9608-4c17f9bca421 {
  margin-left: 40px;
margin-right: 40px;
}
}@media (max-width: 767px){#s-4ae63599-4bb3-4103-9608-4c17f9bca421 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-2ce11afc-de59-4724-bb04-ac26a8b1458e {
  min-height: 50px;
}
#s-2ce11afc-de59-4724-bb04-ac26a8b1458e {
  min-height: 50px;
}
@media (max-width: 1199px){#s-2ce11afc-de59-4724-bb04-ac26a8b1458e {
  min-height: 50px;
}
}@media (max-width: 991px){#s-2ce11afc-de59-4724-bb04-ac26a8b1458e {
  min-height: 50px;
}
}@media (max-width: 767px){#s-2ce11afc-de59-4724-bb04-ac26a8b1458e {
  min-height: 50px;
}
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e {
  min-height: 50px;
}








#s-2ce11afc-de59-4724-bb04-ac26a8b1458e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-2ce11afc-de59-4724-bb04-ac26a8b1458e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-2ce11afc-de59-4724-bb04-ac26a8b1458e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-2ce11afc-de59-4724-bb04-ac26a8b1458e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-2ce11afc-de59-4724-bb04-ac26a8b1458e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}






#s-2ce11afc-de59-4724-bb04-ac26a8b1458e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce11afc-de59-4724-bb04-ac26a8b1458e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
#s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
@media (max-width: 1199px){#s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
}@media (max-width: 991px){#s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
}@media (max-width: 767px){#s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}
}#s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb8d6c8b-21d4-4f2f-b8fa-3e262e66de1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-10287873-966e-4c08-8892-25e5f1574c19 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
#s-10287873-966e-4c08-8892-25e5f1574c19 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
@media (max-width: 1199px){#s-10287873-966e-4c08-8892-25e5f1574c19 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
}@media (max-width: 991px){#s-10287873-966e-4c08-8892-25e5f1574c19 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-10287873-966e-4c08-8892-25e5f1574c19 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
}#s-10287873-966e-4c08-8892-25e5f1574c19 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d572637a-458b-4b01-89a7-556125bf7f48 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
#s-d572637a-458b-4b01-89a7-556125bf7f48 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 1199px){#s-d572637a-458b-4b01-89a7-556125bf7f48 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
}@media (max-width: 991px){#s-d572637a-458b-4b01-89a7-556125bf7f48 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}
}@media (max-width: 767px){#s-d572637a-458b-4b01-89a7-556125bf7f48 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}
}#s-d572637a-458b-4b01-89a7-556125bf7f48 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}








#s-d572637a-458b-4b01-89a7-556125bf7f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572637a-458b-4b01-89a7-556125bf7f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-d572637a-458b-4b01-89a7-556125bf7f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572637a-458b-4b01-89a7-556125bf7f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-d572637a-458b-4b01-89a7-556125bf7f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572637a-458b-4b01-89a7-556125bf7f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-d572637a-458b-4b01-89a7-556125bf7f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572637a-458b-4b01-89a7-556125bf7f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-d572637a-458b-4b01-89a7-556125bf7f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572637a-458b-4b01-89a7-556125bf7f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}






#s-d572637a-458b-4b01-89a7-556125bf7f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572637a-458b-4b01-89a7-556125bf7f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
}
#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 1199px){#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 991px){#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-2ad9a9d8-ca18-4a6d-8e61-eea2ccc0c766 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-301fff89-a161-42a1-b52d-f1e1d78d4136 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
#s-301fff89-a161-42a1-b52d-f1e1d78d4136 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 1199px){#s-301fff89-a161-42a1-b52d-f1e1d78d4136 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 991px){#s-301fff89-a161-42a1-b52d-f1e1d78d4136 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-301fff89-a161-42a1-b52d-f1e1d78d4136 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-d164ab73-66b2-4b1d-a530-7bc2e5b77620 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}
#s-d164ab73-66b2-4b1d-a530-7bc2e5b77620 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 1199px){#s-d164ab73-66b2-4b1d-a530-7bc2e5b77620 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 991px){#s-d164ab73-66b2-4b1d-a530-7bc2e5b77620 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-d164ab73-66b2-4b1d-a530-7bc2e5b77620 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-d164ab73-66b2-4b1d-a530-7bc2e5b77620"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d164ab73-66b2-4b1d-a530-7bc2e5b77620"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-d164ab73-66b2-4b1d-a530-7bc2e5b77620"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-d164ab73-66b2-4b1d-a530-7bc2e5b77620"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-49e6fd7a-06c2-43a1-ba08-0c69d561ca10 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
#s-49e6fd7a-06c2-43a1-ba08-0c69d561ca10 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
@media (max-width: 1199px){#s-49e6fd7a-06c2-43a1-ba08-0c69d561ca10 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 991px){#s-49e6fd7a-06c2-43a1-ba08-0c69d561ca10 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 767px){#s-49e6fd7a-06c2-43a1-ba08-0c69d561ca10 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 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-abbf1691-bdcf-4ecb-89e7-c6eccf082235 {
  text-align: left;
}
#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 {
  text-align: left;
}
@media (max-width: 1199px){#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 {
  text-align: left;
}
}@media (max-width: 991px){#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 {
  text-align: left;
}
}@media (max-width: 767px){#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 {
  text-align: left;
}
}


.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 img.shogun-image {
  width: 100%;
}





.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abbf1691-bdcf-4ecb-89e7-c6eccf082235 img.shogun-image {
  width: 100%;
}



}
#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .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-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .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;
}
@media (max-width: 1199px){#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .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;
}
}@media (max-width: 991px){#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .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;
}
}@media (max-width: 767px){#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-9deeeb22-6247-492a-85fd-7cb16a8193d5 .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-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: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-5c91c935-3086-4328-bd1a-644848441c10 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
#s-5c91c935-3086-4328-bd1a-644848441c10 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
@media (max-width: 1199px){#s-5c91c935-3086-4328-bd1a-644848441c10 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 991px){#s-5c91c935-3086-4328-bd1a-644848441c10 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 767px){#s-5c91c935-3086-4328-bd1a-644848441c10 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}
#s-5c91c935-3086-4328-bd1a-644848441c10 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-5c91c935-3086-4328-bd1a-644848441c10 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5c91c935-3086-4328-bd1a-644848441c10 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5c91c935-3086-4328-bd1a-644848441c10 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5c91c935-3086-4328-bd1a-644848441c10 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-fd27af43-2870-48a0-95e0-16ad0654bd1c {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
#s-fd27af43-2870-48a0-95e0-16ad0654bd1c {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
@media (max-width: 1199px){#s-fd27af43-2870-48a0-95e0-16ad0654bd1c {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 991px){#s-fd27af43-2870-48a0-95e0-16ad0654bd1c {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-fd27af43-2870-48a0-95e0-16ad0654bd1c {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}
#s-26db96dc-7aaf-4b89-906d-bf4a3451967d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
#s-26db96dc-7aaf-4b89-906d-bf4a3451967d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
@media (max-width: 1199px){#s-26db96dc-7aaf-4b89-906d-bf4a3451967d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 991px){#s-26db96dc-7aaf-4b89-906d-bf4a3451967d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 767px){#s-26db96dc-7aaf-4b89-906d-bf4a3451967d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}
#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 {
  text-align: left;
}
#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 {
  text-align: left;
}
@media (max-width: 1199px){#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 {
  text-align: left;
}
}@media (max-width: 991px){#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 {
  text-align: left;
}
}@media (max-width: 767px){#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 {
  text-align: left;
}
}


.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 img.shogun-image {
  width: 100%;
}





.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8a9c77-e8d5-4090-a95f-f29b94d1baf5 img.shogun-image {
  width: 100%;
}



}
#s-b43263ce-734e-4f95-98d6-3af95953d5dd {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
#s-b43263ce-734e-4f95-98d6-3af95953d5dd {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-b43263ce-734e-4f95-98d6-3af95953d5dd {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-b43263ce-734e-4f95-98d6-3af95953d5dd {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-b43263ce-734e-4f95-98d6-3af95953d5dd {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .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-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .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;
}
@media (max-width: 1199px){#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .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;
}
}@media (max-width: 991px){#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .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;
}
}@media (max-width: 767px){#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-b43263ce-734e-4f95-98d6-3af95953d5dd .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-02ec7308-1aba-4176-93f3-ad7e1b10c63c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
@media (max-width: 1199px){#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 991px){#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 767px){#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}
#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-02ec7308-1aba-4176-93f3-ad7e1b10c63c .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-89faaee8-772a-456d-b31a-18d64f72ada4 {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
#s-89faaee8-772a-456d-b31a-18d64f72ada4 {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
@media (max-width: 1199px){#s-89faaee8-772a-456d-b31a-18d64f72ada4 {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 991px){#s-89faaee8-772a-456d-b31a-18d64f72ada4 {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-89faaee8-772a-456d-b31a-18d64f72ada4 {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}
#s-3dfd9947-b333-4224-b6db-87347ecaf00c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
#s-3dfd9947-b333-4224-b6db-87347ecaf00c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
@media (max-width: 1199px){#s-3dfd9947-b333-4224-b6db-87347ecaf00c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 991px){#s-3dfd9947-b333-4224-b6db-87347ecaf00c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 767px){#s-3dfd9947-b333-4224-b6db-87347ecaf00c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}
#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e {
  text-align: left;
}
#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e {
  text-align: left;
}
@media (max-width: 1199px){#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e {
  text-align: left;
}
}@media (max-width: 991px){#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e {
  text-align: left;
}
}@media (max-width: 767px){#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e {
  text-align: left;
}
}


.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e img.shogun-image {
  width: 100%;
}





.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e8dcc6-a178-4336-ba09-8e784f2c3e7e img.shogun-image {
  width: 100%;
}



}
#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .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-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .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;
}
@media (max-width: 1199px){#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .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;
}
}@media (max-width: 991px){#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .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;
}
}@media (max-width: 767px){#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-8d65cf21-b1fb-4735-b453-43fc82c88f7a .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-1b13f9f7-94f3-4635-914f-c160f8cbd764 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
@media (max-width: 1199px){#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 991px){#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 767px){#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}
#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-1b13f9f7-94f3-4635-914f-c160f8cbd764 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0629d8f1-12eb-4354-b2a3-1576afe1dc1a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
#s-0629d8f1-12eb-4354-b2a3-1576afe1dc1a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
@media (max-width: 1199px){#s-0629d8f1-12eb-4354-b2a3-1576afe1dc1a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 991px){#s-0629d8f1-12eb-4354-b2a3-1576afe1dc1a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-0629d8f1-12eb-4354-b2a3-1576afe1dc1a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}
#s-75e1ccdc-d543-4e1a-a121-5cb8aae25446 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
#s-75e1ccdc-d543-4e1a-a121-5cb8aae25446 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
@media (max-width: 1199px){#s-75e1ccdc-d543-4e1a-a121-5cb8aae25446 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 991px){#s-75e1ccdc-d543-4e1a-a121-5cb8aae25446 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}@media (max-width: 767px){#s-75e1ccdc-d543-4e1a-a121-5cb8aae25446 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}
}
#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e {
  text-align: left;
}
#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e {
  text-align: left;
}
@media (max-width: 1199px){#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e {
  text-align: left;
}
}@media (max-width: 991px){#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e {
  text-align: left;
}
}@media (max-width: 767px){#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e {
  text-align: left;
}
}


.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e img.shogun-image {
  width: 100%;
}





.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16872e15-98dd-4f6f-a42d-4950a5d1e46e img.shogun-image {
  width: 100%;
}



}
#s-a6fb3623-a372-41dc-935d-52624648d74c {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
#s-a6fb3623-a372-41dc-935d-52624648d74c {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-a6fb3623-a372-41dc-935d-52624648d74c {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-a6fb3623-a372-41dc-935d-52624648d74c {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-a6fb3623-a372-41dc-935d-52624648d74c {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .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-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .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;
}
@media (max-width: 1199px){#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .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;
}
}@media (max-width: 991px){#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .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;
}
}@media (max-width: 767px){#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6fb3623-a372-41dc-935d-52624648d74c .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-638377c5-7c8f-48f8-9d34-b1f2148e94fd {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
@media (max-width: 1199px){#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 991px){#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}@media (max-width: 767px){#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}
}
#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-638377c5-7c8f-48f8-9d34-b1f2148e94fd .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-990dbdf4-62ce-4de7-9fbb-476e7a8df63a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
#s-990dbdf4-62ce-4de7-9fbb-476e7a8df63a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
@media (max-width: 1199px){#s-990dbdf4-62ce-4de7-9fbb-476e7a8df63a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 991px){#s-990dbdf4-62ce-4de7-9fbb-476e7a8df63a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-990dbdf4-62ce-4de7-9fbb-476e7a8df63a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}
}
/*
  $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}
